TheFdaFoodCollection

Verified contract

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

No balances found for "TheFdaFoodCollection"

0x7993dc90c4b15202796cdf78552e7cf4c7783c6f6c65c6e7c997d9f4b313c6df
0xba0ce3ad420573c9175138aba9350ba3e83abcd68c995367d251d6eba948d9c1
0x00b7b4a988a186897b7166b027337315c91fb615f23e445d316add9ef037a3be
0x5c7a8a9b2dae8bd369e7ad0ca02e3e69c08bb32efb2af83d096b28ff39bccc0e
0xf313397b6c82d29dac4caad5205fbc6f417c471dce10a527aa4d703e1fc195ad
0x7de71a267012df7d7c6afa78573df96c956fbea25bbd8a51723144b570c16661
0x488641ac2fe163b7e6466f784bd923efa1158ecb971c75e391bd9eda8ec326a9
0x5f9b9361fb95d7d66aee68e2f70ae45fb45080507101da09971634755a374650
0x5d5681870b664b59b040a34543fec5d5d097b040e4da28a9d681ea58a3143f94
0x571d01f3b86965bf018a12148aceaf55042d52b5dea282e818e5b8641988b186

Functions
Getter at block 20993890
baseURI(view returns (string)
https://arweave.net/Gfi0S1BovxcqRFitnHV89OFxAHe_fMrmeC2ZDeKK01Y/
currentMintLimit(view returns (uint256)
4
maxSupply(view returns (uint256)
8000
merkleRoot(view returns (bytes32)
0x183b496ce03397254209d8b1a9ad3753f17afdbec72179f8b88a967c18e038cf
name(view returns (string)
TheFdaFoodCollection
owner(view returns (address)
0x93ce76d19c10ccb1580fcb79a004a31b1190850f
publicSaleFreeMintCount(view returns (uint256)
1
publicSaleMintCost(view returns (uint256)
3000000000000000
publicSaleMintLimit(view returns (uint256)
4
publicSaleOpenTimestamp(view returns (uint256)
1664467200
symbol(view returns (string)
TheFdaFoodCollection
totalSupply(view returns (uint256)
8000
whiteListSaleMintLimit(view returns (uint256)
2
whiteListSaleOpenTimestamp(view returns (uint256)
1664465400
Read-only
balanceOf(address ownerview returns (uint256)
calculateCost(address addruint256 mintCountview returns (uint256)
calculateRemainMintLimit(address addrbytes32[] merkleProofview returns (uint256)
checkCanMint(address addrbytes32[] merkleProofuint256 mintCountview 
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInWhiteList(address addrbytes32[] merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicSaleMintCountMap(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whiteListSaleMintCountMap(addressview returns (uint256)
State-modifying
airdrop(address[] toAddressesuint256[] mintCounts
approve(address touint256 tokenId
configPublicSale(uint256 publicSaleFreeMintCount_uint256 publicSaleMintCost_uint256 publicSaleMintLimit_uint256 publicSaleOpenTimestamp_
configWhiteListSale(uint256 whiteListSaleMintLimit_uint256 whiteListSaleOpenTimestamp_
mint(bytes32[] merkleProofuint256 mintCountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseURI(string baseURI_
updateMerkleRoot(bytes32 merkleRoot_
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(