Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Tadpoles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748834 | 23 minutes ago | | | 0 | 7.9821800e-7 | |
| 22747715 | an hour ago | | | 0 | 0.0000012444437 | |
| 22631924 | 3 days ago | | | 0 | 8.2934324e-7 | |
| 22631891 | 3 days ago | | | 0 | 0.0000015192746 | |
| 22631856 | 3 days ago | | | 0 | 0.0000021317340 | |
| 22629699 | 3 days ago | | | 0 | 0.0000023999612 | |
| 22559754 | 4 days ago | | | 0 | 5.4909847e-7 | |
| 22526501 | 5 days ago | | | 0 | 8.7234421e-7 | |
| 22494714 | 6 days ago | | | 0 | 5.2070737e-7 | |
| 22494690 | 6 days ago | | | 0 | 0.000000903552150346 |
ABI
ABI objects
Getter at block 22749525
DOMAIN_SEPARATOR() view returns (bytes32)
0xb1e774fd20f87a066021dafb2cdae17388bd6e6bcfc8ebdd93e87e4b9cbd0820
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
8888000000000000000000
erc721TotalSupply() view returns (uint256)
8874
getERC721QueueLength() view returns (uint256)
1150
minted() view returns (uint256)
8874
name() view returns (string)
Tadpoles
owner() view returns (address)
0x7a405a70575714d74a1fa0b860730cf7456e6ebb
symbol() view returns (string)
TAD
tadpoleUrl() view returns (string)
https://metadata.froggyfriends.io/tadpole/
totalSupply() view returns (uint256)
8888000000000000000000
units() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setERC721TransferExempt(address account_, bool value_)
setSelfERC721TransferExempt(bool state_)
setTadpoleUrl(string _tadpoleUrl)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string name_, string symbol_, uint8 decimals_, uint256 maxTotalSupplyERC721_, address initialOwner_, address initialMintRecipient_)
This contract contains no fallback and receive objects.
AlreadyExists()
DecimalsTooLow()
InsufficientAllowance()
InvalidApproval()
InvalidExemption()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RecipientIsERC721TransferExempt()
Unauthorized()
UnsafeRecipient()