This contract is being backfilled. You may encounter incomplete storage history.

Based Doge Punks

Verified contract

Active on Base with 3,222 txns
Deployed by via 0xe9349eba at 14909796
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0x377a5819e7784e561888fafa74a2bcbfa0bd7243b4202dc6ec8fdbb39c7f536f
0x046b6bfff1417828db635a994538e7a65155ccced3efeb77fd48fea85a8e57c5
0xaa36a3b89eea1b98844be3e63a62777b4b0c15874de685e5b4f65874da8e0a0e
0xe0ff3873346e1a91c8f1b3848eb16eac7b3965d826defca4b16d856cc81bdae4
0x4676041a65a9b4807be82bd25fb43f8c6f02658ac808e2b82927fad64e419242
0x1fcdae64aa27e2c5595c253b77f440aa61ecb72f5445d08db6d7312da85a9811
0x4bd87be53e28ff4e0a13adc2c02ff75a5e7e6548a3aca2332e0744bc09e77c29
0x68cc103b2339bdc01d4b959e03f5828a61c1c938d2f0070186d25a75371a5c47
0xd4241a2861524a6d3b75a8237cc27c7fd740ee75ac8dc9fb54de36ecd2ee00a6
0x98b7b19a39c659f3dd6aa2d47d58c9daa4400f11cb9ac316ba0e4bc1b1cd3a94

Functions
Getter at block 22762606
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
100
NUM_FREE_MINTS(view returns (uint256)
1700
PUBLIC_SALE_PRICE(view returns (uint256)
800990000000000
baseTokenURI(view returns (string)
ipfs://bafybeigcq3wa4slf5sjsxur7bu6j6t6taa77eai6h7izrveyr5bylwuwx4
freeNFTAlreadyMinted(view returns (uint256)
1782
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
3500
name(view returns (string)
Based Doge Punks
owner(view returns (address)
0x2caacd220f820ff8ceb298ee8e9d956e2178bd1a
symbol(view returns (string)
BDP
totalSupply(view returns (uint256)
3499
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(