Based Phunks

Unverified contract

Proxy

Active on Base with 2,903 txns
Deployed by via 0x04422ef1 at 13575289
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 $2.35
ERC-20
--
0x855b3944d11cc79001648d06370ca20286f6dfb3843857fc83a313f75637efb6
0xb3038c70654d63a5de20a3a6669ae59164def58318a64c81d470c865201007c8
0x577b76059caeeadd5b64fd32771e97d1c3f76e79528a1a7e2051e436cedef88c
0x667f33772dba7ae36ef3c29d24e5eedb64c60cf5e428a007c85ad92f1cf9075b
0x3c1bc4caccb5868e826b0fbd1f3743e1edb72ffc5836d2cacf9158ac6b0252d1
0xbf1493e1ef02e2eb31418a7d4b58bbbcbc48aea9ce4250d0ef6625dc8b85b8f7
0xbc5f28270209bc63213b9e654e372f5b2c31fabcf6539edc35a716a913302030
0xda96d868e3c984fb42d8dfb96b40ae953455939fdd32cedb2ee51bceecb46d66
0x6a670c04d5867e2d14d3a12340dc15a7f842dcf1c5986fb125ea06ff0a7b0020
0x61e1a2898862714f2f75153c4547cf5bfe963677afcfeed964c8c6087f2b9d71

Functions
Getter at block 22943477
baseURI(view returns (string)
ipfs://bafybeibuc7conpu4bce7gqcwx4tneb6zzmgkygxqyllskclfhja6lm33fu/
costPublic(view returns (uint256)
100000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
2
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
4000
maxMintPublic(view returns (uint256)
100
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
9999
name(view returns (string)
Based Phunks
owner(view returns (address)
0x7f48601196d340e1429a8c1d996b7af4af9f4a15
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Bp
totalSupply(view returns (uint256 result)
4002
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(