Sui Punks
Verified contract
Active on
Ethereum with 3,558 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Sui Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144735 | 17 days ago | | | 0 | 0.00045460880 | |
| 20961890 | a month ago | | | 0 | 0.00059837155 | |
| 20754605 | 2 months ago | | | 0 | 0.00010339943 | |
| 20754598 | 2 months ago | | | 0 | 0.00013224101 | |
| 20567372 | 3 months ago | | | 0 | 0.000073019686 | |
| 20524815 | 3 months ago | | | 0 | 0.000074881338 | |
| 20448471 | 4 months ago | | | 0 | 0.000048040389 | |
| 20373474 | 4 months ago | | | 0 | 0.000070340318 | |
| 20319763 | 4 months ago | | | 0 | 0.00019589114 | |
| 20095152 | 5 months ago | | | 0 | 0.00018870961 |
ABI
ABI objects
Getter at block 21267555
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
howManyMintedClaim(address account) view returns (uint256)
howManyMintedMint(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokens) payable
ownerMint(address to, uint256 tokens)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
wlMint(bytes32[] proof, uint256 tokens) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()