Fresh Fools
Verified contract
Active on
Ethereum with 7,130 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 "Fresh Fools"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247034 | 5 days ago | | | 0 | 0.00067375506 | |
| 21083865 | a month ago | | | 0 | 0.00039653570 | |
| 21083581 | a month ago | | | 0 | 0.00037917322 | |
| 21083576 | a month ago | | | 0 | 0.00038988110 | |
| 21083543 | a month ago | | | 0 | 0.00037186645 | |
| 21083536 | a month ago | | | 0 | 0.00046008652 | |
| 21083398 | a month ago | | | 0 | 0.00040406841 | |
| 21016509 | a month ago | | | 0 | 0.00018807991 | |
| 20899711 | 2 months ago | | | 0 | 0.00040615220 | |
| 20846213 | 2 months ago | | | 0 | 0.00036789365 |
ABI
ABI objects
Getter at block 21282393
collectionSize() view returns (uint256)
10000
maxPerTx() view returns (uint256)
20
maxPerWallet() view returns (uint256)
40
mintPrice() view returns (uint256)
40000000000000000
name() view returns (string)
Fresh Fools
owner() view returns (address)
0x4c38ad66cc2dc4a9fd91bc13eb60e7fb1557e5b8
publicMintPaused() view returns (bool)
true
reservedSize() view returns (uint256)
50
symbol() view returns (string)
TFF
totalSupply() view returns (uint256)
5757
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32 hash, bytes signature) payable
mintByOwner(address to, uint256 amount)
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)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMintPrice(uint256 _mintPrice)
setPaused()
setReservedSize(uint256 _reservedSize)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(address defender)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()