Farmacy Fantoms

Verified contract

Active on Ethereum with 5,426 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"

0xce83a831389d3ef6e5a08d0017b1c4d229d3dadd06502fa3f9a30156d7f4012d
0x740861884b87abf69236205fbc852176858e2304e05cb10584816ea4048e1298
0x308258508caad3a8e03282497941674dada12c4f6efdd62a787367a9a9f874ec
0xd9e30b67ed4cc77ba61be1fda0a4ab6a37ffce8e596a1ba678aa10c9a817eab2
0x80795194bd41bc0a5c04e94f32b5f3e88f26f826353e8e2049a7022993065e13
0x8b1926d49631bec2d97bf905037532e0bb7d03c2eaeb80fb4ad5d37ce2d17a24
0x42e794457b73b5aa3cb46b95f843784c61dd72261204c183bc5c6ab847b66634
0x6ebe70c92032ea5a94fbec9800640df751fa505647bcc5a76c38b7b4baae6fd7
0xd17c1746b7db0f1128db7dd6735fe95fe93247de94135a8dae98adc85ef2233f
0x3352968e7f374c9b6f55b314271b950c5a6a28ceb363dc6449e9a7828699f0a0

Functions
Getter at block 21296882
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(