BASE PNKZ

Unverified contract

Proxy

Active on Base with 2,396 txns
Deployed by via 0x53567907 at 19196156
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 $30.99
0x27cd1bf274b22e658c3fe766f1e5d759014ffedca9ca5e81298a5eaa8ffe3794
0xab64f073b1164040e805dbbb62b99bfd86aa52b076898579f8a004f2139f6ef9
0x16772f397b0dcb53611ed280dc3dfc9baa282930699d075275611d9d762b6cb5
0xc53e091e8493d39c63563686a0e93c68f485a7e6375ce219b0dae31c58fdbe93
0xdb976ade7f3ddf6d7fd5add6acfcbc8dbd753f7b7daffad361b7f42f02f79889
0x77106e030c9facf0583a68867820953559c454c1194f891ebb6736cc4276ad07
0x2d8b81a9947409f60925d380a0fa48c4e05c32196ce1cba604d68b99627776eb
0x3d725755ad57562720d682e65e8484ead974ca5e76531fc3b326d83513a6b519
0x49db1f9ff5f11c97a6ec8bc1574d0d5590d1dd8d61d148081f794e5bcf1abdcb
0x1714317d476202626d0cf85845d32582278c22ce9412b37e4e7fc63241aa6d18

Functions
Getter at block 21765021
baseURI(view returns (string)
https://ipfs.io/ipfs/QmeYfscBXSe1SMWCoieAvtXwiQwqUi1SW8ziNbYP9Rp1yM/
costPublic(view returns (uint256)
50000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
1500
maxMintPublic(view returns (uint256)
40
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
2222
name(view returns (string)
BASE PNKZ
owner(view returns (address)
0x23ef529b0a390fec55d21b3b4feabfb60c59d337
platformFeeMint(view returns (uint256)
50000000000000
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BP
totalSupply(view returns (uint256 result)
1622
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 _quantitypayable 
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(