TreasureChest
Verified contract
Active on
Ethereum with 25,572 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 "TreasureChest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270242 | 3 days ago | | | 0 | 0.00016250850 | |
| 21219568 | 10 days ago | | | 0 | 0.00035402057 | |
| 21161565 | 18 days ago | | | 0 | 0.00037793791 | |
| 21154756 | 19 days ago | | | 0 | 0.00046107714 | |
| 21130282 | 22 days ago | | | 0 | 0.00057489391 | |
| 21121183 | 24 days ago | | | 0 | 0.00021707199 | |
| 21120886 | 24 days ago | | | 0 | 0.00020211025 | |
| 21101214 | a month ago | | | 0 | 0.00035556894 | |
| 21060074 | a month ago | | | 0 | 0.00014530858 | |
| 21031142 | a month ago | | | 0 | 0.00044952441 |
ABI
ABI objects
Getter at block 21290008
AIRDROP_ROLE() view returns (bytes32)
0x3a2f235c9daaf33349d300aadff2f15078a89df81bcfdd45ba11c8f816bddc6f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
baseURI() view returns (string)
https://api.big-fish.cloud/metadata/castaways/treasurechest/
maxSupply() view returns (uint256)
10000
name() view returns (string)
TreasureChest
owner() view returns (address)
0x19f4638ce5e1f111187205b851a2efd0f3bdf896
paused() view returns (bool)
false
symbol() view returns (string)
TC
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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 airdrop(address[] recipients)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimAirdrop(address _recipient)
grantRole(bytes32 role, address account)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI_, uint256 maxSupply_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)