Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x63ff…ad19
Balances ($0.00)
No balances found for "Cats(E)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17111725 | 2 years ago | | | 0 | 0.0035188361 | |
| 17111722 | 2 years ago | | | 0 | 0.0037612451 | |
| 17102034 | 2 years ago | | | 0 | 0.0032020161 | |
| 17097803 | 2 years ago | | | 0 | 0.0034864763 | |
| 17090667 | 2 years ago | | | 0 | 0.0046450207 | |
| 17073196 | 2 years ago | | | 0 | 0.0031620405 | |
| 17073193 | 2 years ago | | | 0 | 0.0028350493 | |
| 17064395 | 2 years ago | | | 0 | 0.0022483712 | |
| 17060418 | 2 years ago | | | 0 | 0.0019300121 | |
| 17060367 | 2 years ago | | | 0 | 0.0019980079 |
ABI
ABI objects
Getter at block 21160076 totalSupply() view returns (uint256)
canUpdateSeed() view returns (bool)
true
descriptor() view returns (address)
0x63ffc8b48b4a0bc3030802d003922771ebc8ad19
maxSupply() view returns (uint256)
6000
minting() view returns (bool)
true
name() view returns (string)
Cats(E)
owner() view returns (address)
0xe0c9d4612dfeb2cf9cfef7ee56b03a4d0befe4b9
symbol() view returns (string)
CATSE
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disableSeedUpdate()
mint(uint32 count) payable
mintByOwner(uint32 count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDescriptor(address newDescriptor)
setMinting(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSeed(uint256 tokenId, uint256 seed)
withdraw() payable
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)
SeedUpdated(uint256 indexed tokenId, uint256 seed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address newDescriptor)
This contract contains no fallback and receive objects.
This contract contains no error objects.