CatsOnChain
Verified contract
Active on
Ethereum with 1,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "CatsOnChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20180366 | 6 months ago | | | 0 | 0.00035304527 | |
| 19864577 | 7 months ago | | | 0 | 0.00033193112 | |
| 19554872 | 8 months ago | | | 0 | 0.00049758760 | |
| 19327089 | 9 months ago | | | 0 | 0.0031658931 | |
| 19258985 | 10 months ago | | | 0 | 0.00091074392 | |
| 19246836 | 10 months ago | | | 0 | 0.0019170857 | |
| 19246829 | 10 months ago | | | 0 | 0.0014085304 | |
| 19246828 | 10 months ago | | | 0 | 0.0016335690 | |
| 19246828 | 10 months ago | | | 0 | 0.0012520860 | |
| 19246822 | 10 months ago | | | 0 | 0.0017338307 |
ABI
ABI objects
Getter at block 21388769
MAX_SUPPLY() view returns (uint256)
11111
MINT_PRICE() view returns (uint256)
80000000000000000
name() view returns (string)
CatsOnChain
symbol() view returns (string)
COnC
totalSupply() view returns (uint256)
1008
Read-only
_tokenIdToHash(uint256 _tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashToGifHex(string _hash) view returns (string)
hashToMetadata(string _hash) view returns (string)
hexByColors(bytes colorBytes) pure returns (bytes)
hexgetLine(bytes colorBytes, uint256 startindex) pure returns (bytes)
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
traitTypes(uint256, uint256) view returns (string traitName, string traitType, string pixels)
State-modifying
Events addTraitType(uint256 _traitTypeIndex, struct CatsOnChainTrait[] traits)
approve(address to, uint256 tokenId)
clearTraits()
mintCatOwner()
mintCatPublic() payable
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)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.