FlyFroogles
Verified contract
Active on
Ethereum with 829 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($196.12)
Native
Value
$196.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.059 | $3,323.99 |
$196.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21004760 | a month ago | | | 0 | 0.00035713277 | |
| 18427613 | a year ago | | | 0 | 0.00076579729 | |
| 16506561 | 2 years ago | | | 0 | 0.00071267477 | |
| 16494237 | 2 years ago | | | 0 | 0.0025192535 | |
| 16280338 | 2 years ago | | | 0 | 0.00083311475 | |
| 15972837 | 2 years ago | | | 0 | 0.00093313336 | |
| 15874406 | 2 years ago | | | 0 | 0.00049364306 | |
| 15817337 | 2 years ago | | | 0 | 0.00054762213 | |
| 15798764 | 2 years ago | | | 0 | 0.0038346964 | |
| 15600667 | 2 years ago | | | 0 | 0.00012932933 |
ABI
ABI objects
Getter at block 21259384
MaxFree() view returns (uint256)
10000
MaxPerTx_free() view returns (uint256)
20
MaxPerTx_pub() view returns (uint256)
20
NFTPrice() view returns (uint256)
9900000000000000
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
10001
name() view returns (string)
FlyFroogles
owner() view returns (address)
0x03918ba3395f5f92665931b229e34aff87537deb
symbol() view returns (string)
FLYFROOGLES
totalSupply() view returns (uint256)
10000
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)
projectProxy(address) view returns (bool)
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 FreeMint(uint256 numberOfTokens)
GiveawayMint(uint256 numberOfTokens)
Mint(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId)
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)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumFreeMints(uint256 _numfreemints)
setTokenPerTxFree(uint256 _MaxPerTx_free)
setTokenPerTxPublic(uint256 _MaxPerTx_pub)
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.