ToonBird
Verified contract
Active on
Ethereum with 1,329 txns
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 "ToonBird"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20282865 | 4 months ago | | | 0 | 0.00021535509 | |
| 20062977 | 5 months ago | | | 0 | 0.00032467442 | |
| 19050965 | 9 months ago | | | 0 | 0.00031031226 | |
| 16099283 | 2 years ago | | | 0 | 0.00065612635 | |
| 16099281 | 2 years ago | | | 0 | 0.00090045990 | |
| 15835946 | 2 years ago | | | 0 | 0.00049519569 | |
| 15620709 | 2 years ago | | | 0 | 0.00038148401 | |
| 15604126 | 2 years ago | | | 0 | 0.00025636962 | |
| 15287366 | 2 years ago | | | 0 | 0.00029095321 | |
| 15287105 | 2 years ago | | | 0 | 0.00042057471 |
ABI
ABI objects
Getter at block 21093124
amountForDevs() view returns (uint256)
33333
freemintAmount() view returns (uint256)
5
maxPerAddressDuringMint() view returns (uint256)
20
mintAmount() view returns (uint256)
20
name() view returns (string)
ToonBird
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xd74a0b101a2ceb51880ffc260ee743d964cffd25
price() view returns (uint256)
3500000000000000
saleConfig() view returns (uint64 publicPrice)
0
symbol() view returns (string)
ToonBird
totalSupply() view returns (uint256)
3208
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Claim(uint256 quantity) payable
Mint(uint256 quantity) payable
Mints(uint256 quantity)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setamountForDevs(uint256 _newamountForDevs)
setcollectionSize(uint256 _newcollectionSize)
setfreemintAmount(uint256 _newfreemintAmount)
setfreemints(uint256 _newfreemints)
setmintAmount(uint256 _newmintAmount)
setprice(uint256 _newprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 collectionSizeFree_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.