Zombie Zebras
Verified contract
Active on
Ethereum with 4,561 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 "Zombie Zebras"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243402 | 11 days ago | | | 0 | 0.00071293944 | |
| 21209227 | 16 days ago | | | 0 | 0.00065232569 | |
| 21183191 | 19 days ago | | | 0 | 0.0021142973 | |
| 21163257 | 22 days ago | | | 0 | 0.00053429353 | |
| 21113499 | a month ago | | | 0 | 0.00022270158 | |
| 20917881 | 2 months ago | | | 0 | 0.00020884174 | |
| 20293845 | 5 months ago | | | 0 | 0.000042383973 | |
| 19826690 | 7 months ago | | | 0 | 0.00013285106 | |
| 19609367 | 8 months ago | | | 0 | 0.00028938027 | |
| 19601366 | 8 months ago | | | 0 | 0.00026643177 |
ABI
ABI objects
Getter at block 21320786
baseURI() view returns (string)
https://zombiezebras.s3.amazonaws.com/
capPresale() view returns (uint256)
15
capPublic() view returns (uint256)
20
contractURI() view returns (string)
https://zombiezebras.s3.amazonaws.com/contract
giftRemaining() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x7680bc7d883815d75e31452dfead1ecf370bbbd64240a4e0fb85bdec7021b81e
name() view returns (string)
Zombie Zebras
nftLimit() view returns (uint256)
3333
nftPrice() view returns (uint256)
50000000000000000
owner() view returns (address)
0x2eb2ae7773601720fc3af70895d6f73298fe5407
salePresale() view returns (bool)
true
salePublic() view returns (bool)
true
symbol() view returns (string)
ZEBRAS
totalSupply() view returns (uint256)
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)
presaleAddresses(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
tokensOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] _tos)
mint(address _to, uint256 _amount) payable
mintPresale(address _to, uint256 _amount, bytes32[] proof) 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 _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setNftPrice(uint256 _nftPrice)
toggleSalePresale()
toggleSalePublic()
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(string _initURI, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.