Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Λ | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18042231 | a year ago | | | 0 | 0.0011815283 | |
| 16758606 | 2 years ago | | | 0 | 0.00095272087 | |
| 16703618 | 2 years ago | | | 0 | 0.00088577025 | |
| 16633910 | 2 years ago | | | 0 | 0.0012703419 | |
| 16586140 | 2 years ago | | | 0 | 0.0020387414 | |
| 16404223 | 2 years ago | | | 0 | 0.0011064621 | |
| 16395099 | 2 years ago | | | 0 | 0.00080818949 | |
| 16388157 | 2 years ago | | | 0 | 0.00096488421 | |
| 16386332 | 2 years ago | | | 0 | 0.0013187653 | |
| 16270088 | 2 years ago | | | 0 | 0.00064104497 |
ABI
ABI objects
Getter at block 21322231
MAX_FREE_MINT() view returns (uint256)
1
MAX_NFT_PER_TRAN() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
1
MINT_PRICE() view returns (uint256)
0
contractURI() pure returns (string)
isMetadataFinal() view returns (bool)
false
isPublicMint() view returns (bool)
true
isWhitelistMint() view returns (bool)
false
maxSupply() view returns (uint256)
888
name() view returns (string)
8x8pes
owner() view returns (address)
0x1d9a4eef9965c17063703544d88744dfaaf5b862
prerevealURL() view returns (string)
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
8X8PE
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
mintedCount(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)
finalizeMetadata()
freeMint(uint256 count) payable
reduceSupply(uint256 newMaxSupply)
renounceOwnership()
reserveMint(address to, uint256 count)
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNumFreeMints(uint256 newFreeMints)
setPublicState(bool value)
setRoot(bytes32 _root)
setWhitelistState(bool value)
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()