Godly Pepes

Verified contract

Active on Base with 1,600 txns
Deployed by via 0x79f55c40 at 2667948
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x323e7f5f99727df6516a1b15f29ce6a1751ebfb02796e5977ffd03f3a3ef083f
0xbf7daa3d35cd6d42d42232fb93a78740efeeebdffe858c5b7769921408ffe38f
0x973d4fb15a1aa0ed7e439a67b0e97ed48d99fa43856f50f91516f4a3768a4d4e
0x68aedab49f95751c4678722e6cc5bbfac8902cb559049d6adae70c56a0ab46b0
0xfe90647a28f8c7609c858f482fb6da54db1228394063b190f18173ccffe24c1a
0x5607ebb72888834cbf7af2862ea4a56a148fd817bf103a46e0fe76581e59454b
0x5d9ee58b57b2dd13cc37ef951f0e00769ca1670ce87a3af70c3bc576552fee7f
0xc56f0560f04ea3b2a5f03899725b6dc3ca39fc6840839029e2776069c7b696ac
0xcae14c27e04e1e1c0873a539fa2504860508bffab39024fa4795fd199dc2721d
0x11b79117594a081a0dda7c9f365235c8a780195a811beb4e7a4577f8091c3b58

Functions
Getter at block 22747718
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
getBaseURICount(view returns (uint256)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xd22e17503f0cf126f06c753503c075358b65a247, 0)
mintForFree(view returns (uint256)
1
name(view returns (string)
Godly Pepes
nextTokenIdToClaim(view returns (uint256)
1589
nextTokenIdToMint(view returns (uint256)
5000
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0xd22e17503f0cf126f06c753503c075358b65a247
pricePerToken(view returns (uint256)
250000000000000
primarySaleRecipient(view returns (address)
0xd22e17503f0cf126f06c753503c075358b65a247
symbol(view returns (string)
GDP
totalSupply(view returns (uint256)
1588
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(