Metacraft Season Pass 2022
Verified contract
Active on
Ethereum with 21,784 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 "Metacraft Season Pass 2022"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147200 | 3 days ago | | | 0 | 0.00021996245 | |
| 21145980 | 3 days ago | | | 0 | 0.00065517558 | |
| 21145321 | 3 days ago | | | 0 | 0.00041158826 | |
| 21119765 | 7 days ago | | | 0 | 0.000094160641 | |
| 21041890 | 18 days ago | | | 0 | 0.00024398000 | |
| 21014728 | 22 days ago | | | 0 | 0.00039918161 | |
| 21011196 | 22 days ago | | | 0 | 0.00019248933 | |
| 21006171 | 23 days ago | | | 0 | 0.00018636816 | |
| 20982286 | a month ago | | | 0 | 0.00023759674 | |
| 20982286 | a month ago | | | 0 | 0.00023759674 |
ABI
ABI objects
Getter at block 21170103
count() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x96aaea16a6b418f92ac445af7c98da897e035ea230510a187567e19895ad9157
name() view returns (string)
Metacraft Season Pass 2022
owner() view returns (address)
0xbc915e937f50fab52338c67e874a27c0bcfbc367
symbol() view returns (string)
MC2022
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 index) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSummary(uint256) view returns (uint256 score, string creature, uint256 index)
tokenURI(uint256 tokenId) view returns (string)
urlMap(string) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 index, address account, uint256 score, string creature, bytes32[] merkleProof)
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)
Claimed(uint256 index, address account, uint256 score, string creature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.