Fresh Fools

Verified contract

Active on Ethereum with 129 txns
Deployed by via 0x08e014bc at 14400442
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,235.35
0x8cdd99d8371016f7de36577b59275fad26468e01199ab86acb96878c1e698a32
0xf53b1856f7c64a31e1f52bccaaa116c9351d559a631aa8f2ea9c7cf061a4033e
0xa4f3c1c82be4e61a7a505d6183086b6de888f6188154e89be1d288d925646d56
0x71b796907a1d0ccfeeaf99c3086f3383b54795b7513eba9f1636e4b1b4072865
0xa7c82886775ec73d55edcdd2784ba37d13e5277b47a8b8705027bc1596510a9d
0x7737303ac7fd11588e62bbfb86829e0f64c977273a2d518d20b1184033bd0d8b
0xd2b78caea69bac3ce7b282b008e8a7ccc33a581b9ea80377c0a3e62e67e5328a
0xab66cc6a60c39237153172bbeb9a6a2eeca21f4a875768b539841107262c4d76
0xbcd32e77b35d5396a7995f00f2340035db356241add567b23039e5b4fe91112a
0x13f3c0ff2971e9aa2005bd53e65e669d3a8f78c13b18fed5815c6ab57a5864c1

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
Mint(uint256 quantitypayable 
adminMint(uint256 quantity
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(uint256 _newCost
setBaseURI(string uri
setCost(uint256 _newCost
toggleSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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