0xd10e25310f1c1339d883c0b31d12e22169d94a9a

Verified contract

Proxy

Active on Base with 9 txns
Deployed by via 0x055c4e2e at 12939631
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0xd10e25310f1c1339d883c0b31d12e22169d94a9a"

0xc671eaf844045c0dc8f8d01a40324855ae346a9ef4e714ba3ef0406640ff2f27
0x7fc710d7a7e348647080cab656f87240624e01aa21eaf5c56a5429068e7e5e6d
0xc6c7525e8ba0351f309bcbacea349623d6b6d0d2c9165e867b0ca50c9931af6e
0x7d3a3a773dc7ddea61ac8c5bc1aaf447cdb57a4773976d079948d9c65d98230b
0xeec874651d4b698ee70dad568301c1592c9bcaa0d5f1e1e693ecd1d408065af3
0xa1dcc91c3e5ba4d99eb863a19652786839db6e6b47ae297b34c7c5700135e5a0
0x77b679e812a0029bd575134b3b2d7174a68e3b41156612a3fc3d1856441c761a
0x18dd4610935b66b1f818cff2966474d038fff567a1f7f209ec4e461b28a58f21
0x47e65b09afd4aa2143cbcc1b5e0fed48fe27080731c3bd4add5bec2d8613d629

Functions
Getter at block 23173018
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Base Pepee
owner(view returns (address result)
0xfca27db924d08f8e24037cad443159a4327f37b2
payoutRecipient(view returns (address)
0xfca27db924d08f8e24037cad443159a4327f37b2
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
BAS
totalMinted(view returns (uint256)
3033
totalSupply(view returns (uint256)
3033
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintModuleApproved(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMintModule(address mintModule
adminMint(address touint256 quantity
approve(address touint256 tokenIdpayable 
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(struct Mint721Configuration configaddress mintModuleRegistry_address _metadataRendererbytes metadataRendererConfigaddress[] mintModulesbytes[] mintModuleDataaddress creator
mint(address touint256 quantity
refreshMetadata(
removeMintModule(address mintModule
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMetadataRenderer(address _metadataRenderer
setRoyalty(uint256 bps
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
updateExternalConfiguration(address[] configurablebytes[] configData
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MetadataRendererUpdated(address renderer
MetadataUpdate(uint256 _tokenId
ModuleAdded(address module
ModuleRemoved(address module
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RoyaltyUpdated(uint256 bps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMintModuleData(
InvalidRoyalty(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
ModuleUpdateFailed(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OnlyEOAAdminMintAllowed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnapprovedMintModule(
Unauthorized(