Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Mystery Chest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3366767 | a year ago | | | 0 | 4.9242967e-7 | |
| 3366745 | a year ago | | | 0 | 6.1742706e-7 | |
| 3366726 | a year ago | | | 0 | 4.9369701e-7 | |
| 3366720 | a year ago | | | 0 | 4.9369701e-7 | |
| 3366714 | a year ago | | | 0 | 4.9369701e-7 | |
| 3366709 | a year ago | | | 0 | 4.9403870e-7 | |
| 3366704 | a year ago | | | 0 | 6.1867263e-7 | |
| 3366689 | a year ago | | | 0 | 4.9439097e-7 | |
| 3366670 | a year ago | | | 0 | 4.9552688e-7 | |
| 3366664 | a year ago | | | 0 | 4.9552688e-7 |
ABI
ABI objects
Getter at block 23808874
maxFreePerWallet() view returns (uint256)
1
maxFreeSupply() view returns (uint256)
333333
maxPerTx() view returns (uint256)
100
maxSupply() view returns (uint256)
333333
name() view returns (string)
Mystery Chest
owner() view returns (address)
0xe13a80b8d410da212c338459e95973a1b4cb5096
price() view returns (uint256)
10000000000000
symbol() view returns (string)
MCT
totalSupply() view returns (uint256)
216
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOut(address _to)
transferOwnership(address newOwner)
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)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()