TheFdaCharactersCollection

Verified contract

Active on Ethereum with 7,289 txns
Deployed by via 0xb1087811 at 15709142
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#537)
ERC-721
--
0xc7b17cfb2743785a78b49e0ffe266fdd5cf31b754ba0a4df2132247529c9642b
0x6486211dd63eb50e7c5a1024c07d2c18021d1c4ac28d69a22e747446082d6c16
0x5be58c7d869b79550acd9c18614e2bb18b95416f7ca355d7f940d99f40c38da8
0xd59108f44bbc39d2feb61a1ac2b6e705f9f96f8761cda5727aaad80e4dd74f38
0x834399a9eaa9b9acd1b5d7b2b0eb8f0da4f182a7f60fa9c4d470ed06a82ae455
0x8c6fd2e378504c23282f7b0936f1d687de1cc54fb63a8709203636dacaa02143
0x5cd238cb6d5eccc37befba28b557c601cee46f3b5eb6da8b8a4a01b9a8cd7808
0x9bede2e5fd74d034739e294d6cc81b61d003be08cacd674c098be57b5e3f4243
0x47204031dd1c8ee52216e246630d9d0dc34cd06626f29514bff5df22c650e83a
0x34c3b71a97ea46622ff1f156977938d39e7553e66d42705751e3f14adabc2c8d

Functions
Getter at block 20887992
baseURI(view returns (string)
https://arweave.net/7eM10uiSluNS-apjwEjyK-ls7MfIqn4RuCLh-et5XlA/
burnFactor(view returns (uint256)
0
currentMintLimit(view returns (uint256)
3
deadAddr(view returns (address)
0x000000000000000000000000000000000000dead
fdaFoodCollection(view returns (address)
0xd82c9290a240eb90d26bc7facb5518cfcdaacb6b
maxSupply(view returns (uint256)
6000
merkleRoot(view returns (bytes32)
0xb08023788165a9248d5fdf763db5728e258aa133854108286c8cc1f18ab0cbaa
name(view returns (string)
TheFdaCharactersCollection
owner(view returns (address)
0x93ce76d19c10ccb1580fcb79a004a31b1190850f
publicSaleCloseTimestamp(view returns (uint256)
1665329400
publicSaleFreeMintCount(view returns (uint256)
1
publicSaleMintCost(view returns (uint256)
8000000000000000
publicSaleMintLimit(view returns (uint256)
3
publicSaleOpenTimestamp(view returns (uint256)
1665322200
reserveForBurn(view returns (uint256)
800
symbol(view returns (string)
TheFdaCharactersCollection
totalSupply(view returns (uint256)
5200
whiteListSaleFreeMintCount(view returns (uint256)
1
whiteListSaleMintCost(view returns (uint256)
5000000000000000
whiteListSaleMintLimit(view returns (uint256)
3
whiteListSaleOpenTimestamp(view returns (uint256)
1665320400
Read-only
balanceOf(address ownerview returns (uint256)
calculateCost(address addruint256 mintCountview returns (uint256)
calculateRemainMintLimit(address addrbytes32[] merkleProofview returns (uint256)
checkCanBurn(address addrview 
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
burnFdaFoodCollections(
configBurnFactor(uint256 burnFactor_
configPublicSale(uint256 publicSaleFreeMintCount_uint256 publicSaleMintCost_uint256 publicSaleMintLimit_uint256 publicSaleOpenTimestamp_uint256 publicSaleCloseTimestamp_
configWhiteListSale(uint256 whiteListSaleFreeMintCount_uint256 whiteListSaleMintCost_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(