This contract is being backfilled. You may encounter incomplete storage history.

ToonsCollection

Verified contract

Active on Ethereum with 8,780 txns
Deployed by via 0x3e19133d at 14633346
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "ToonsCollection"

0xa9918f10b13513e2c9813f67e8d2a500c60082394fc0adaf72b24769cc0c2e3e
0x24a2a50841c174f6d28d689db9a25207aaf8a45bef19a3bbf1b0c3c8a31f754a
0xeae5a3be19260603f3345618d0d90b6d2541ed8ec97d2a18ce9c629a0500f919
0xff1100352dfb5022ef1764bab4b4623b9a90adcfb7bb414c56a7b7c4ce53e704
0x6295faaa4db27c65447c753c59859c78497f54b258f1641e5a2194d9782e9ed5
0xabf3282244bea7d150d06dffcbfabf40bf9713fd1d0ca29a6e6c2775afbdec80
0xfc6983ba3ff6c060948202f8e14ce43ab81e1a63648cb964c5950f3283209be2
From
0x3c477450f029641bc17e5c7ed37c83028b55d643585dc1a456c21fd94865dc25
0xcf578381735ed190146609fda7bcf8cfe71bfeacbe6fb5580b79b61f6ebef3f2
0x0d89cf8d600a3d32044dc9c7f3761402a0dfc7d96422bad29436e706fd7731e3

Functions
Getter at block 20800631
baseApiURI(view returns (string)
https://us-central1-mofos-69a62.cloudfunctions.net/app/toons/token/
claimable(view returns (bool)
false
cost(view returns (uint256)
0
maxMintAmountPerOgWhitelist(view returns (uint16)
6
maxMintAmountPerTransaction(view returns (uint16)
2
maxMintAmountPerWallet(view returns (uint16)
2
maxMintAmountPerWhitelist(view returns (uint16)
6
maxSupply(view returns (uint256)
4444
name(view returns (string)
ToonsCollection
ogWhitelistCost(view returns (uint256)
0
owner(view returns (address)
0x4c109fccf1e97c7249f47ad7e449b391bed41021
paused(view returns (bool)
true
symbol(view returns (string)
TOONS
totalSupply(view returns (uint256)
4447
whiteListingSale(view returns (bool)
false
whitelistCost(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
claims(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistedMints(addressview returns (uint256)
State-modifying
airdrop(address[] _airdropAddressesuint256 _amount
approve(address touint256 tokenId
claimGenesisToons(uint256 _amountbytes32[] proofpayable 
gift(address _touint256 _mintAmount
mint(uint256 _mintAmountpayable 
mintExternal(address _addressuint256 _mintAmount
mintWhitelist(bool isOgbytes32[] proofuint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setBreedingContractAddress(address _bAddress
setCost(uint256 _newCost
setGenesisRoot(bytes32 _root
setMaxAmountPerOgWhitelist(uint16 _amount
setMaxMintAmountPerWallet(uint16 _amount
setMaxMintAmountPerWhitelist(uint16 _amount
setMaxSupply(uint256 _supply
setOgWhitelistingRoot(bytes32 _root
setOgwhitelistingCost(uint256 _newCost
setWhitelistingCost(uint256 _newCost
setWhitelistingRoot(bytes32 _root
setmaxMintAmountPerTransaction(uint16 _amount
togglePause(
toggleWhiteSale(
toggleclaim(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseUrl
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(