NyokiClub
Verified contract
Active on
Ethereum with 6,621 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "NyokiClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103220 | 23 days ago | | | 0 | 0.00028175962 | |
| 20997944 | a month ago | | | 0 | 0.00023623659 | |
| 20949645 | a month ago | | | 0 | 0.00031588082 | |
| 20670952 | 3 months ago | | | 0 | 0.00022530777 | |
| 20582690 | 3 months ago | | | 0 | 0.000055989265 | |
| 20496432 | 4 months ago | | | 0 | 0.000032548961 | |
| 20352445 | 4 months ago | | | 0 | 0.000095229312 | |
| 20135898 | 5 months ago | | | 0 | 0.00029797101 | |
| 19989080 | 6 months ago | | | 0 | 0.00046418863 | |
| 19882151 | 6 months ago | | | 0 | 0.00024901359 |
ABI
ABI objects
Getter at block 21267207
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 presalePrice, uint256 presaleStartTime, uint256 presaleEndTime, uint256 publicSalePrice, uint256 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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address) view returns (uint256)
publicMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
endPublicSale()
presaleOGMint(uint256 quantity, bytes32[] proof) payable
presaleWLMint(uint256 quantity, bytes32[] proof) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxSupply(uint256 _newSupply)
setMerkleRoot(bytes32 wlMerkleRoot_, bytes32 ogMerkleRoot_)
setPresaleMax(uint8 presaleMaxWL_, uint8 presaleMaxOG_)
setPublicSaleMax(uint8 publicSaleMax_)
setupPresaleInfo(uint256 presalePrice, uint256 presaleStartTime, uint256 presaleEndTime)
setupPublicSaleInfo(uint256 publicSalePrice, uint256 publicSaleStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxSupply_, uint256 presaleSupply_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()