NekoCore Pilot Program
Verified contract
Active on
Ethereum with 620 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 "NekoCore Pilot Program"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17694770 | a year ago | | | 0 | 0.00058480553 | |
| 17682142 | a year ago | | | 0 | 0.0011004454 | |
| 17368854 | 2 years ago | | | 0 | 0.0010456102 | |
| 17116552 | 2 years ago | | | 0 | 0.0020021976 | |
| 17116548 | 2 years ago | | | 0 | 0.0019600709 | |
| 17029657 | 2 years ago | | | 0 | 0.00097102267 | |
| 16649934 | 2 years ago | | | 0 | 0.0024563002 | |
| 16649927 | 2 years ago | | | 0 | 0.0047066586 | |
| 16635454 | 2 years ago | | | 0 | 0.0019838201 | |
| 16631004 | 2 years ago | | | 0 | 0.0015605172 |
ABI
ABI objects
Getter at block 21318646
MAX_CLAIM_SIZE() view returns (uint256)
128
MINTABLE() view returns (bool)
true
ORIGINAL_CONTRACT() view returns (address)
0xc1328cf1cf8db8a5fc407cd56759007c7d20e398
PROVENANCE() view returns (bytes32)
0x93395e9c1352c9029bf61913ef693a22e85f3d2befc28f63d58a9090422c2a38
name() view returns (string)
NekoCore Pilot Program
owner() view returns (address)
0x05fe297125ebb752edb3ef91e13811280a7ecdd1
symbol() view returns (string)
NEKOPILOTS
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
claimsAvailable(address test) view returns (uint256[128])
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 token_id)
claimAll(uint256[] claims)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintable(bool allow)
setTokenURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address originalNekoCore, string baseTokenURI, bytes32 provenance)
This contract contains no fallback and receive objects.
This contract contains no error objects.