NaiveNekos

Verified contract

Active on Ethereum with 121 txns
Deployed by via 0x43c3723f at 14959982
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NaiveNekos"

0xbaef4918bacef17c048128c8b2147d897aaed04ed199d4286a0962e186716e13
0xb40e854fd6f5dab97e0519ab2cad833da3f6e87dddf9c92c929251780b00bccb
0x563805df64ed6517bc34f6db744ce28786dbfedde7d6babc25ccc934a50295e1
0x108b3712e0e35441b6a453486cccf84e17adc876bc2c2aabc499de31848ceb0d
0xfeeb933dfd553a1ae49aa444f89d27c70bb73679cf4675117d145a143672c2e4
0x3712ed08de41abea5438e9fe045f06e907e720b30baf2bb0a9834dd9dda30bd5
From
0xc96c1b680528b1b6939ec242a62ce1b076042c96d09b5c9639f723b2c29404ab
0xba6850729b467bb4997f9a29897e581f6a36346739498276cfe212934a5c4455
0x07281d80f843b580a23aaa14bc002409379618e222dc6b5894e3367ee4c6c9fe
0x30aaed3d2dd3fec0ef147c6dd4d7462e1d9a9c139ae7958d77612a05291183c8

Functions
Getter at block 20824894
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMintedPresale(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
tokensOf(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
pauseSale(
presaleMint(bytes sigpayable 
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
reserveMint(uint256 quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setSalePrice(uint256 price
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
startPresale(uint256 price
startPublicSale(uint256 price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PresaleStart(uint256 priceuint256 supplyRemaining
PublicSaleStart(uint256 priceuint256 supplyRemaining
SalePaused(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address verifier
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountNotWhitelisted(
AmountExceedsSupply(
AmountExceedsTransactionLimit(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
DelegatedContractCallsNotAllowed(
IncorrectPaymentAmount(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
SaleInProgress(
SaleNotStarted(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
WhitelistAlreadyMinted(