Zom Pets

Verified contract

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

No balances found for "Zom Pets"

0x70db04f9002363cf59ff7d8616de8f075c208d262c30e3e0aa13d63b54271f3f
0x28670982c8f33ab2f4d2d829369296c96d96c89c44d53ba94395a91876cd3afd
0xe3e618c75bea414e40b0c36ff20419b0b1b73265c833330a00165be1e15fbdf4
0x61d415a5078d89b40cbadab957526e4c4c12d5a3891bfcf1081383a58088fc41
0x283a7549de3cc226f1e178c0595aa8d7acd5dfa650368acbd8751480f01f8d57
0xcd6c9affdb090f4ebf7340611b6fe2e1b666bff45ac9e7bb748e61d2784d5d60
0x188887ca21d81bfa2a39cb58bc9514673d24cd47400b64a30b111f5ad92ace85
0x4e801330d52b8da40ed8f69dbac2f2473c0e32c0e288b37870c5ae47a9b78c98
0xd81bcfef627800663f09d503a965ff07d9e20ca2c46f0d5b9d1657ed534774a7
0x3a885b769b9feb25f1eacd9359c4980f6ebe9793da02a2ed25d2f241c3202cad

Functions
Getter at block 21227822
claimMerkleRoot(view returns (bytes32)
0x76af1c5189f715313804a055caa02efbdf588d122d3188e2375cf64d32eae49b
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
Zom Pets
owner(view returns (address)
0x10598df35f785d9385b58c4f2b5da0ed51f4bac1
price(view returns (uint256)
10000000000000000
saleMerkleRoot(view returns (bytes32)
0x6a044135eddba562fd9153d4b62922e7965a559f19e1b22fb196e1bf14c18fd1
symbol(view returns (string)
ZOMPETS
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=4444, maxPerWallet=150, maxPerTransaction=150, preSalePrice=10000000000000000, pubSalePrice=10000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=true, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
14803759000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
4444
unclaimedSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
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
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
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(uint256 _idaddress _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(