Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x6d45…0751
Balances ($0.00)
No balances found for "NFTBox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20089568 | 5 months ago | | | 0 | 0.00078004982 | |
| 18165965 | a year ago | | | 0 | 0.0015563092 | |
| 18164267 | a year ago | | | 0 | 0.0066556183 | |
| 18164266 | a year ago | | | 0 | 0.0018119908 | |
| 17399896 | a year ago | | | 0 | 0.00056308600 | |
| 17361525 | a year ago | | | 0 | 0.00086331952 | |
| 17101643 | 2 years ago | | | 0 | 0.00072889406 | |
| 16993680 | 2 years ago | | | 0 | 0.0011952986 | |
| 16386167 | 2 years ago | | | 0 | 0.00065642263 | |
| 16114371 | 2 years ago | | | 0 | 0.00028585726 |
ABI
ABI objects
Getter at block 21178039
TOTAL_SHARES() view returns (uint256)
1000
baseURI() view returns (string)
https://nftboxesbox.azurewebsites.net/api/HttpTrigger?id=
boxMouldCount() view returns (uint256)
1
name() view returns (string)
NFTBox
owner() view returns (address)
0xad67593b01385792ca671abe6d975801c2e86d22
symbol() view returns (string)
[BOX]
totalSupply() view returns (uint256)
500
vendingMachine() view returns (address)
0x6d4530149e5b4483d2f7e60449c02570531a0751
Read-only
_getNewSeed(bytes32 _seed) pure returns (bytes32)
authorisedCaller(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
boxMoulds(uint256) view returns (uint8 live, uint8 shared, uint128 maxEdition, uint152 maxBuyAmount, uint128 currentEditionCount, uint256 price, string name, string series, string theme, string ipfsHash, string arweaveHash)
boxes(uint256) view returns (uint256 mouldId, uint256 edition)
getApproved(uint256 tokenId) view returns (address)
getArtist(uint256 _id) view returns (address[])
getArtistRoyalties(uint256 _id) view returns (address[] artists, uint256[] royalties)
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)
getFeeBps(uint256 id) view returns (uint256[])
getFeeRecipients(uint256 id) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
lockedBoxes(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
team(uint256) view returns (address)
teamShare(address) view returns (uint256)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) 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)
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)
setLockOnBox(uint256 _id, bool _lock)
setTeamShare(address _member, uint256 _share)
setVendingMachine(address _machine)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSecondaryFee(uint256 newSecondaryBps)
updateTeamAddress(address newTeamAddress)
updateURI(string newURI)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.