Farmacy Fantoms
Verified contract
Active on
Ethereum with 5,426 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Farmacy Fantoms"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296724 | 32 minutes ago | | | 0 | 0.00054619638 | |
| 21287429 | a day ago | | | 0 | 0.00055740744 | |
| 21287426 | a day ago | | | 0 | 0.00064416806 | |
| 21287423 | a day ago | | | 0 | 0.00063055196 | |
| 21287420 | a day ago | | | 0 | 0.00062680705 | |
| 21287410 | a day ago | | | 0 | 0.00062190550 | |
| 21287406 | a day ago | | | 0 | 0.00062561677 | |
| 21287402 | a day ago | | | 0 | 0.00063655840 | |
| 21287399 | a day ago | | | 0 | 0.00084086381 | |
| 21269619 | 4 days ago | | | 0 | 0.00028840314 |
ABI
ABI objects
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 maxSupply, uint16 maxPerWallet, uint16 maxPerTransaction, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool pubSaleIsActive, bool claimIsActive, bool supplyLock, uint8 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 owner) view returns (uint256)
checkClaimEligibility(address _address, uint256 _quantity, bytes32[] _proof) view returns (string)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
referrers(address) view returns (uint8)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint16 _maxMint, uint16 _quantity, bytes32[] _proof)
crossmint(address _address, uint256 _quantity, bytes32[] _proof, address _referrer) payable
lockSupply()
mint(uint256 _quantity, bytes32[] _proof, address _referrer) payable
paper(address _address, uint256 _quantity, bytes32[] _proof, address _referrer, bytes32 _nonce, bytes _signature) payable
registerPaperKey(address _paperKey)
release(address account)
release(address token, address account)
renounceOwnership()
reserve(address _address, uint16 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setMintPass(address _address)
setReferalBonus(uint8 _percent, address _referrer)
setReferralFee(uint8 _percent)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateConfig(uint16 _maxSupply, uint16 _maxPerWallet, uint16 _maxPerTransaction, uint72 _preSalePrice, uint72 _pubSalePrice)
updateSaleState(bool _preSaleIsActive, bool _pubSaleIsActive, uint8 _preSalePhase, bool _claimIsActive)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Referral(address indexed _referrer, uint256 _quantity, uint256 _commission)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address _crossmintAddress, address _paperAddress, string _provenance, struct ERC721AContractToken _token)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()