The Toads
Verified contract
Active on
Ethereum with 4,221 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 "The Toads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18062481 | a year ago | | | 0 | 0.0012171329 | |
| 16353534 | 2 years ago | | | 0 | 0.00034782014 | |
| 15596281 | 2 years ago | | | 0 | 0.00018818341 | |
| 15378193 | 2 years ago | | | 0 | 0.00048259960 | |
| 15352701 | 2 years ago | | | 0 | 0.00022710015 | |
| 15283296 | 2 years ago | | | 0 | 0.0028155993 | |
| 15262237 | 2 years ago | | | 0 | 0.00030900906 | |
| 15198513 | 2 years ago | | | 0 | 0.00014213329 | |
| 15192249 | 2 years ago | | | 0 | 0.00021473266 | |
| 15192230 | 2 years ago | | | 0 | 0.00017977560 |
ABI
ABI objects
Getter at block 21266436
maxSupply() view returns (uint256)
8877
maxTx() view returns (uint256)
2
name() view returns (string)
The Toads
owner() view returns (address)
0x7081d497f31888376850f3c495c1a8458b2719d4
price() view returns (uint256)
0
symbol() view returns (string)
toads
totalSupply() view returns (uint256)
8877
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _to)
approve(address to, uint256 tokenId)
buy(uint256 qty) payable
buyTo(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setPrice(uint256 newPrice)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()