Cartoons
Verified contract
Active on
Ethereum with 18,064 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 "Cartoons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191017 | 2 days ago | | | 0 | 0.00080939976 | |
| 21162725 | 6 days ago | | | 0 | 0.00056481226 | |
| 21156483 | 7 days ago | | | 0 | 0.00059860102 | |
| 21150812 | 8 days ago | | | 0 | 0.00064760578 | |
| 21148958 | 8 days ago | | | 0 | 0.00057181161 | |
| 21134336 | 10 days ago | | | 0 | 0.00036394608 | |
| 21126330 | 11 days ago | | | 0 | 0.0019671236 | |
| 21116721 | 13 days ago | | | 0 | 0.00025481161 | |
| 21111819 | 13 days ago | | | 0 | 0.00021176607 | |
| 21104585 | 15 days ago | | | 0 | 0.000067288480 |
ABI
ABI objects
Getter at block 21208487
MAX_SUPPLY() view returns (uint256)
7777
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdYDbxVuqLcEEAMZpV2k5Y8E4gVUgqcS7hkMEQeQ1YgZu/
getItemPrice() view returns (uint256)
70000000000000000
isPublicMintActive() view returns (bool)
false
isWhitelistActive() view returns (bool)
false
itemPrice() view returns (uint256)
70000000000000000
name() view returns (string)
Cartoons
owner() view returns (address)
0xbeb82e72f032631e6b3ff0b5fa04acea1d6bc0eb
pubMintMaxPerTx() view returns (uint256)
2
root() view returns (bytes32)
0xe101f6a03f5678e28b45e53a770f3accaeb7f1a764cbda48ccf585f8d8852d49
rootMintAmt() view returns (uint256)
2
symbol() view returns (string)
TOON
totalReserved() view returns (uint256)
0
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
getAllowedMintAmount(bytes32[] _proof, address _user) view returns (uint256 amount)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenID) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
plantNewRoot(bytes32 _root, uint256 _amt)
publicMint(uint256 _amt) payable
renounceOwnership()
reservationMint(uint256 _amt)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setItemPrice(uint256 _price)
setMaxMintPerTx(uint256 _amt)
setPublicMintActive(bool _val)
setWhitelistMintActive(bool _val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _proof, uint256 _amt) payable
withdrawEth()
withdrawToken(address _token, uint256 _amount)
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(bytes32 _root, uint256 _rootMintAmt)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()