TreasureChest

Verified contract

Active on Ethereum with 25,572 txns
Deployed by via 0xa24c34df at 15977803
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TreasureChest"

0x76cd6d460b6954a01396188ba2498d90507cd85e582eb3a2ee2a07b237415066
0x57007cd9db55fbcea5c31d0937d1820addef3e707853421aa601f9a8698707dc
0xee42c2ce1ae925e47ede11e3124357723498ef01e94db37a4111823a641b6ba2
0xab4b917a17158c9d29c9a87e25585b3867ac81c65976a8d278d79415b9094350
0x757a5614ca5ecaeb6de941d2e7fa1035ef21c7a730690e4ef2db5bcffdfd72e4
0xc32036d78038446c9cbabe7c5d3b4f9793648409fbcaa4137bc19ae5d3846f66
0x9f082ed98f19b4ee31889b4179f5912169a64778e2441211ed43b5bab2af87de
0x3afe82910d10212254787b77eb26d8fad3948ccbd42570c388d1758077bc9ca2
0xc44836ef6ca41a28504e2c86d14ab9ad2bff23880b165d71fa925c867c556190
0x6fde89abd858b82ba47735703c30f7510d0c8037b4ecd238a98c4e598e217cf2

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] recipients
approve(address touint256 tokenId
burn(uint256 tokenId
claimAirdrop(address _recipient
grantRole(bytes32 roleaddress account
pause(
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string baseURI_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator