Bit punks

Unverified contract

Proxy

Active on Base with 1,829 txns
Deployed by via 0xb4b7c8e1 at 13860461
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $4.36
0x0cfd94db205f0bda05a55dedd6a3fcdb082878774104aeaa503d6d1cb3c69419
0x1c16f534cedd1e5c97a325fd788aad783592789fb718d7c9b85bb9ee0a8f6975
0x5ce5035c3439b361df09f51c9c155de043af67403d42928ffe9bf99c1ec54cbf
0x001245bb977345cd72467a0be3a25e0dd37c2d55d92a09975c555f5921443024
0xc7ba9a2c3d1a8010ec48aa927a984fd19a0bb45bd0b84b59387f8bef664a9d0e
0xcdd23a77f64b2dec79a9e5358bbb7ad1e6deaf8627fb01c7321c00599f5ff603
0x680d6be1f9df092578b75b5828e5c1bfae42d276c11544fc1e229ecac881ac56
0xe9fce24497a0caf0b7b460c7000b4fab12c4d8daa666600f276a3dc52367fcd9
0x8631efb30032234b81ba92aeb288ff0d6bb8e01a2d0766ca65cc2edce1dd3b64
0x2096791ff1a62b7f3120f00d8843bf5e040bfdfd081301675fc38842eab10d16

Functions
Getter at block 21997707
baseURI(view returns (string)
ipfs://bafybeiam3etns6qz363lck6gojwya4nf25b2wxkg7uusw5cjviu3sr2kxu/
costPublic(view returns (uint256)
200000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
1000
maxMintPublic(view returns (uint256)
50
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
2000
name(view returns (string)
Bit punks
owner(view returns (address)
0x5309ec075153213e7932bb918f955fd3c8be0a09
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BP
totalSupply(view returns (uint256 result)
1073
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(