Froggy Friends
Verified contract
Active on
Ethereum with 14,847 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) |
---|---|---|---|---|---|---|---|
| 21105984 | 8 days ago | | | 0 | 0.00010712252 | |
| 21105983 | 8 days ago | | | 0 | 0.000099185830 | |
| 21103469 | 8 days ago | | | 0 | 0.00010416353 | |
| 21022800 | 19 days ago | | | 0 | 0.00030084117 | |
| 20948997 | a month ago | | | 0 | 0.00020889600 | |
| 20906069 | a month ago | | | 0 | 0.00013109053 | |
| 20663391 | 2 months ago | | | 0 | 0.00035662401 | |
| 20663390 | 2 months ago | | | 0 | 0.00037555022 | |
| 20653637 | 2 months ago | | | 0 | 0.000016209268 | |
| 20433595 | 3 months ago | | | 0 | 0.00021678816 |
ABI
ABI objects
Getter at block 21159952
adoptLimit() view returns (uint256)
3
adoptionFee() view returns (uint256)
30000000000000000
froggyList() view returns (bytes32)
0xa3b13bee721a1ea577621ecf6ca9dfb40177807c9917776482dff221a34a4b60
froggyStatus() view returns (uint8)
0
froggyUrl() view returns (string)
https://metadata.froggyfriends.io/migrated/
name() view returns (string)
Froggy Friends
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x09a06f3901f3b0299dd492bd35ea1bb38c5c4c9b
pond() view returns (uint256)
4444
revealed() view returns (bool)
true
symbol() view returns (string)
FROGGY
totalSupply() view returns (uint256)
4444
Read-only
adopted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnFroggylist(address wallet, bytes32[] proof) 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)
State-modifying
Events approve(address to, uint256 tokenId)
froggylistAdopt(uint256 froggies, bytes32[] proof) payable
publicAdopt(uint256 froggies) payable
renounceOwnership()
reserve(address wallet, uint256 froggies)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdoptLimit(uint256 _adoptLimit)
setAdoptionFee(uint256 _adoptionFee)
setApprovalForAll(address operator, bool approved)
setFroggyList(bytes32 _froggyList)
setFroggyStatus(uint256 status)
setFroggyUrl(string _froggyUrl)
setRevealed(bool _revealed)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.