Zom NFT

Verified contract

Active on Ethereum with 6,399 txns
Deployed by via 0x6d44d466 at 14582076
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Zom NFT"

0x5463b403dc33a31c0ba2bc238585dd291ad27b4f59ee7ad88bba211cef67b133
0x4b22465f228037435eb665f528101ee1778f9225817044c528d121f40cb70b61
0xc465f1edaf398b86aa232feec532d90b7a24f501b04614a76b48f971ccc3a402
0x3f7260cf031227d2b9460104d880353009c999e06bfa245abd8c905b520740d9
0xed1aebec4247d259485752230e828fb662f88419e1586494388cbe9d41a9fc15
0x51c2ad732f894cf56c378a159a8706dce67f252b5f6a6c631e49dc4e3d5a217c
0xda41a236c5c6c4c174a42d85f60b7c19b8e61df6332ee695bdedc65d2575c9bb
0x8fce8406baf0f9c114ac40a2f20d40f6f985617181ca48882a7f67590c773209
0x1d4fcde3a04204c72c477fbe2cbd426e2ec8117b39d7a469662ef9818e757bef
0x8d28d1dbe40d4655e108fa9a3aaed3b2df609e32360e637cfca0da3fbdc27e44

Functions
Getter at block 20891248
collectionSize(view returns (uint256)
8888
getMintStatus(view returns (string)
Public Sale
maxAvailableSupply(view returns (uint256)
8688
maxPerTxn(view returns (uint256)
50
merkleRoot(view returns (bytes32)
0x584cb21e31c192a7e98bfcb86d0a27600e45163e2325977a1e3ba86feab4d157
mintStatus(view returns (uint8)
2
name(view returns (string)
Zom NFT
owner(view returns (address)
0x10598df35f785d9385b58c4f2b5da0ed51f4bac1
presalePrice(view returns (uint256)
20000000000000000
reserveSupply(view returns (uint256)
200
revealed(view returns (bool)
true
salePrice(view returns (uint256)
20000000000000000
symbol(view returns (string)
ZOM
totalSupply(view returns (uint256)
8888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintList(address _addrview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addToMintList(address[] _addresses
approve(address touint256 tokenId
closeSale(
mint(uint256 _amountuint256 _datapayable 
mintPresale(bytes32[] _proofuint256 _amountpayable 
mint_(address _addressuint256 _amount
removeFromMintList(address[] _addresses
renounceOwnership(
reveal(bool _reveal
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _tokenBaseURI
setMaxTxn(uint256 _max
setMerkleRoot(bytes32 _merkleRoot
setMintData(uint256 _data
setPrice(string _saleTypeuint256 _price
setUnrevealedURI(string _unrevealedURI
startPresale(
startPublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawl(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ChangeBaseURI(string _baseURI
Mint(address _minteruint256 _amountstring _type
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdateSaleState(string _sale
Constructor
constructor(uint256 collectionSize_uint256 reserveSupply_uint256 maxTxn_uint256 mintData_address devWallet_address partnerWallet_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExceededMintSupply(
InvalidData(
MintToZeroAddress(
MintZeroQuantity(
MintingTooMany(
NotOnMintList(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
SaleNotActive(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
ValueTooLow(
ZeroAddress(