Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6d45…0751
0xb241…d3de
Balances ($0.00)
No balances found for "NFTBox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17011627 | 2 years ago | | | 0 | 0.00048855570 | |
| 16678141 | 2 years ago | | | 0 | 0.0021944516 | |
| 16582434 | 2 years ago | | | 0 | 0.0012458527 | |
| 16562983 | 2 years ago | | | 0 | 0.0020245809 | |
| 16434845 | 2 years ago | | | 0 | 0.0026198166 | |
| 16356057 | 2 years ago | | | 0 | 0.00073232620 | |
| 16247857 | 2 years ago | | | 0 | 0.00066014225 | |
| 16168112 | 2 years ago | | | 0 | 0.00073142280 | |
| 16139035 | 2 years ago | | | 0 | 0.00072175436 | |
| 16085390 | 2 years ago | | | 0 | 0.00029096934 |
ABI
ABI objects
Getter at block 21161731
TOTAL_SHARES() view returns (uint256)
1000
boxMouldCount() view returns (uint256)
2
name() view returns (string)
NFTBox
owner() view returns (address)
0xb0c58e55ad0641912c281a0923da90b15d5eac50
subService() view returns (address)
0xb24160509c97b669213aa2cc3682f42cae67d3de
symbol() view returns (string)
[BOX]
vendingMachine() view returns (address)
0x6d4530149e5b4483d2f7e60449c02570531a0751
Read-only
authorisedCaller(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
boxMoulds(uint256) view returns (uint8 live, uint8 shared, uint128 maxEdition, uint128 maxBuyAmount, uint128 currentEditionCount, uint256 price, string name, string series, string theme, string ipfsHash, string arweaveHash)
boxes(uint256) view returns (uint256 mouldId, uint256 edition)
generateTokenUriPart1(uint256 _tokenId, string _series, string _name, string _theme) pure returns (string)
generateTokenUriPart2(uint256 _boxId, uint256 _tokenId, uint256 _max, string _series, string _hash, string _theme) pure returns (string)
getApproved(uint256 tokenId) view returns (address)
getArtist(uint256 _id) view returns (address[])
getArtistShares(uint256 _id) view returns (uint256[])
getBoxMetaData(uint256 _id) view returns (uint256 boxId, uint256 boxEdition, uint128 boxMax, string boxName, string boxSeries, string boxTheme, string boxHashIPFS, string boxHashArweave)
isApprovedForAll(address owner, address operator) view returns (bool)
lockedBoxes(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
team(uint256) view returns (address)
teamShare(address) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addArtists(uint256 _id, address _artist, uint256 _share)
addTeamMember(address _member)
approve(address to, uint256 tokenId)
buyManyBoxes(uint256 _id, uint128 _quantity) payable
closeBox(uint256 _id)
createBoxMould(uint128 _max, uint128 _maxBuyAmount, uint256 _price, address[] _artists, uint256[] _shares, string _name, string _series, string _theme, string _ipfsHash, string _arweaveHash)
distributeBoxToSubHolders(uint256 _id)
distributeOffchain(uint256 _id, address[][] _recipients, uint256[] _ids)
distributeShares(uint256 _id)
removeArtist(uint256 _id, address _artist)
removeTeamMember(address _member)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCaller(address _caller, bool _value)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setLockOnBox(uint256 _id, bool _lock)
setSubService(address _newSub)
setTeamShare(address _member, uint256 _share)
setVendingMachine(address _machine)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchDeployed(uint256 indexed boxMould, uint256 batchSize)
BoxBought(uint256 indexed boxMould, uint256 boxEdition, uint256 tokenId)
BoxMouldCreated(uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _service)
This contract contains no fallback and receive objects.
This contract contains no error objects.