Zombie Comics Issue 1 Cover
Verified contract
Active on
Ethereum with 287 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 Comics Issue 1 Cover"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18977251 | a year ago | | | 0 | 0.00086637956 | |
| 17124626 | 2 years ago | | | 0 | 0.0021395714 | |
| 17051511 | 2 years ago | | | 0 | 0.0010338011 | |
| 16785395 | 2 years ago | | | 0 | 0.0022992635 | |
| 16727655 | 2 years ago | | | 0 | 0.0015331497 | |
| 16715732 | 2 years ago | | | 0 | 0.0012283168 | |
| 16524057 | 2 years ago | | | 0 | 0.00074871186 | |
| 16308875 | 2 years ago | | | 0 | 0.00069298183 | |
| 16054962 | 2 years ago | | | 0 | 0.00032414332 | |
| 16054962 | 2 years ago | | | 0 | 0.00057043779 |
ABI
ABI objects
Getter at block 21385093
baseURI() view returns (string)
https://metadata.zombiecomics.io/1c/
capPublic() view returns (uint256)
4
capToken() view returns (uint256)
2
contractURI() view returns (string)
https://metadata.zombiecomics.io/1c/contract
freeMultiple() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x6f1e2581dd7481035ad21777b29c15c694aaa21459fcc3def882f3c47aa6c52d
name() view returns (string)
Zombie Comics Issue 1 Cover
nftLimit() view returns (uint256)
333
nftPrice() view returns (uint256)
20000000000000000
owner() view returns (address)
0x2eb2ae7773601720fc3af70895d6f73298fe5407
reserved() view returns (uint256)
50
saleOpen() view returns (bool)
true
symbol() view returns (string)
ZC01C
tknPrice() view returns (uint256)
500000000000000000000
tokenAddress() view returns (address)
0xceb726e6383468dd8ac0b513c8330cc9fb4024a8
totalSupply() view returns (uint256)
283
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
tokensOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
whitelistAddresses(address) view returns (uint256)
State-modifying
Events airdrop(address[] _to, uint256[] _amount)
approve(address to, uint256 tokenId)
mint(address _to, uint256 _amount) payable
mintToken(uint256 _amount, bytes32[] proof)
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)
setTknPrice(uint256 _tknPrice)
toggleSaleOpen()
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, address _tokenAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()