TheFdaFoodCollection
Verified contract
Active on
Ethereum with 6,426 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 "TheFdaFoodCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19625655 | 8 months ago | | | 0 | 0.0015088244 | |
| 19625581 | 8 months ago | | | 0 | 0.0010941369 | |
| 19030814 | a year ago | | | 0 | 0.00073142701 | |
| 18902086 | a year ago | | | 0 | 0.00082908922 | |
| 17515833 | a year ago | | | 0 | 0.0012292384 | |
| 16735053 | 2 years ago | | | 0 | 0.0027846106 | |
| 16732306 | 2 years ago | | | 0 | 0.0010354318 | |
| 16732094 | 2 years ago | | | 0 | 0.00090357027 | |
| 16681000 | 2 years ago | | | 0 | 0.0013025020 | |
| 16680997 | 2 years ago | | | 0 | 0.0012935716 |
ABI
ABI objects
Getter at block 21393027
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 owner) view returns (uint256)
calculateCost(address addr, uint256 mintCount) view returns (uint256)
calculateRemainMintLimit(address addr, bytes32[] merkleProof) view returns (uint256)
checkCanMint(address addr, bytes32[] merkleProof, uint256 mintCount) view
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isInWhiteList(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicSaleMintCountMap(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListSaleMintCountMap(address) view returns (uint256)
State-modifying
Events airdrop(address[] toAddresses, uint256[] mintCounts)
approve(address to, uint256 tokenId)
configPublicSale(uint256 publicSaleFreeMintCount_, uint256 publicSaleMintCost_, uint256 publicSaleMintLimit_, uint256 publicSaleOpenTimestamp_)
configWhiteListSale(uint256 whiteListSaleMintLimit_, uint256 whiteListSaleOpenTimestamp_)
mint(bytes32[] merkleProof, uint256 mintCount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string baseURI_)
updateMerkleRoot(bytes32 merkleRoot_)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()