This contract is being backfilled. You may encounter incomplete storage history.

NyokiClub

Verified contract

Active on Ethereum with 6,618 txns
Deployed by via 0xe5e805f6 at 14551026
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots

No balances found for "NyokiClub"

0x7f5ce3442acd0c79619cfb7c857a951caf2cc7064724b91eb89c3ff5b4183a95
0xa9bcd4db295ebcd44cb21dc7661ac12ddf7a47e1a83937df06cac26bced03e00
0x43de2b6d420b98313b7aedb29ff4d833ebb1b04014f353b0503d829d1742b5fa
0x8305973ddeef1950f3182cbf5f2b3a2f4a85eaae5379124cc8cb95fc0c2580ab
0x55933118879655edff6e28e5cb92c93e93864bda22a31fe6608636c572f845c7
0x5d608f3bd50e822ffb3aab0c4075186d352d9ec9f51e55e4fd9740ad1c794772
0xe0ea76722d3723ee8f9176e9bb21ba688a6340ce9651b9864da860313ed3967e
0xcc646889dd3f1a6cf5034ef310347fe8e05199fefa14c0b0db37297da72acf85
0xa25f70a9561a9b85675c70ed6ea5551925ca061291dc13947844794875d40a7b
0xece71ca9031708b400cf49bb2acfb1688d8e03a367295e26bce2ac67b77f9757

Functions
Getter at block 20803396
isCollectionSoldOut(view returns (bool)
true
isPrivateSaleOn(view returns (bool)
false
isPublicSaleOn(view returns (bool)
true
maxSupply(view returns (uint256)
2732
name(view returns (string)
NyokiClub
owner(view returns (address)
0xacff7f2789cbc7a237d03d48cf2dca451b52153f
presaleMaxOG(view returns (uint8)
3
presaleMaxWL(view returns (uint8)
2
presaleSupply(view returns (uint256)
5500
publicSaleMax(view returns (uint8)
3
saleConfig(view returns (uint256 presalePriceuint256 presaleStartTimeuint256 presaleEndTimeuint256 publicSalePriceuint256 publicSaleStartTime)
(presalePrice=0, presaleStartTime=0, presaleEndTime=0, publicSalePrice=98000000000000000, publicSaleStartTime=1649592600)
symbol(view returns (string)
NYOKI
totalSupply(view returns (uint256)
2732
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
presaleMinted(addressview returns (uint256)
publicMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
endPublicSale(
presaleOGMint(uint256 quantitybytes32[] proofpayable 
presaleWLMint(uint256 quantitybytes32[] proofpayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxSupply(uint256 _newSupply
setMerkleRoot(bytes32 wlMerkleRoot_bytes32 ogMerkleRoot_
setPresaleMax(uint8 presaleMaxWL_uint8 presaleMaxOG_
setPublicSaleMax(uint8 publicSaleMax_
setupPresaleInfo(uint256 presalePriceuint256 presaleStartTimeuint256 presaleEndTime
setupPublicSaleInfo(uint256 publicSalePriceuint256 publicSaleStartTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxSupply_uint256 presaleSupply_uint256 amountForDevs_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(