Pepe by Jean Michel Basequiat

Unverified contract

Proxy

Active on Base with 519 txns
Deployed by via 0xe3c1f6b0 at 5742780
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "Pepe by Jean Michel Basequiat"

0x921219e8a587885134c4deae5cd6785520e081295cce396bd208ac89d679f27d
0xb0f6d70424005035a8f49ef7bcda4feb2d658d77f83b671759f3920a3b92c0b9
0x8dcc67b1bd63db5115037446350742f4ad5ee3d0c65346bffae358d7a687d8ca
0x2a7a2eb51a84f9f0e316d27493fb6b6b57c68fe57b0c87bbde04ffd855ec6166
0x80edd11f90763752c3547741fc003ea1ec82f441f51404ad9c05f11fabdeb834
0x1f1522c602c48959e5714be07872ada6d24a73ff1bc51699736c9eac3f7cb320
0xd1dad62a23a328d4bc87446abfb6efd4abf0bc0c611ec954c046cc2dcf2a4541
0x10c16cd36aebfda100746f6cde2032c30f54fb19b591043ae3182936f0213aeb
0x55fe1b60cfed9435d89d8384ce259198243dc8ac53057bfd0debc5846579910a
0xd201fa045a263c9c62af838c628e6427a0d75e7768021a1f3092a0213a8724b1

Functions
Getter at block 23193963
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmVZXcc9CksLmo4MEYVCbYUZfpGKr8tqLamF7KcysQ7vTz
creatorProceedRecipient(view returns (address)
0x96453129412e5ffc3df40e5a075a1018192c4ad0
derivativeFeeRecipient(view returns (address)
0x916e9dde2ef73d309764172321f85e907bc9e892
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
Pepe by Jean Michel Basequiat
owner(view returns (address)
0xf6eb526bffa8d5036746df58fef23fb091739c44
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
0
symbol(view returns (string)
PBB
totalSupply(view returns (uint256)
675
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
initialize(address _creatorstring _namestring _symbolstring _uriaddress _creatorProceedRecipientaddress _derivativeFeeRecipientuint256 _priceuint256 _maxSupplyuint256 _mintLimitPerWalletuint256 _saleEndTimeuint96 _secondaryRoyaltyBps
purchase(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawETH(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DerivativeFeePayout(uint256 valueaddress recipient
FundsWithdrawal(address indexed withdrawnByuint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProceedsPayout(uint256 valueaddress recipient
Sale(address touint256 quantityuint256 pricePerTokenuint256 firstTokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(