Treasure
Verified contract
Active on
Ethereum with 18,861 txns
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 "Treasure"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982643 | a month ago | | | 0 | 0.00024546920 | |
| 20526711 | 3 months ago | | | 0 | 0.000060552453 | |
| 20506106 | 3 months ago | | | 0 | 0.000040790982 | |
| 20255135 | 5 months ago | | | 0 | 0.00016072345 | |
| 20253242 | 5 months ago | | | 0 | 0.000033180408 | |
| 20251758 | 5 months ago | | | 0 | 0.00013812101 | |
| 20251754 | 5 months ago | | | 0 | 0.00016056648 | |
| 20251753 | 5 months ago | | | 0 | 0.00013086529 | |
| 20249881 | 5 months ago | | | 0 | 0.00016027821 | |
| 20249867 | 5 months ago | | | 0 | 0.000077818660 |
ABI
ABI objects
Getter at block 21248846
name() view returns (string)
Treasure
owner() view returns (address)
0x2940108780b870ae8f1509be95fdf2b6fb066e41
symbol() view returns (string)
TREASURE
totalSupply() view returns (uint256)
8999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAsset1(uint256 tokenId) view returns (string)
getAsset2(uint256 tokenId) view returns (string)
getAsset3(uint256 tokenId) view returns (string)
getAsset4(uint256 tokenId) view returns (string)
getAsset5(uint256 tokenId) view returns (string)
getAsset6(uint256 tokenId) view returns (string)
getAsset7(uint256 tokenId) view returns (string)
getAsset8(uint256 tokenId) view returns (string)
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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
ownerClaim(uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
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.