TreasureUnraveler
Verified contract
Active on
Ethereum with 7,689 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#8999) | TREASURE | ERC-721 | 1 | -- | -- |
(#8992) | TREASURE | ERC-721 | 1 | -- | -- |
(#8988) | TREASURE | ERC-721 | 1 | -- | -- |
(#8986) | TREASURE | ERC-721 | 1 | -- | -- |
(#8985) | TREASURE | ERC-721 | 1 | -- | -- |
(#8984) | TREASURE | ERC-721 | 1 | -- | -- |
(#8983) | TREASURE | ERC-721 | 1 | -- | -- |
(#8981) | TREASURE | ERC-721 | 1 | -- | -- |
(#8980) | TREASURE | ERC-721 | 1 | -- | -- |
(#8979) | TREASURE | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20098417 | 5 months ago | | | 0 | 0.00011900309 | |
| 20058116 | 5 months ago | | | 0 | 0.00014455246 | |
| 20058115 | 5 months ago | | | 0 | 0.00014921037 | |
| 20058115 | 5 months ago | | | 0 | 0.00013782895 | |
| 19819039 | 6 months ago | | | 0 | 0.00032660402 | |
| 19811517 | 6 months ago | | | 0 | 0.00022008455 | |
| 19759277 | 6 months ago | | | 0 | 0.00042530163 | |
| 19628594 | 7 months ago | | | 0 | 0.00031319896 | |
| 19617666 | 7 months ago | | | 0 | 0.00058095987 | |
| 19617617 | 7 months ago | | | 0 | 0.00051513064 |
ABI
ABI objects
Getter at block 21158732
TREASURE() view returns (address)
0xf3dfbe887d81c442557f7a59e3a0aecf5e39f6aa
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
unravel(uint256 tokenId)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address treasure, string[] names)
This contract contains no fallback and receive objects.
This contract contains no error objects.