Animal Coloring Book
Verified contract
Active on
Ethereum with 2,817 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 "Animal Coloring Book"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889725 | 2 months ago | | | 0 | 0.00021554358 | |
| 20388695 | 4 months ago | | | 0 | 0.000095676360 | |
| 20083088 | 5 months ago | | | 0 | 0.00067131564 | |
| 20035222 | 6 months ago | | | 0 | 0.0011744058 | |
| 19867290 | 6 months ago | | | 0 | 0.00062453944 | |
| 19722602 | 7 months ago | | | 0 | 0.00046233743 | |
| 19719459 | 7 months ago | | | 0 | 0.00093170450 | |
| 19670391 | 7 months ago | | | 0 | 0.00077749825 | |
| 19294792 | 9 months ago | | | 0 | 0.0019737697 | |
| 19254989 | 9 months ago | | | 0 | 0.00055532132 |
ABI
ABI objects
Getter at block 21266378
descriptors() view returns (address)
0x827ce01c422ae5ce5f59cab553f6db2a28d48602
eraserContract() view returns (address)
0xcd17b6bd9dda3c703a3dcdda3e1178997802af1f
eraserMintFeeWei() view returns (uint256)
100000000000000000
gtap1Contract() view returns (address)
0x5d99371a4297dfd301a1f22eff22a7e0ed9b4482
maxNonOGCount() view returns (uint256)
936
merkleRoot() view returns (bytes32)
0x366b330a63dcb8948a0297bd5b9df3e0b4a273058855eb08b46efbfbd3500e5e
mintFeeWei() view returns (uint256)
200000000000000000
name() view returns (string)
Animal Coloring Book
owner() view returns (address)
0xbc3ed6b537f2980e66f396fe14210a56ba3f72c4
publicMintintingOpenBlock() view returns (uint256)
13143103
symbol() view returns (string)
GTAP2
totalSupply() view returns (uint256)
939
wrappedGtap1Contract() view returns (address)
0xe796ebacf88d4785bbc64cabc828f81fb8f7a9b7
Read-only
animalInfo(uint256) view returns (uint8 animalType, uint8 mood)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
gtapHolderMintCount(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ogMintCount(uint256) view returns (uint256)
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)
transferHistory(uint256 tokenId) view returns (address[])
State-modifying
Events approve(address to, uint256 tokenId)
erase(uint256 tokenId, uint256 eraserTokenId)
gtap1HolderMint(address mintTo, bool mintEraser, bytes32[] merkleProof) payable
gtap1OGHolderMint(address mintTo, uint256 gtap1TokenId)
mint(address mintTo, bool mintEraser) payable
payOwner(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setEraser(address _eraserContract)
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(address _owner, bytes32 _merkleRoot, address _descriptors, address _gtap1Contract, address _wrappedGtap1Contract)
This contract contains no fallback and receive objects.
This contract contains no error objects.