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 "N e k o"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19187975 | 10 months ago | | | 0 | 0.0028594064 | |
| 19181186 | 10 months ago | | | 0 | 0.0013027005 | |
| 19178207 | 10 months ago | | | 0 | 0.0024217728 | |
| 19177542 | 10 months ago | | | 0 | 0.0021203606 | |
| 19174103 | 10 months ago | | | 0 | 0.0014111630 | |
| 17085266 | 2 years ago | | | 0 | 0.0028583100 | |
| 17084519 | 2 years ago | | | 0 | 0.0025352890 | |
| 17084519 | 2 years ago | | | 0 | 0.0025356400 | |
| 17084519 | 2 years ago | | | 0 | 0.0025362733 | |
| 17084519 | 2 years ago | | | 0 | 0.0025366657 |
ABI
ABI objects
Getter at block 21429813
cost() view returns (uint256)
3000000000000000
costMin() view returns (uint256)
3000000000000000
maxPerTx() view returns (uint32)
3
maxSUPPLY() view returns (uint32)
1999
name() view returns (string)
N e k o
owner() view returns (address)
0xdc6e0282145d4d14c091bc8518a6123558bdef74
symbol() view returns (string)
Neko
totalSupply() view returns (uint256)
1921
uriPrefix() view returns (string)
ipfs://QmNwNmoQXvegxmbY9uL9nda12vt28BgeoMXjEyj6uMehTS/
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnStake(uint256 amount)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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()