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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22885862 | 16 hours ago | | | 0 | 0.0000013865166 | |
| 22489718 | 10 days ago | | | 0 | 0.0000013559004 | |
| 21820148 | 25 days ago | | | 0 | 2.1102470e-7 | |
| 18902956 | 3 months ago | | | 0 | 3.3183718e-7 | |
| 18474381 | 3 months ago | | | 0 | 0.0000018182470 | |
| 18134991 | 4 months ago | | | 0 | 0.0000011011749 | |
| 17893562 | 4 months ago | | | 0 | 1.8937080e-7 | |
| 17484816 | 4 months ago | | | 0 | 5.6805840e-7 | |
| 17484645 | 4 months ago | | | 0 | 5.4621000e-7 | |
| 17419874 | 4 months ago | | | 0 | 0.0000013849310 |
ABI
ABI objects
Getter at block 22915059
MAX_SUPPLY() view returns (uint256)
5555
MINT_PRICE() view returns (uint256)
15000000000000000
TEAM_WALLET() view returns (address)
0x072c5f5b61267ae638fef394c6773f37cddbe68f
merkleRoot_one() view returns (bytes32)
0xcb4f8ed4eddc7f4747ec385f8bfe2553a9f9bd0b51b3c08eddcc0fdf183c79e5
merkleRoot_two() view returns (bytes32)
0xa56c4001613775a214d902f1e2d445a2ee94668bd252d6c165a060fdf413355b
name() view returns (string)
Based Nekos
owner() view returns (address)
0xfa056cd155be11a3c3eaf627832ae433e1e922b6
publicLive() view returns (bool)
false
symbol() view returns (string)
Nekos
totalSupply() view returns (uint256)
5555
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)
State-modifying
Events airdrop(address user, uint256 amount)
approve(address to, uint256 tokenId)
publicMint(uint256 count) payable
renounceOwnership()
root_one(bytes32 merkleRoot_)
root_two(bytes32 merkleRoot_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURL_, bool reveal_)
togglePublic()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
wl_one(uint256 _count, bytes32[] merkleProof) payable
wl_two(uint256 _count, bytes32[] merkleProof) payable
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.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()