Based Milords

Unverified contract

Proxy

Active on Base with 8,414 txns
Deployed by via 0x60871b13 at 14409029
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
ERC-20
Value $0
0xf41630fa2600e374711f8b6743efddfe5beedba7da4d2badfd19354ed6d2c312
0x1a9539f3c1f181e34002acd02c6e9bec14ad8ca881424f2f58cd1a5a8355f648
0x7daf29bd206e72533a35881335a2fdea8e43112aabc63eef207c7c5600a0e03a
0xba557ca34526c597514c95f8798d00b1803186adc96e7c43ce2fbba4fca76437
0xbc9bd1d6667716f84a770d1904354ca9b2a172ae1d92cad20f2d432fc727c6e2
0xb721e0d0968b0b65cdd2b508f4eb08bd6f306d509b834544eec3df3d96864c88
0x524420b1d2ca9670f538822b12ed37cf087f609dc19d27ca25d15b9cffcbb917
0x4e55c5719bbc718dd7746ee6b28476d39e621e980606fe0e472b5494363fe799
0xf6e42a9dc3f69fa82052a3319d29c9c22cf167f8deb36a0764026aa231931432
0x5125f493122d877285239e7fe767492353cd10115bdd1f1bfcc12d60409d1a3b

Functions
Getter at block 22745304
baseURI(view returns (string)
https://gateway.pinit.io/ipfs/QmPhb5W3CqKuJWhyxHiabSYACgFkzrCm29vrfT3hDoc98B/
costPublic(view returns (uint256)
100000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
4500
maxMintPublic(view returns (uint256)
1000
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
6420
name(view returns (string)
Based Milords
owner(view returns (address)
0x5457a08ca7c50ef43d8c211cc4b7f798fb483495
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BM
totalSupply(view returns (uint256 result)
6420
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(