ToonTabz

Verified contract

Active on Ethereum with 745 txns
Deployed by via 0x5f81b993 at 17551127
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional variables

No balances found for "ToonTabz"

0x367538645e18970db76b6ba3d53a766c423b912615fb575e7dde98fd5e318c03
0x23c892d990a79bfcf7059eb6e863e1cbaa1709c5333f1bac7d504c0ccf07b444
0x2cba664ed7c59807f995bb50846f88e58446aa2ea532820fb92ec1f01320a3c9
0xa50e396d624adbf9e2ebe5067c0fd1651728218e5546ad8df71c31c97ffe862d
0x4c3b4c15068be158f50bca6424d9a48c7222f2a1d1b4a0da3c1c625a0df70149
0x51bb132ca42c92c21a04bd091b1f2c411503f4b1c4bbb808ae3e6d3466a64b8a
0x503219231698ff733ffb0b6f3585f95107e3b21f5996693e2c5255adbd27ac1f
0x3a8ef1230b050e57952995a93d67d7d264fdb2bf67962b367db83df234004fca
0xdc84cced68c17bcfec8999b581dbeaf10e60082c00588f7137d2ec7ba2c0ef02
0xdbdd942703bfc3a05942abb972b384a7ced665e4bca17be955ac565b09806ed8

Functions
Getter at block 20864969
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(addressview returns (uint256)
amountNFTsperWalletWL(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
calculateRoyalty(uint256 _salePriceview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address operatoruint256 tokenId
gift(address _touint256 _quantity
lowerSupply(uint256 _MAX_SUPPLY
publicSaleMint(address _accountuint256 _quantitypayable 
release(address account
release(address tokenaddress account
releaseAll(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool 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 _receiveruint96 _royaltyFeesInBips
setStep(uint256 _step
setWLSalePrice(uint256 _wlSalePrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(address _accountuint256 _quantitybytes32[] _proofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint96 _royaltyFeesInBipsaddress[] _teamuint256[] _teamSharesbytes32 _merkleRootWLstring _baseURI
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(