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 "Toonz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20646288 | 3 months ago | | | 0 | 0.000037084200 | |
| 19295854 | 9 months ago | | | 0 | 0.0017160202 | |
| 18412968 | a year ago | | | 0 | 0.00065331286 | |
| 18336037 | a year ago | | | 0 | 0.00069922678 | |
| 18212309 | a year ago | | | 0 | 0.00061069473 | |
| 17489118 | a year ago | | | 0 | 0.00087309124 | |
| 17219281 | 2 years ago | | | 0 | 0.0025721836 | |
| 17160192 | 2 years ago | | | 0 | 0.0021016353 | |
| 17160192 | 2 years ago | | | 0 | 0.0021003690 | |
| 17160172 | 2 years ago | | | 0 | 0.0033910518 |
ABI
ABI objects
Getter at block 21225292
MAX_PER_WALLET() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
3333
PRICE() view returns (uint256)
4000000000000000
baseURI() view returns (string)
ipfs://bafybeihaxxbgep3swwna2pdb3n72epw5ijftakmtal4gjvmgmgmafouasy/
name() view returns (string)
Toonz
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x3e439bf0b967d48e379fb8c38d4ae2018e98008e
saleActive() view returns (bool)
true
symbol() view returns (string)
TOONZ
totalSupply() view returns (uint256)
3333
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
freeMint()
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setOperatorFilteringEnabled(bool value)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
FreeMintLimitReached()
InsufficientPayment()
MaxMintPerWalletExceeded()
MintERC2309QuantityExceedsLimit()
MintLimitExceeded()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()