Zomboki
Verified contract
Active on
Ethereum with 1,339 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 "Zomboki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16117080 | 2 years ago | | | 0 | 0.00064419136 | |
| 15395592 | 2 years ago | | | 0 | 0.00043180271 | |
| 15211824 | 2 years ago | | | 0 | 0.0010555090 | |
| 14963087 | 2 years ago | | | 0 | 0.0039433017 | |
| 14915740 | 2 years ago | | | 0 | 0.0014555239 | |
| 14915740 | 2 years ago | | | 0 | 0.0014555239 | |
| 14915739 | 2 years ago | | | 0 | 0.0015062423 | |
| 14915739 | 2 years ago | | | 0 | 0.0015062423 | |
| 14884858 | 2 years ago | | | 0 | 0.0046320795 | |
| 14851365 | 2 years ago | | | 0 | 0.0013869923 |
ABI
ABI objects
Getter at block 21167376
MAX_SUPPLY() view returns (uint256)
3333
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmQEn94rVh54saMSFidrHjeNRBtPnvs65Cfny6cUaTBRnB/
contractURI() view returns (string)
ipfs://QmQEn94rVh54saMSFidrHjeNRBtPnvs65Cfny6cUaTBRnB/
maxPerTx() view returns (uint256)
3
name() view returns (string)
Zomboki
owner() view returns (address)
0x2d12bed18db0766d709d4e2d6564733cac801eb1
paused() view returns (bool)
false
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
true
symbol() view returns (string)
ZOMBOKI
totalSupply() view returns (uint256)
3333
unrevealedUri() view returns (string)
ipfs://QmYBYBt414RNekYpgLWdwfUfZjLmZ1qKV6mokZYG1dfhQM
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setMaxPerTx(uint256 _maxPerTx)
setUnrevealedURI(string _unrevealedURI)
setupOS()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()