Treasure Chest
Verified contract
Active on
Ethereum with 969 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7544…2bbe
Balances ($0.00)
No balances found for "Treasure Chest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14353173 | 3 years ago | | | 0 | 0.0024142955 | |
| 14353030 | 3 years ago | | | 0 | 0.0018274607 | |
| 14353018 | 3 years ago | | | 0 | 0.00097740422 | |
| 14353008 | 3 years ago | | | 0 | 0.0010263850 | |
| 14352999 | 3 years ago | | | 0 | 0.0012236951 | |
| 14352957 | 3 years ago | | | 0 | 0.0015674929 | |
| 14352945 | 3 years ago | | | 0 | 0.0015110281 | |
| 14348181 | 3 years ago | | | 0 | 0.0030216592 | |
| 14332417 | 3 years ago | | | 0 | 0.0030231859 | |
| 14328394 | 3 years ago | | | 0 | 0.0031404874 |
ABI
ABI objects
Getter at block 21180697
NUM_TYPES() view returns (uint256)
5
chestIsOpen() view returns (bool)
true
cigar() view returns (address)
0x7544554e680bd687ef1ebf3f772422de865e2bbe
currentNftCount() view returns (uint256)
0
mintPrice() view returns (uint256)
20000000000000000000000
name() view returns (string)
Treasure Chest
nftChance() view returns (uint256)
0
nftMaxCount() view returns (uint256)
0
owner() view returns (address)
0xb7759a43f615362c54c65eb7c10e3997dda98532
symbol() view returns (string)
TC
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
controllers(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokensForUser(address user) view returns (uint256[5])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
userToTokenTypes(address, uint256) view returns (uint256)
State-modifying
Events adjustTreasureChestPrice(uint256 newPrice)
approve(address to, uint256 tokenId)
burn(address user, uint256[5] amounts)
closeOrOpenChest(bool open)
markPermanentURI(string value, uint256 id)
mint(uint256 amount)
mintDiamond(uint256 amount)
mintGem(uint256 amount, uint256 gemType)
renounceOwnership()
reserveTokens(uint256 numTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCigarToken(address cigarToken)
setController(address controller)
setNftMintInfo(uint256 chance, uint256 maxCount)
superMint(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
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.