BasePhunks

Verified contract

Active on Base with 11,758 txns
Deployed by via 0x6ffa1607 at 2616380
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x9a7ec979cbfb889b6d374db621cf0239af99fde29ad92dff644ab54439a3244b
0xb68e3d026c5c91da1c970cb6d19b9cc9566d58c8264e95a9320e8b676787f1b6
0x570fb8624c3b99979fac20bb4bb9aeaa74baad7279d4a0ea8e14563714fb23e0
0xff9e1511b589d164396733c6dd073d5e32ac3b40985f0a49b019643173a70047
0xb454d41bf0dd256dfdc24656b5d527774e74375e1e1b41c6379d22ecba01ed16
0xab64f6e01f01a733a9212e75f6db53fd80227cf43bedf5d07de4671c3f7c0001
0x79b4482a78efba75cbeeb2dbfe7006bef7bb140721f9fe8afdcc2968d0264a22
0xa6f75a6ca844e8d09936cbed0190951fcb2b5b80b0d02a921ea7d346842a9b6b
0x35767ea969b41cb0f2e1162b33a9dcea750b4ec15530aa6a99d278f0d20c65b5
0xa1494109b9a4fb4aaff78051874f3a0dd6dba13396b7433db9d103902e33e6a9

Functions
Getter at block 22747804
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
getBaseURICount(view returns (uint256)
2
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x65d8c93455a0fa66a07b9c3943336ec437e46377, 0)
mintForFree(view returns (uint256)
1
name(view returns (string)
BasePhunks
nextTokenIdToClaim(view returns (uint256)
10000
nextTokenIdToMint(view returns (uint256)
10000
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x65d8c93455a0fa66a07b9c3943336ec437e46377
pricePerToken(view returns (uint256)
400000000000000
primarySaleRecipient(view returns (address)
0x65d8c93455a0fa66a07b9c3943336ec437e46377
symbol(view returns (string)
BSPHKS
totalSupply(view returns (uint256)
9987
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(