Fly Frogs
Verified contract
Active on
Ethereum with 11,700 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FlyFrogs | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131882 | 4 days ago | | | 0 | 0.00077730664 | |
| 21129770 | 5 days ago | | | 0 | 0.00075581601 | |
| 21088782 | 10 days ago | | | 0 | 0.00031811810 | |
| 21082515 | 11 days ago | | | 0 | 0.00021348440 | |
| 20974316 | a month ago | | | 0 | 0.0010481019 | |
| 20960115 | a month ago | | | 0 | 0.00094875045 | |
| 20945992 | a month ago | | | 0 | 0.0010417303 | |
| 20915008 | a month ago | | | 0 | 0.0016690655 | |
| 20864968 | a month ago | | | 0 | 0.00073285822 | |
| 20861744 | a month ago | | | 0 | 0.0011283831 |
ABI
ABI objects
Getter at block 21162901
MAX_ENTRIES() view returns (uint256)
10000
_paused() view returns (bool)
true
isPaused() view returns (bool)
true
name() view returns (string)
Fly Frogs
owner() view returns (address)
0xc6d568bcf2df54b71f01fc4948a80d741d0f8db2
symbol() view returns (string)
FlyFrogs
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
mint(address _to, uint256 quantity) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.