NEKO NFT
Verified contract
Active on
Ethereum with 4,192 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.81)
Native
Value
$24.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00777 | $3,193.15 |
$24.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101983 | 8 days ago | | | 0 | 0.00012362500 | |
| 18526354 | a year ago | | | 0 | 0.00049644927 | |
| 18005382 | a year ago | | | 0 | 0.00053093800 | |
| 17450168 | a year ago | | | 0 | 0.00091239406 | |
| 16824566 | 2 years ago | | | 0 | 0.00084065063 | |
| 16596372 | 2 years ago | | | 0 | 0.00087525897 | |
| 16587624 | 2 years ago | | | 0 | 0.0014046920 | |
| 16274785 | 2 years ago | | | 0 | 0.00057099227 | |
| 16164939 | 2 years ago | | | 0 | 0.00075298972 | |
| 16106520 | 2 years ago | | | 0 | 0.00057918572 |
ABI
ABI objects
Getter at block 21161951
maxSupply() view returns (uint256)
5555
mintOpen() view returns (bool)
true
name() view returns (string)
NEKO NFT
owner() view returns (address)
0x00000645ff8e125bb0c5935e0ef73896aba919d0
presaleOpen() view returns (bool)
true
price() view returns (uint256)
7770000000000000
symbol() view returns (string)
NEKO
totalSupply() view returns (uint256)
4533
Read-only
balanceOf(address owner) view returns (uint256)
free(address) 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) payable
buyTo(address to, uint256 qty)
mint(uint256 qty) payable
mintPresale(uint256 qty, bytes signature_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAdmin(address admin, bool active)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setPrice(uint256 newPrice)
setSigner(address newSigner)
toggleMint()
togglePresale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
SetAdmin(address indexed admin, bool active)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()