Tadpoles

Verified contract

Active on Base with 2,780 txns
Deployed by via 0x9162a181 at 19181719
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Tadpoles"

0xb9d6ed57320291148590881b43e303126baaebf7ebf11926e6a55889e2d1f0d1
0x5cdb5a72654d3b45d02fcef3f6c0a91ec1bf90e99248e7d4389c7308283980af
0xf60d6e05bb3d07a1c7cdd9fdbcc505f6c0d4e01ee1a76704fadc6bcec7e9411d
0xae654394d27377c4173d30a13479bd6f6ff576bc4ec46e29f63c73b224b4cecb
0x18045defac07f6e17249facdd0342f8c737adf541df3b2be7895da6b12f888c5
0xcd700642a1626921905644bf1714eda0c70b16fb9a0b6e490a9e935e2773b2f1
0xfdbd29afaac9ae8f8f5bb9767b0e562a863ea1f98f9e8a623c5b94ddb76d8ba4
0xaab819b8647ab04089cc65173886f3fd39ead77e0910ba85e8782ac9fc210669
0x43ddbafad8dd73e2731f8642ba68c9d84c1df6f0bc01c58d5754b396de995027
0xe7d81ed033dd37f44a354a75c5e1ca6a60fc37568867df9de8b283296cced3ba

Functions
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(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
erc20BalanceOf(address owner_view returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
erc721TransferExempt(address target_view returns (bool)
getApproved(uint256view returns (address)
getERC721TokensInQueue(uint256 start_uint256 count_view returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
nonces(addressview returns (uint256)
owned(address owner_view returns (uint256[])
ownerOf(uint256 id_view returns (address erc721Owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 id_view returns (string)
State-modifying
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
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 maxTotalSupplyERC721_address initialOwner_address initialMintRecipient_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(