ToonsCollection
Verified contract
Active on
Ethereum with 8,783 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "ToonsCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070478 | a month ago | | | 0 | 0.00043386308 | |
| 20996185 | a month ago | | | 0 | 0.00044418563 | |
| 20884180 | 2 months ago | | | 0 | 0.00026856733 | |
| 20749227 | 2 months ago | | | 0 | 0.00013980314 | |
| 20748127 | 2 months ago | | | 0 | 0.00010188222 | |
| 20711732 | 3 months ago | | | 0 | 0.000068926546 | |
| 20711729 | 3 months ago | | | 0 | 0.00012806288 | |
| 20669843 | 3 months ago | | | 0 | 0.000098954243 | |
| 20557134 | 3 months ago | | | 0 | 0.000045191687 | |
| 20521979 | 3 months ago | | | 0 | 0.000078849795 |
ABI
ABI objects
Getter at block 21271942
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 owner) view returns (uint256)
claims(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedMints(address) view returns (uint256)
State-modifying
Events airdrop(address[] _airdropAddresses, uint256 _amount)
approve(address to, uint256 tokenId)
claimGenesisToons(uint256 _amount, bytes32[] proof) payable
gift(address _to, uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintExternal(address _address, uint256 _mintAmount)
mintWhitelist(bool isOg, bytes32[] proof, uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _baseUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()