Lushful Lands

Verified contract

Active on Ethereum with 205 txns
Deployed by via 0x38800ca6 at 15209249
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Lushful Lands"

0x199effcc9cfb7862aad016f4c98a4620b3dac881ae33460bdf96de86c4837e64
0x7d4e3151a275e7e30a90f8ab08ac92c28eefaaa2d670bf54d2206edf21a21e21
0xc13b3579199d312e660712ee4ce39f5ad3718a862ea8b56b59ad7b15f6aeacca
0x62571086c36d4feb352a5ec0529ade6e5a1f2d9c350964277e99b3faf9944375
0x6d58edcc76d01115978f16c1300e3f08a508c0ec5bdc645d917d80a722764b8b
0x96cb6b6aa0a91628ded2e77dfa62ae2c745e42ae6c7e7b6b5d91afde8f49b615
0x06436890874e71eb6328a34249ce158b03a9527ceea3b2d56c8c4d6b2186be4c
0x98cf4ea039a70a5c9e02ea0e4cd322cf0eb3c9948476b7301527761fc83d8d90
0x73eb26d6f2c3bd78a64f34db6605c8db4b227b13e9c205e587d7b4197337829f
0x65d09aefc716cb7c420029bcec6fe08fb7aa1a24c045e52a4babe9314ac5f699

Functions
Getter at block 20861641
FREE_MINT_SUPPLY(view returns (uint256)
80
INSTANT_FREE_MINTED(view returns (uint256)
80
MAX_FREE_MINT_PER_ADDR(view returns (uint256)
1
MAX_MINT_PER_ADDR(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
333
PUBLIC_PRICE(view returns (uint256)
2500000000000000
isPublicSaleActive(view returns (bool)
true
name(view returns (string)
Lushful Lands
owner(view returns (address)
0x075ce7aee6aa0b59a86fe2cf551f50f853ae98da
symbol(view returns (string)
LL
totalSupply(view returns (uint256)
204
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setIsPublicSaleActive(bool _isPublicSaleActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePrice(uint256 __price
withdraw(address recipient
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(address minteruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(