Sui Punks

Verified contract

Active on Ethereum with 3,556 txns
Deployed by via 0x108729cc at 15377400
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Sui Punks"

0xac64728583b32e477059619acdbbb9514c352b59a9265826ce79bfb6c73bc6d0
0xda6893867bce3e12cb77bca427849d6353546d2bcabf901d1417343f0e52c4ba
0x97d335747e8b2b2fa64e6ab66f38bf5a7ea291fc1fc24c193fb166c9e82c97ba
0x7cd5529b2344dab023f5cba08570dd6138f172bd4014e732e145d6128ab9292f
0x2ffd664b70ac422a63f7958b9aeeea450a12abfc117d54cfab24691895b50826
0x8fb8792bc50b8c5edd304f116d837e5e2b7d193f7a40f0b7a68abb4cfd0a1c95
0x235aa3b28bfb5749850578aaadbe4bbdefaeb5ed88bbb6b02b4249a3c890bd49
0x2eeb0096ed695d514b37dc27328f285d7f60e8c92dedf1c4c4178b84ccab6503
0xa39515efe0866a8721fa227bf5f40c041f00ea6b48752660c4c36cb7b0f9ff5e
0x04e53ece30282c6cc11e45cdca93157bf07f2ae2585b255bf04b490bee67d646

Functions
Getter at block 20851841
MAX_PAID_MINTS(view returns (uint256)
25
MAX_WL_MINTS(view returns (uint256)
100
PAID_PRICE(view returns (uint256)
15000000000000000
PAID_SUPPLY(view returns (uint256)
9999
WL_PRICE(view returns (uint256)
7500000000000000
WL_SUPPLY(view returns (uint256)
2992
baseURI(view returns (string)
ipfs://QmcQSPoF4dLR3iVzkuanyGb8UXZdjWZ5wZyCJrkhxLeKg5/
name(view returns (string)
Sui Punks
notRevealedUri(view returns (string)
https://suipunks.mypinata.cloud/ipfs/QmSTHf5cV7pALuCf8uSQhwSsGWpDSEG5MHWogCWpDKpMHX/hidden.json
owner(view returns (address)
0x17312329d6773ae0565969faaf62ac975ec7ea06
publicSaleStarted(view returns (bool)
false
revealed(view returns (bool)
true
root(view returns (bytes32)
0x7129a1362934772bdd0e6317bccc8af0312da451d98b7acf4004bb04ac986abc
symbol(view returns (string)
SUIP
totalSupply(view returns (uint256)
2992
whitelistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
wlSaleStarted(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
howManyMintedClaim(address accountview returns (uint256)
howManyMintedMint(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 tokenspayable 
ownerMint(address touint256 tokens
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setRoot(bytes32 newroot
setWLSupply(uint256 _newWLSupply
setWlPrice(uint256 _newWlPrice
setmaxMints(uint256 _newmaxMints
setmaxwlMints(uint256 _newmaxwlMints
setnotRevealedUri(string _newnotRevealedURI
setpaidSupply(uint256 _newPaidSupply
toggleAllSales(
togglePublicSaleStarted(
togglewlSaleStarted(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
wlMint(bytes32[] proofuint256 tokenspayable 
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(
Fallback and receive

This contract contains no fallback and receive objects.

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