This contract is being backfilled. You may encounter incomplete storage history.

LILVERSE

Verified contract

Active on Ethereum with 13,285 txns
Deployed by via 0xfab6d988 at 15262839
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 3 additional slots

No balances found for "LILVERSE"

0x00f903764c4e8e5dc07c9f020078e63b10c9a98afd3cc817e88f9d0b83cc0aa1
0x5a5ad53b548a2da056c80f6381dec50a96fff044d7d717f114cb8ea9c0b12a73
0xa501a29b477e56951f64ccdf3b799d43740e7a724e8bb65697c5afa199829758
0xba7753976b083808ac7cab0c7d4c025b1661d1cc52b1ead43dfbfa9cfa6f76f6
0x715076abb9622f864183f53a8a072b201075816e82b1089652ee33c7ad6632cd
0x6da3e3c1a9c7e7cd0e2427380e9a9ddb41d6199876cde55dc1c1a104be054c3a
0x1fed89192ca08a7a513b4fe4d25bd5ef6c3281d5dbe62437e60b5205f2c137f9
0xb8d51e5899a0d687262086d247198a5d3b984ac524f875138d756be4e216c69b
0xd2ae01ab5e14eb05c7acfcf67275d03f060431969d48222ca667a29e1fab55a9
0x807e65c9087e4d500b8072740108017dc7eed25f6fd0ca4f80d3a09dc9f6e21d

Functions
Getter at block 20805882
MAX_PER_WALLET(view returns (uint256)
50
MAX_PURCHASE(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
10000
MINT_PRICE(view returns (uint256)
0
name(view returns (string)
LILVERSE
owner(view returns (address)
0x31383770f07909ab02cbe62bd390ee39b16d52b4
publicSale(view returns (bool)
true
symbol(view returns (string)
LILS
totalSupply(view returns (uint256)
10000
whitelistSale(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicAddressMintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tieredWhitelistMaximums(uint256view returns (uint256)
tieredWhitelistMerkleRoot(uint256view returns (bytes32)
tokenURI(uint256 tokenIdview returns (string)
whitelistAddressCustomLimit(addressview returns (uint256)
whitelistAddressGiftCount(addressview returns (uint256)
whitelistAddressMintCount(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
mintAdmin(address _recipientuint256 _quantity
mintPublic(uint256 _quantitypayable 
mintWhitelist(uint256 _tieruint256 _quantitybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setPublicSale(bool toggle
setWhitelistAddressCustomLimit(address _addressuint256 _amount
setWhitelistMerkleRoot(uint256 tierbytes32 merkleRoot
setWhitelistSale(bool toggle
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(