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
0x5237…a349
2 additional
variables
Balances ($14,022.81)
Native
Value
$14,022.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.4075 | $3,181.58 |
$14,022.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015774 | 20 days ago | | | 0 | 0.00044058531 | |
| 20263878 | 4 months ago | | | 0 | 0.00047233880 | |
| 20262564 | 4 months ago | | | 0 | 0.00041014967 | |
| 20245430 | 4 months ago | | | 0 | 0.00018518274 | |
| 20217836 | 4 months ago | | | 0 | 0.00043769927 | |
| 20202455 | 4 months ago | | | 0 | 0.000084086538 | |
| 20170428 | 5 months ago | | | 0 | 0.00046998937 | |
| 20079095 | 5 months ago | | | 0 | 0.00041465778 | |
| 20042660 | 5 months ago | | | 0 | 0.00038755971 | |
| 20030338 | 5 months ago | | | 0 | 0.00048149490 |
ABI
ABI objects
Getter at block 21160563
TOTAL_SHARES() view returns (uint256)
1000
baseURI() view returns (string)
https://nftboxesbox0x7073.azurewebsites.net/api/HttpTrigger?id=
boxMouldCount() view returns (uint256)
12
boxVoucher() view returns (address)
0x5237e33d805339925aa5ab220f13b386357aa349
gasFee() view returns (uint256)
1050
name() view returns (string)
NFTBox
owner() view returns (address)
0xb0c58e55ad0641912c281a0923da90b15d5eac50
symbol() view returns (string)
[BOX]
totalSupply() view returns (uint256)
2166
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)
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)
getFeeBps(uint256 id) view returns (uint256[])
getFeeRecipients(uint256 id) view returns (address[])
getReservationCount(uint256 _id) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
lockedBoxes(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reservations(uint256, uint256) 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)
voucherValidityInterval(uint256) view returns (uint256)
State-modifying
Events addArtists(uint256 _id, address _artist, uint256 _share)
addTeamMember(address _member)
approve(address to, uint256 tokenId)
buyBoxesWithVouchers(uint256 _id, uint128 _quantity) payable
buyManyBoxes(uint256 _id, uint128 _quantity) payable
closeBox(uint256 _id)
createBoxMould(uint128 _max, uint128 _maxBuyAmount, uint128 _reserve, uint256 _price, address[] _artists, uint256[] _shares, string _name, string _series, string _theme, string _ipfsHash, string _arweaveHash)
distributeOffchain(uint256 _id, address[][] _recipients, uint256[] _ids)
distributeReservedBoxes(uint256 _id, uint256 _amount)
distributeShares(uint256 _id)
removeArtist(uint256 _id, address _artist)
removeTeamMember(address _member)
renounceOwnership()
reserveBoxes(uint256 _id, uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBoxVoucher(address _vouchers)
setCaller(address _caller, bool _value)
setGasFee(uint256 _fee)
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)
withdrawGasMoney()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.