NaiveNekos
Verified contract
Active on
Ethereum with 121 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 "NaiveNekos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16043373 | 2 years ago | | | 0 | 0.00054201412 | |
| 15843221 | 2 years ago | | | 0 | 0.00046448436 | |
| 15786183 | 2 years ago | | | 0 | 0.00073429256 | |
| 15429985 | 2 years ago | | | 0 | 0.00027682144 | |
| 15174395 | 2 years ago | | | 0 | 0.0011784451 | |
| 15106964 | 2 years ago | | | 0 | 0.0089328000 | |
| 15031873 | 2 years ago | | | 0 | 0.0012781968 | |
| 14996161 | 2 years ago | | | 0 | 0.00083003094 | |
| 14996110 | 2 years ago | | | 0 | 0.00077261827 | |
| 14996097 | 2 years ago | | | 0 | 0.00059016098 |
ABI
ABI objects
Getter at block 21256396
MAX_MINTS_PER_TX() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
2000
getSalePrice() view returns (uint256)
0
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
NaiveNekos
owner() view returns (address)
0x54aaeead4de470bea98e790f18b381323c35eee2
symbol() view returns (string)
NEKOS
totalSupply() view returns (uint256)
367
uriPrefix() view returns (string)
ipfs://QmTqutriA6bHG6bFAhrZgVxDESoC8swQtJg9S3z9CqvAUT/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMintedPresale(address account) view returns (bool)
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)
tokensOf(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
pauseSale()
presaleMint(bytes sig) payable
publicSaleMint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setSalePrice(uint256 price)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
startPresale(uint256 price)
startPublicSale(uint256 price)
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)
PresaleStart(uint256 price, uint256 supplyRemaining)
PublicSaleStart(uint256 price, uint256 supplyRemaining)
SalePaused()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address verifier)
This contract contains no fallback and receive objects.
AccountNotWhitelisted()
AmountExceedsSupply()
AmountExceedsTransactionLimit()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
DelegatedContractCallsNotAllowed()
IncorrectPaymentAmount()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
SaleInProgress()
SaleNotStarted()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()
WhitelistAlreadyMinted()