Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "ToonTabz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20515593 | 3 months ago | | | 0 | 0.000084972994 | |
| 19758388 | 7 months ago | | | 0 | 0.00029737894 | |
| 19758385 | 7 months ago | | | 0 | 0.00029359469 | |
| 19744971 | 7 months ago | | | 0 | 0.00033379910 | |
| 19700911 | 7 months ago | | | 0 | 0.00042751478 | |
| 19453513 | 8 months ago | | | 0 | 0.0015491394 | |
| 19210401 | 10 months ago | | | 0 | 0.00073317034 | |
| 19210396 | 10 months ago | | | 0 | 0.0011987178 | |
| 19138562 | 10 months ago | | | 0 | 0.00036627895 | |
| 19129867 | 10 months ago | | | 0 | 0.00081934499 |
ABI
ABI objects
Getter at block 21282927
MAX_PER_WALLET_PUBLIC() view returns (uint256)
9
MAX_PER_WALLET_WL() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
10000
MAX_TOTAL_PUBLIC() view returns (uint256)
10000
MAX_TOTAL_WL() view returns (uint256)
10000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeiffhjyz6makpg6wfg5gngg3ykgjfebxmr6fmuxazdg2qmqjy6yixi/
merkleRootWL() view returns (bytes32)
0xc88d6cc1ba3b28446a553ea98ddaef792a2fc7adc65b02bd4480d9f2b16a1efe
name() view returns (string)
ToonTabz
owner() view returns (address)
0xd6dc80ba46eeb1a4047d1e110f5d363772eb62bf
publicSalePrice() view returns (uint256)
0
sellingStep() view returns (uint8)
0
symbol() view returns (string)
TTBZ
totalReleased() view returns (uint256)
132800000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
4980
wlSalePrice() view returns (uint256)
5000000000000000
Read-only
amountNFTsperWalletPUBLIC(address) view returns (uint256)
amountNFTsperWalletWL(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
gift(address _to, uint256 _quantity)
lowerSupply(uint256 _MAX_SUPPLY)
publicSaleMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC)
setMaxPerWalletWL(uint256 _MAX_PER_WALLET_WL)
setMaxTotalPUBLIC(uint256 _MAX_TOTAL_PUBLIC)
setMaxTotalWL(uint256 _MAX_TOTAL_WL)
setMerkleRootWL(bytes32 _merkleRootWL)
setPublicSalePrice(uint256 _publicSalePrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setStep(uint256 _step)
setWLSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint96 _royaltyFeesInBips, address[] _team, uint256[] _teamShares, bytes32 _merkleRootWL, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()