Mystery Chest
Verified contract
Active on
Ethereum with 6,577 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 "Mystery Chest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106802 | 25 days ago | | | 0 | 0.00010224900 | |
| 20643799 | 3 months ago | | | 0 | 0.000071751635 | |
| 20608625 | 3 months ago | | | 0 | 0.000020767870 | |
| 20583828 | 3 months ago | | | 0 | 0.000094793873 | |
| 20350170 | 4 months ago | | | 0 | 0.000064139266 | |
| 20259246 | 5 months ago | | | 0 | 0.00011562383 | |
| 20217097 | 5 months ago | | | 0 | 0.00014657861 | |
| 20217093 | 5 months ago | | | 0 | 0.00015720650 | |
| 20216887 | 5 months ago | | | 0 | 0.00017651723 | |
| 20183548 | 5 months ago | | | 0 | 0.00027681493 |
ABI
ABI objects
Getter at block 21284275 getUnclaimedAll() view returns (bool[9999])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOTTERY_ROLE() view returns (bytes32)
0x98121a24191e1fb000610027f4e133f798a7a0273dc182e08f2925d985a104cc
baseURI() view returns (string)
https://chests-bucket.s3.us-east-2.amazonaws.com/
claimEndAt() view returns (uint256)
1638223200
isClaimingActive() view returns (bool)
false
isPaused() view returns (bool)
false
metasaursAddress() view returns (address)
0xf7143ba42d40eaeb49b88dac0067e54af042e963
name() view returns (string)
Mystery Chest
symbol() view returns (string)
MCH
totalSupply() view returns (uint256)
7799
typesList() view returns (uint8)
0
Read-only
balanceOf(address owner) view returns (uint256)
chestTypes(uint256) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUnclaimed(address owner) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isChestClaimed(uint256) 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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(uint256[] tokenIds) returns (bool)
grantRole(bytes32 role, address account)
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 newBaseURI)
setChestTypes(uint8 types)
setClaimEndAt(uint256 newClaimEndAt)
setIsPaused(bool _isPaused)
transferFrom(address from, address to, uint256 tokenId)
updateChest(uint256 id, uint8 typeOfChest)
updateChests(uint256[] ids, uint8[] types)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChestOpened(uint256 tokenId, uint8 chestType)
NewChest(address user, uint256 tokenId)
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)
constructor(address _metasaurs, address _initialOwner, uint256 _claimEndAt)
This contract contains no fallback and receive objects.
This contract contains no error objects.