ZenChests
Verified contract
Active on
Ethereum with 8,127 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
No balances found for "ZenChests"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21385455 | a day ago | | | 0 | 0.00076943951 | |
| 21385426 | a day ago | | | 0 | 0.00067150299 | |
| 21377053 | 2 days ago | | | 0 | 0.00064984000 | |
| 21376683 | 3 days ago | | | 0 | 0.00053926526 | |
| 21350947 | 6 days ago | | | 0 | 0.00059031948 | |
| 21348364 | 6 days ago | | | 0 | 0.00064348306 | |
| 21340696 | 8 days ago | | | 0 | 0.0010069127 | |
| 21335552 | 8 days ago | | | 0 | 0.00085411892 | |
| 21305955 | 12 days ago | | | 0 | 0.00037049274 | |
| 21304573 | 13 days ago | | | 0 | 0.00054092610 |
ABI
ABI objects
Getter at block 21394683
MAX_SUPPLY() view returns (uint256)
10000
PRESALE_MAX_SUPPLY() view returns (uint256)
1153
baseTokenURI() view returns (string)
ipfs://bafybeic3hfuqfjhl62lruisrb7eyps42efncyep3euzqekpbo3mdm6xrni/
blocklistContractAddress() view returns (address)
0xca71b13c9465c2117f3dbba294c2f4134c629c72
blocklistPermanentlyDisabled() view returns (bool)
false
burnClaimActive() view returns (bool)
true
burnToMintContractAddress() view returns (address)
0xf64e6fb725f04042b5197e2529b84be4a925902c
freeClaimActive() view returns (bool)
true
freeClaimContractAddress() view returns (address)
0x4fc0f57eaf5c08d0b8e72cad5d7e5a4e0ecc1a24
isPresaleActive() view returns (bool)
false
metadataFrozen() view returns (bool)
false
mintsPerBurn() view returns (uint256)
1
mintsPerClaim() view returns (uint256)
3
name() view returns (string)
ZenChests
owner() view returns (address)
0x72aca6af29b5c8df2db90df91884f0a3926ed0f6
paused() view returns (bool)
false
payoutAddressesFrozen() view returns (bool)
false
presaleMintsAllowedPerAddress() view returns (uint256)
10000
presaleMintsAllowedPerTransaction() view returns (uint256)
1
presalePrice() view returns (uint256)
333000000000000000000
royaltyAddress() view returns (address)
0x7835b0410f65cb4813b5e7f7e2fcb140460cafa2
royaltyFee() view returns (uint96)
750
symbol() view returns (string)
ZenChest
totalSupply() view returns (uint256)
6038
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeClaimUsed(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isExchangeBlocklisted(uint256) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payoutAddresses(uint256) view returns (address)
payoutBasisPoints(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
userExpires(uint256 tokenId) view returns (uint256)
userOf(uint256 tokenId) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
burnERC1155ToMint(uint256 amount)
freeClaim(uint256[] _tokenIDs)
freezeMetadata()
freezePayoutAddresses()
gift(address[] receivers, uint256[] mintNumber)
pause()
permanentlyDisableBlocklist()
presaleMint(bytes32 messageHash, bytes signature, uint256 numTokens, uint256 maximumAllowedMints) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBurnClaimState(bool _burnClaimActive)
setFreeClaimState(bool _freeClaimActive)
setPresaleMintsAllowedPerAddress(uint256 _mintsAllowed)
setPresaleMintsAllowedPerTransaction(uint256 _mintsAllowed)
setPresalePrice(uint256 _presalePrice)
setPresaleSignerAddress(address _presaleSignerAddress)
setPresaleState(bool _saleActiveState)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
setUser(uint256 tokenId, address user, uint64 expires)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateBlocklistContractAddress(address _blocklistContractAddress)
updateBlocklistedExchanges(uint256[] exchanges, bool[] blocklisted)
updateMintsPerBurn(uint256 _mintsPerBurn)
updateMintsPerClaim(uint256 _mintsPerClaim)
updatePayoutAddressesAndBasisPoints(address[] _payoutAddresses, uint256[] _payoutBasisPoints)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateUser(uint256 indexed tokenId, address indexed user, uint64 expires)
constructor(address _blocklistContractAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SetUserCallerNotOwnerNorApproved()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()