Fresh Fools

Verified contract

Active on Ethereum with 7,130 txns
Deployed by via 0xb1b25b4b at 14372437
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fresh Fools"

0x59d5b83a2a219bbdc51b33cb094b363527b8ddc94be16dafc20a3d1a5d117478
0xfe452895a55c06b45d4c014798f51887ccfc526b92d617ddbad67ebbb69203bd
0x87363291e3d4249fe23d5069c6b3bf5b04ad900dc852629b25770e0033932ad5
0xdd8654cf5e9cdcbd9f899db76ee68d375477cfb723570930b6fa94b641fda2d3
0x0278c344038d4d7e076e2d337c109ab829d5559f77f9d6d42ad5519a16e10517
0xeb199ff6f253c6d66067c178b31b7ebaebb6e2359af683528d89b3be687bb135
0x8473173d957af1afa56b6c6c895febf0012da27fafa83904158f297a40eef966
0xb37ca6f27d108459499f3e076ee32883e24176b624d99e2a5e26f6ea52308040
0xfbb60a89f39bd03886b39f798db9f0c596934da026420e51cb7e0aaceae84a24
0xc212c2b5535687fe9edb10a17f9cfe61b1dcd0787681c43a11e60c26de97d739

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(bytes32 hashbytes signaturepayable 
mintByOwner(address touint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPerTx(uint256 _maxPerTx
setMaxPerWallet(uint256 _maxPerWallet
setMintPrice(uint256 _mintPrice
setPaused(
setReservedSize(uint256 _reservedSize
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address defender
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(