Farmacy Fantoms

Verified contract

Active on Ethereum with 5,368 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "Farmacy Fantoms"

0x1cfeaac73de67d8ea8dafcaa6c9fe73287754a74baba3e9e75a681138571bf0a
0xee91f6fdf0c9533577eb8e3366ada1827a030507f5304fbeb4602009903b652f
0x0ead7c54b74b2ed4ac4230c34c8a6713c3be5ba196fd2713977d17c2911bad50
0x62a3591c36a9bbad94b2e69809585bd6f09c67fd26a747f76e34e96e26aab2dd
0x547619d9dc4b7f85c7a4175683b6ca6d3d4e9c4ebb7a6c152fb02e0e9827585d
0x7c8ba9f6f734d1623cb0d5ff5bcb7e0876c34137630240f611221e04b823081c
0xcfc79278445c14dd89d85799513d50719ecc50746e5b6d141292398e975db5a4
0x39632f0b847c04c5af7cb77ac107a0b9ca3f3632b7503fc053f6b450ffb4a727
0x40724fee30b10b445ea5d5d947c026d92b0a0325df30f92d526635a6189b5d4a
0x62fbd8dbe5f15f2fab4c62e1af95596b8e2a8f08e642f1493bd347ed55b99290

Functions
Getter at block 20874210
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpass(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
Farmacy Fantoms
owner(view returns (address)
0x60607ff8bbb16ce3228adab757afa0f51d7d45e4
provenance(view returns (string)
referralFee(view returns (uint8)
10
saleMerkleRoot(view returns (bytes32)
0xbf8930e514d76729837a970abd75d1b350043598a2e29a5db4cdc5a629221a8a
symbol(view returns (string)
FF
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActivebool supplyLockuint8 preSalePhase)
(maxSupply=10000, maxPerWallet=42, maxPerTransaction=100, preSalePrice=42000000000000000, pubSalePrice=55000000000000000, preSaleIsActive=false, pubSaleIsActive=false, claimIsActive=false, supplyLock=false, preSalePhase=0)
totalReleased(view returns (uint256)
196308100000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
6666
Read-only
balanceOf(address ownerview returns (uint256)
checkClaimEligibility(address _addressuint256 _quantitybytes32[] _proofview returns (string)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
referrers(addressview returns (uint8)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
claim(uint16 _maxMintuint16 _quantitybytes32[] _proof
crossmint(address _addressuint256 _quantitybytes32[] _proofaddress _referrerpayable 
lockSupply(
mint(uint256 _quantitybytes32[] _proofaddress _referrerpayable 
paper(address _addressuint256 _quantitybytes32[] _proofaddress _referrerbytes32 _noncebytes _signaturepayable 
registerPaperKey(address _paperKey
release(address account
release(address tokenaddress account
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(address _address
setReferalBonus(uint8 _percentaddress _referrer
setReferralFee(uint8 _percent
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _pubSaleIsActiveuint8 _preSalePhasebool _claimIsActive
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Referral(address indexed _referreruint256 _quantityuint256 _commission
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _owneraddress _crossmintAddressaddress _paperAddressstring _provenancestruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(