CryptoZombiez
Verified contract
Active on
Ethereum with 7,861 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 "CryptoZombiez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260730 | 18 days ago | | | 0 | 0.00043214887 | |
| 21237626 | 21 days ago | | | 0 | 0.00069989177 | |
| 21121796 | a month ago | | | 0 | 0.00013635711 | |
| 21121795 | a month ago | | | 0 | 0.00023809085 | |
| 21115055 | a month ago | | | 0 | 0.00084117014 | |
| 21094800 | a month ago | | | 0 | 0.00083457604 | |
| 21005416 | 2 months ago | | | 0 | 0.00045887269 | |
| 20948260 | 2 months ago | | | 0 | 0.00040053660 | |
| 20891745 | 2 months ago | | | 0 | 0.00044276545 | |
| 20882144 | 2 months ago | | | 0 | 0.00050418527 |
ABI
ABI objects
Getter at block 21389524
MAX_SUPPLY() view returns (uint256)
5555
maxMintPerTransaction() view returns (uint256)
100
maxPresaleMintPerAccount() view returns (uint256)
3
name() view returns (string)
CryptoZombiez
owner() view returns (address)
0x98c5d9a61e042d4a7dfcb49fef196aea99294f89
presaleActive() view returns (bool)
true
price() view returns (uint256)
50000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
ZOMBIE
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAvailablePresaleMints(address recipient, bytes sig) view returns (uint256)
getSigningHash(address recipient) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleClaimed(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfMints) payable
ownerMintToAddress(address recipient, uint256 numberOfMints)
presaleMint(bytes sig, uint256 numberOfMints) 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 uri)
setMaxMintPerTransaction(uint256 maxMint)
setMaxPresaleMintPerAccount(uint256 maxMint)
setPrice(uint256 newPrice)
setSignVerifier(address verifier)
togglePresale()
toggleSale()
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)
Mint(address recipient, uint256 tokenId)
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.