NEKO NFT

Verified contract

Active on Ethereum with 4,192 txns
Deployed by via 0x150f160a at 15648282
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $24.81
0x7feebf01d8c115a041132dd5e6a5bd32a79861612dd27d4a986005ab519d8b5f
0x4942ea883730f47a61159069e657a1bb62205ea01532c6eed2f3614672924946
0x014d449177e3ad188d38de1cc9823f0a94c16554d66ff8cbd635f704e698f929
0xb6a46bdcd6d677e3f62d5e35e501348d770dba951b5cb252ef9117f8dee9a0b9
0x2010dc6a1219571ec486fddd55514db955f1b8109d16397a94e01c5c29244408
0xa51251a4c8865b5dfea46e9a0cdda52e6165f48b3931d6db15abe7bcef32bc91
0xfd0388db0eed11cf37e21e37ed4c437ca53337f3006a11f2f8bc4f29148c0919
0x8762cb982bdb7d720e7758827208ffe1a76ce87b54442dfd4fe8df1fa1e51df0
0x4dbcfff3d3fc8232577876b5349c5ada9a0f9b68b2f95185a7b7298a3cae202f
From
0xbf88ddf6316b2556fdc58c5381e4dd2a67f228b5fb710f01aaa8e9dbef3457d7

Functions
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 ownerview returns (uint256)
free(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
buyTo(address touint256 qty
mint(uint256 qtypayable 
mintPresale(uint256 qtybytes signature_payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAdmin(address adminbool active
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setMaxSupply(uint256 newSupply
setMaxTx(uint256 newMax
setPrice(uint256 newPrice
setSigner(address newSigner
toggleMint(
togglePresale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAdmin(address indexed adminbool active
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(