Froggy Friends
Verified contract
Active on
Ethereum with 36 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 "Froggy Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19184785 | 10 months ago | | | 0 | 0.0042752308 | |
| 19184769 | 10 months ago | | | 0 | 0.0046279584 | |
| 19184767 | 10 months ago | | | 0 | 0.0050633891 | |
| 19184762 | 10 months ago | | | 0 | 0.0061149504 | |
| 19184755 | 10 months ago | | | 0 | 0.0054930759 | |
| 19184755 | 10 months ago | | | 0 | 0.0054930759 | |
| 19184755 | 10 months ago | | | 0 | 0.0055939049 | |
| 19184755 | 10 months ago | | | 0 | 0.0056425649 | |
| 19184752 | 10 months ago | | | 0 | 0.0058113218 | |
| 19184751 | 10 months ago | | | 0 | 0.0060670125 |
ABI
ABI objects
Getter at block 21316300
_uniswapPair() view returns (address)
0xdfff9d761b6253444312b8c53a86db9b22247db3
_uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
baseTokenURI() view returns (string)
https://nftstorage.link/ipfs/bafybeigej4ksb6v53bwz43wairw3pvo4n22524n7jzxrwuorqavmllks5i/
dataURI() view returns (string)
https://erc420.com/FroggyFriends/
decimals() view returns (uint8)
18
fundAddress() view returns (address)
0x504481d00fa24d93218e03d36175e6f2dcd7cf39
minted() view returns (uint256)
1736
name() view returns (string)
Froggy Friends
owner() view returns (address)
0x504481d00fa24d93218e03d36175e6f2dcd7cf39
startTradeBlock() view returns (uint256)
19184737
symbol() view returns (string)
TADPOLE
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
claimBalance()
claimToken(address token, uint256 amount, address to)
recuseTax(uint256 newBuy, uint256 newSell)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setFundAddress(address addr)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
startTrade(address[] adrs)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
receive()
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()