BaseDegens

Verified contract

Active on Base with 8,304 txns
Deployed by via 0x2b3f4ee4 at 3235440
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x7554d36311465cb0ce37b5638a3941f6c3e065f5c92e139c2092d56c9d7119cc
0x328989e946f50fbb70a4eaf62d8caa92352a8522eda3de8fa185685c967cbb84
0x28a1168fb957b2c1f52250b03e29da308332220ab5a98dcd0040303a5bb61744
0x038b651eb8da85e31ab4ad3e39df013617cb8a5d351dbb882fc7d8a38a4624ad
0x28ebb669688fbba8151b763247cfacf3da82f95cf0b45fcb7a440f860793e74d
0x000dac1812ae78d485e3bc3edd11b215b61a923ed295cfe908786cfeac112537
0x60f987c25e252ca3e061eb90aa72645a5f108bed5a08911b5f01ec9a3ea2944a
0x42b09a9ee71e921f9a23dec1b99c82e9f4e705a3522bf4a066f7521086d036cd
0xa92539eed1014a2351aba1d6d7707c9743ee7244d71787bf4bc43a7b8c808bf8
0xa5c4545557637208360088547cc34a916a278d011620dd8a4ee4fe44624aca1f

Functions
Getter at block 22869064
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
getBaseURICount(view returns (uint256)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xe87e8a97a7c4c8b95b6f53c79f3340f4dfeef9e6, 0)
mintForFree(view returns (uint256)
1
name(view returns (string)
BaseDegens
nextTokenIdToClaim(view returns (uint256)
5170
nextTokenIdToMint(view returns (uint256)
5555
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0xe87e8a97a7c4c8b95b6f53c79f3340f4dfeef9e6
pricePerToken(view returns (uint256)
500000000000000
primarySaleRecipient(view returns (address)
0xe87e8a97a7c4c8b95b6f53c79f3340f4dfeef9e6
symbol(view returns (string)
BSDG
totalSupply(view returns (uint256)
5170
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(