Zoomersnft
Verified contract
Active on
Ethereum with 1,910 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Zoomersnft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19699374 | 7 months ago | | | 0 | 0.00017889398 | |
| 19699374 | 7 months ago | | | 0 | 0.00017951287 | |
| 18910013 | a year ago | | | 0 | 0.00056242498 | |
| 17650069 | a year ago | | | 0 | 0.00052502828 | |
| 16952456 | 2 years ago | | | 0 | 0.00075151626 | |
| 16952452 | 2 years ago | | | 0 | 0.00089690312 | |
| 16952448 | 2 years ago | | | 0 | 0.0011677503 | |
| 16604307 | 2 years ago | | | 0 | 0.00092206679 | |
| 16604301 | 2 years ago | | | 0 | 0.00061363098 | |
| 16473794 | 2 years ago | | | 0 | 0.00061198168 |
ABI
ABI objects
Getter at block 21215534
OgMRoot() view returns (bytes32)
0x985d28cec7a22238e334b3fd0e3c42128fb074f82ec7ba214d688738faf6e686
WlMRoot() view returns (bytes32)
0x8a3bb8e7ac657bfd72ff6da9bcf94bee4a124054a6ed4667a60267c1ca617493
cost() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint8)
5
maxPerWallet() view returns (uint8)
2
name() view returns (string)
Zoomersnft
owner() view returns (address)
0x205ed39279f8b65ca7b97445d3fec8f4fdf4064d
paused() view returns (bool)
false
publicSale() view returns (bool)
true
symbol() view returns (string)
zhs
totalMinted() view returns (uint256)
3333
totalSupply() view returns (uint32)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalMintByUser(address) view returns (uint8)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _mintAmount)
mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOgMRoot(bytes32 _OgMRoot)
setPaused(bool _state)
setPublicState(bool _state)
setWlMRoot(bytes32 _WlMRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.