Fresh Fools
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,235.35)
Native
Value
$1,235.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.32 | $3,860.46 |
$1,235.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14553887 | 3 years ago | | | 0 | 0.0011395656 | |
| 14428780 | 3 years ago | | | 0 | 0.00081821466 | |
| 14413985 | 3 years ago | | | 0 | 0.0010965723 | |
| 14413114 | 3 years ago | | | 0 | 0.0026000404 | |
| 14412669 | 3 years ago | | | 0 | 0.0012052137 | |
| 14407938 | 3 years ago | | | 0 | 0.0021220876 | |
| 14407445 | 3 years ago | | | 0 | 0.0019636697 | |
| 14407445 | 3 years ago | | | 0 | 0.0019636697 | |
| 14407445 | 3 years ago | | | 0 | 0.0019636697 | |
| 14407441 | 3 years ago | | | 0 | 0.0034035888 |
ABI
ABI objects
Getter at block 21389314
MAX_MINT() view returns (uint256)
10000
MAX_MINT_PER_TX() view returns (uint256)
10
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://fools.ink/api/metadata/
cost() view returns (uint256)
40000000000000000
name() view returns (string)
Fresh Fools
owner() view returns (address)
0xe7a700242ed13388153a52ad97b2771595dae43f
paused() view returns (bool)
false
symbol() view returns (string)
TFF
totalSupply() view returns (uint256)
474
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 Mint(uint256 quantity) payable
adminMint(uint256 quantity)
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)
setBaseExtension(uint256 _newCost)
setBaseURI(string uri)
setCost(uint256 _newCost)
toggleSale()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()