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 "Zliens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19485466 | 8 months ago | | | 0 | 0.00066776574 | |
| 19021856 | a year ago | | | 0 | 0.00078375423 | |
| 18362999 | a year ago | | | 0 | 0.00038011405 | |
| 17431437 | a year ago | | | 0 | 0.00090924198 | |
| 17034000 | 2 years ago | | | 0 | 0.0018917950 | |
| 17033995 | 2 years ago | | | 0 | 0.0023945313 | |
| 17005708 | 2 years ago | | | 0 | 0.00096154159 | |
| 16956028 | 2 years ago | | | 0 | 0.00059762258 | |
| 16944002 | 2 years ago | | | 0 | 0.00058012800 | |
| 16936443 | 2 years ago | | | 0 | 0.0015947232 |
ABI
ABI objects
Getter at block 21326150
baseURI() view returns (string)
ipfs://bafybeicr7opufrsedtqqammfbykgmvrzwijketyb2zpcyjqnihomgexi4u/
cost() view returns (uint256)
0
couponSigner() view returns (address)
0x3f693fcf465f3ddb48479737c987fd9cb936100b
freeMintSupply() view returns (uint256)
6969
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
6969
name() view returns (string)
Zliens
owner() view returns (address)
0xe3ba786af80369a9ddfc0ec7be4c3b3f00d4363f
phase() view returns (uint8)
2
symbol() view returns (string)
ZIL
totalSupply() view returns (uint256)
6969
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) payable
ownerMint(uint256 _amount)
publicMint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setCost(uint256 _cost)
setCouponSigner(address couponSigner_)
setMaxMint(uint256 _max)
setSalePhase(uint8 _phase)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, struct ZliensCoupon _coupon) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidCoupon()
MaxPerTxReached()
MaxPerWalletReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoContractMint()
NotEnoughETH()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicSaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistSaleNotActive()