This contract is being backfilled. You may encounter incomplete storage history.

Tadpole

Verified contract

Active on Ethereum with 3,216 txns
Deployed by via 0xf2525d6e at 19187493
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Tadpole"

0x51d7343e92839460bb0df1d9ce54eaaed27c2a93ca7486a91dd13470afb2ad4e
0x11c060799369b779e95a7dbe01ceb514ea438c10465bdc22107f6c8dadeb340e
0x64f14cb5913c337681589e4b554e8e980a666f6b0378972be7e88aa9d2a7de77
0xddd940bc39214803c09bba7f06c9c6ff98d2a972f501201d41f47c1f2c226b1b
0x7e9c1c2f408c52c48d686f36eab5ee267c7e696c7fdf2e5a11b4df6907221d80
0x0b91b2d0a92de09e9a7e73ce790276c419fe654d046235e21773fb97e7d83a19
0xb38a390857db93c2d06eebeec658bd9b4d961872259c7a0737cd71975591972b
0x5b64950d8b08d9485a5d6b3b519c180b910913881d7b0d5584183058ddec80e1
0x12ac65f89859e380b2f4456250ae54ff06e600a619d4e582321edffe9418446c
0x207be166fa026014ac0bbed4e349f0c3fc32e66c28adec9c1b710d3a421e9a6c

Functions
Getter at block 20792512
applyTxLimit(view returns (bool)
false
buyLimit(view returns (uint256)
5000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
30223
name(view returns (string)
Tadpole
owner(view returns (address)
0x7a405a70575714d74a1fa0b860730cf7456e6ebb
paused(view returns (bool)
false
revealed(view returns (bool)
true
sellLimit(view returns (uint256)
5000000000000000000000
symbol(view returns (string)
TADPOLE
tadpoleUrl(view returns (string)
https://metadata.froggyfriends.io/tadpole/
totalSupply(view returns (uint256)
10000000000000000000000
txLimit(view returns (uint256)
10000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuyLimit(addressview returns (uint256)
userSellLimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
pause(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimit
setNameSymbol(string _namestring _symbol
setRevealed(bool _revealed
setTadpoleUrl(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _buyLimituint256 _sellLimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(