Pepe Punks

Verified contract

Active on Base with 2,174 txns
Deployed by via 0xa0768a46 at 2923795
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pepe Punks"

0x29c0754ae8ac93ce295d38f83e4bfa123d6f56dab80e6278f8bf87e8737ba22f
0x8d6e5e5941d5fb2089181b814e37554499e7c303c6275fc04e446d1cc0984e3d
0xdced9266e660343da870f70a9da0c09808e38145e45575773dd7add6d8ab5649
0x524e2a6d827d1f877e5e76f345e7693e15cdc79f6ed16c5a0f2590801f69deff
0xf3a1e14ddb833133b459b91fc51b346d3afd59d213fba1ccd3e4e4c66a57e555
0xccc255120715a45fe0b4bbda12dd516f635250ed08f24a764eca9b80935fc973
0x2b2f16de1ad510f3ecf7804b0622e741ac3d3c3ea38f38b5bf8a0b406e675557
0xcb6e07fe7aebeb9b4648d00ccb117ae3e5e579bf69b605e5af6c7b9e149be4ce
0xbb4da14321568c323b562cd560998f124b9ece3a81ed49b980aafa24224d2c70
0xaba2aa385b06333c2d14f3ffad5940ac29df46fe75e1f8f79285b2fe5619744a

Functions
Getter at block 22938541
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
100
NUM_FREE_MINTS(view returns (uint256)
5355
PUBLIC_SALE_PRICE(view returns (uint256)
1000000000000000
baseTokenURI(view returns (string)
ipfs://Qma1ebQQnCiJCD4Ue8E1mG21LESLJNrXAq1biJnnV4ePrh/
freeNFTAlreadyMinted(view returns (uint256)
5355
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
10267
name(view returns (string)
Pepe Punks
owner(view returns (address)
0x5521bdb45645803ce0e69fd3b6d7144ccddfd02a
symbol(view returns (string)
PPK
totalSupply(view returns (uint256)
10268
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview 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 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdraw(
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(