Toadkens
Verified contract
Active on
Ethereum with 2,363 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd910…2487
0x9942…9813
3 additional
variables
Balances ($0.00)
No balances found for "Toadkens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20773096 | 3 months ago | | | 0 | 0.00039742043 | |
| 20595443 | 3 months ago | | | 0 | 0.000052161982 | |
| 20394624 | 4 months ago | | | 0 | 0.000025842614 | |
| 19946329 | 6 months ago | | | 0 | 0.0013467649 | |
| 19946328 | 6 months ago | | | 0 | 0.00025912130 | |
| 19946122 | 6 months ago | | | 0 | 0.00019488303 | |
| 19777375 | 7 months ago | | | 0 | 0.00028055361 | |
| 19752218 | 7 months ago | | | 0 | 0.00013584362 | |
| 19344046 | 9 months ago | | | 0 | 0.0021957850 | |
| 19079651 | 10 months ago | | | 0 | 0.0022048348 |
ABI
ABI objects
Getter at block 21318791
Croak() view returns (address)
0x99428971721b54e481384595342ed731c92f9813
LilyPass() view returns (address)
0xd9109f208616326b1d016eba70316af1b0b42487
maxPreMint() view returns (uint256)
2
maxSupply() view returns (uint256)
4444
mintIncludeReservedActive() view returns (bool)
false
mintPassActive() view returns (bool)
false
name() view returns (string)
Toadkens
owner() view returns (address)
0x3e0b924b2f618d19f5e14fafd1f25151ecdbf8a8
passReserve() view returns (uint256)
600
prePrice() view returns (uint256)
20000000000000000
presaleActive() view returns (bool)
false
price() view returns (uint256)
10000000000000000
publicSupply() view returns (uint256)
3844
saleActive() view returns (bool)
true
symbol() view returns (string)
TOAD
totalSupply() view returns (uint256)
3433
Read-only
balanceGenesis(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 numberOfMints)
approve(address to, uint256 tokenId)
mint(uint256 numberOfMints) payable
mintIncludeReserved(uint256 numberOfMints) payable
mintPass(uint256 passId, uint256 numberOfMints) payable
mintPresale(bytes signature, uint256 numberOfMints) 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 uri)
setCroak(address CroakAddress)
setLilyPass(address LilyPassAddress)
setPrePrice(uint256 newPrice)
setPrice(uint256 newPrice)
toggleMintIncludeReservedActive()
toggleMintPass()
togglePresale()
toggleSale()
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(string name, string symbol, string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.