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 "Catch-22"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20544298 | 4 months ago | | | 0 | 0.000082794509 | |
| 19949268 | 7 months ago | | | 0 | 0.00011527747 | |
| 19695191 | 8 months ago | | | 0 | 0.00037280865 | |
| 19680813 | 8 months ago | | | 0 | 0.00047967624 | |
| 19229752 | 10 months ago | | | 0 | 0.0029887114 | |
| 19048043 | a year ago | | | 0 | 0.00057226107 | |
| 18866849 | a year ago | | | 0 | 0.00054737915 | |
| 18801217 | a year ago | | | 0 | 0.0018894510 | |
| 18764970 | a year ago | | | 0 | 0.0019656365 | |
| 18659915 | a year ago | | | 0 | 0.0010016192 |
ABI
ABI objects
Getter at block 21413748
maxSupply() view returns (uint256)
222
name() view returns (string)
Catch-22
owner() view returns (address)
0xb6b4d1e8072a5403db10a7f719f50fd43e5d5d7b
symbol() view returns (string)
C22
totalSupply() view returns (uint256)
222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
random(uint256 number, uint256 seed) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.