Lil Bones

Unverified contract

Proxy

Active on Base with 3,849 txns
Deployed by via 0x6887bbb4 at 13964150
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
--
0x5d696bdfd0c4fb19f33154fbc527861b4ff165c095ad0821f58ae54d653464b5
0x9cb753d08817e58711f1ca570b9f74f3bd1055322da45bb7a03b425bb29f2791
0xeac274e98d4d67b24d3d40b206a17e29eea9a630fce01829f87b99083b8e86c4
0xec512c5fb0cf1a884ed708f03976837e4755436899587f4e4690d1e44877d8aa
0x8b5d4b3f934aa91f1f281c44e27c4ac1e861302400bc06ecb1cfa760c165b154
0xf4564d360a18f9d57f6bd2593e03cd0fdfd8b7e44b7c16b4372c01fd5cd40dcc
0xda206f43e150704b3e0f8a9f21fc0e513f3a8b39564ecf3369d6e74f9e5f7ead
0xd65deabbdf41132ecc3dc212cec30a8c9b20bb420c1b927773da727f2a6d5a58
0x1c7a1541042c955f2e4e3ef6d733adcdd331e9c6f164a65a7c333815f1ba8cf3
0x88ec8be7c69fb942fe570623c1294fe92f62320480b597d2da1406f421cb7628

Functions
Getter at block 22744765
baseURI(view returns (string)
ipfs://bafybeicu6uklczsf7e5qwer3edojjx7nptmkym7hmkpaz5mxtsu5atlodu/
costPublic(view returns (uint256)
100000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
5
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
6666
maxMintPublic(view returns (uint256)
100
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
7777
name(view returns (string)
Lil Bones
owner(view returns (address)
0xcd989f3c35dd724e7c2c9749a58cf306f7441919
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
LB
totalSupply(view returns (uint256 result)
6677
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0xa75509c065a99c11e6ecbc178a1ce9b10b26b8c69e8ca8ade19a492e1c954540
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(