0x9a49a93081462ed92783f6f9fce8f983dd55cc2c

Unverified contract

Proxy

Active on Base with 516 txns
Deployed by via 0xe3c1f6b0 at 5742780

The storage layout for this contract could not be retrieved.

No balances found for "0x9a49a93081462ed92783f6f9fce8f983dd55cc2c"

0x2a7a2eb51a84f9f0e316d27493fb6b6b57c68fe57b0c87bbde04ffd855ec6166
0x80edd11f90763752c3547741fc003ea1ec82f441f51404ad9c05f11fabdeb834
0x1f1522c602c48959e5714be07872ada6d24a73ff1bc51699736c9eac3f7cb320
0xd1dad62a23a328d4bc87446abfb6efd4abf0bc0c611ec954c046cc2dcf2a4541
0x10c16cd36aebfda100746f6cde2032c30f54fb19b591043ae3182936f0213aeb
0x55fe1b60cfed9435d89d8384ce259198243dc8ac53057bfd0debc5846579910a
0xd201fa045a263c9c62af838c628e6427a0d75e7768021a1f3092a0213a8724b1
0x55ad671b19bf60c02ba9d2744f91e988d48ce761dc30ac3487da3d7b31e09c12
0xfdab8f4a0042f256849c4299c5369f5d1d11afff1f002d977b1a256c4afda8bc
0xf410543eef2e2e788c5e4df4e64247834243ad301d7bcf6b5b7f8520f53d5194

Functions
Getter at block 22156801
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(