UnBased Pepes

Verified contract

Active on Base with 455 txns
Deployed by via 0x1c905327 at 2747211
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x0668bcd508e8c22d1dc6b81e387e3b4a6c3cb81ba129f8c97039765943cb961b
0xbf5a5dc88daff7ad6e958f6aa4cfaa82ab9d73c12f00244fbadc945a074e7953
0x0bfcbacd73d945d728345570b8852a03c1a75faa364972943c07b993a853b70f
0x12ea8abc4af1e89d373cd9e265e3cbf22450cca2b4d6506eb92f53ccbbaa72f2
0x21c6182a901461d15113fd23364f573d44b8ea250c9ea240b051022db6cfc681
0xe06dc7dbb8e948e5021a9b807290c9681460bface8cf8222e9cf26ad041115b2
0xd95d3d0e5fb56cad6a4b2e6f6ba981efcb10bf2586c15fa35a9e447cdb92dfb2
0x12c15b542ba4c65d820f3aeeebedfd380cdb422683713c33b8d6d78237e5be98
0x3de7f7b3c4cd4245dfd6940338f8aaed5a490d2308db44d391d74b572520f6c7
0xe7dd46ae0e4212bd16763c3bbab183ebc5b5bea45e5e7f3c6241d245e3b553c9

Functions
Getter at block 23719135
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
getBaseURICount(view returns (uint256)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xeb634dcf1824aa3e3939298e588187e91ab63365, 660)
mintForFree(view returns (uint256)
1
name(view returns (string)
UnBased Pepes
nextTokenIdToClaim(view returns (uint256)
457
nextTokenIdToMint(view returns (uint256)
10000
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0xeb634dcf1824aa3e3939298e588187e91ab63365
pricePerToken(view returns (uint256)
220000000000000
primarySaleRecipient(view returns (address)
0xeb634dcf1824aa3e3939298e588187e91ab63365
symbol(view returns (string)
UNBPP
totalSupply(view returns (uint256)
457
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
numClaimedForFree(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
priceForAddress(address _addressuint256 _quantityview returns (uint256 price)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
verifyClaim(address _claimeruint256 _quantityview 
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 _tokenId
claim(address _receiveruint256 _quantitypayable 
lazyMint(uint256 _amountstring _baseURIForTokensbytes _datareturns (uint256 batchId)
multicall(bytes[] datareturns (bytes[] results)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPricePerToken(uint256 _newPrice
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PrimarySaleRecipientUpdated(address indexed recipient
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensClaimed(address indexed claimeraddress indexed receiveruint256 indexed startTokenIduint256 quantityClaimed
TokensLazyMinted(uint256 indexed startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboladdress _royaltyRecipientuint128 _royaltyBpsaddress _saleRecipientuint256 _pricePerTokenuint256 _mintForFree
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(