Landshare is a DeFi platform on the Binance Smart Chain offering a hassle-free alternative to traditional real estate investments. Featuring asset-based stablecoin vaults, a utility token, house flipping pools and a governance protocol, Landshare offers a full fledged DeFi platform based on US real estate assets. Simply stake your stablecoins in our Property Vault to earn yields based on the rental value and appreciation of assets, or invest in our house flipping pools to earn a lump sum payout.
The utility token of the platform is the Landshare Token. The token is earned as a reward for staking in the Property Vault and is required to access all platform features. The token features several price-stability elements, such as limited minting, buybacks, presale vesting, token burns, and supply cap. Additional utilities of the token include governance voting, staking, and charitable fundraising.
The flagship feature of the Landshare platform is the Property Vault. The Property Vault is a BUSD-based vault whose capacity is tied to the market value of Landshare’s referenced real estate assets. Investing in the vault entitles investors to stablecoin yields based on regional rental rates and property value appreciation of the referenced assets. In addition to stablecoin payouts, stakers also receive Landshare tokens and a bonus generated from yield farms for a combined average APR of 20-40%.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
BEP20.allowance(address,address).owner (#677) shadows:
- Ownable.owner() (#419-421) (function)
BEP20.constructor(string,string).symbol (#613) shadows:
- BEP20.symbol() (#643-645) (function)
- IBEP20.symbol() (#480) (function)
BEP20._approve(address,address,uint256).owner (#849) shadows:
- Ownable.owner() (#419-421) (function)
BEP20.constructor(string,string).name (#613) shadows:
- BEP20.name() (#629-631) (function)
- IBEP20.name() (#485) (function)
Rename the local variables that shadow another component.
Additional information: link
Different versions of Solidity are used:
- Version used: ['>=0.4.0', '^0.6.0', '^0.6.2']
- ^0.6.2 (#3)
- >=0.4.0 (#166)
- >=0.4.0 (#357)
- >=0.4.0 (#387)
- >=0.4.0 (#464)
- >=0.4.0 (#564)
- ^0.6.0 (#877)
Use one Solidity version.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#134-160) uses assembly
- INLINE ASM (#152-155)
Address.isContract(address) (#26-37) uses assembly
- INLINE ASM (#33-35)
Do not use evm assembly.
Additional information: link
Redundant expression "this (#379)" inContext (#369-382)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SafeMath.mul(uint256,uint256) (#244-256) is never used and should be removed
Address.sendValue(address,uint256) (#55-61) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#110-116) is never used and should be removed
SafeMath.sqrt(uint256) (#340-351) is never used and should be removed
BEP20._burnFrom(address,uint256) (#866-873) is never used and should be removed
SafeMath.min(uint256,uint256) (#335-337) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#326-333) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#124-132) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#286-296) is never used and should be removed
Context._msgData() (#378-381) is never used and should be removed
SafeMath.mod(uint256,uint256) (#310-312) is never used and should be removed
SafeMath.div(uint256,uint256) (#270-272) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#134-160) is never used and should be removed
Address.isContract(address) (#26-37) is never used and should be removed
Address.functionCall(address,bytes,string) (#91-97) is never used and should be removed
Address.functionCall(address,bytes) (#81-83) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.4.0 (#564) allows old versions
Pragma version>=0.4.0 (#464) allows old versions
Pragma version^0.6.2 (#3) allows old versions
Pragma version^0.6.0 (#877) allows old versions
Pragma version>=0.4.0 (#387) allows old versions
solc-0.6.2 is not recommended for deployment
Pragma version>=0.4.0 (#166) allows old versions
Pragma version>=0.4.0 (#357) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#134-160):
- (success,returndata) = target.call{value: weiValue}(data) (#143)
Low level call in Address.sendValue(address,uint256) (#55-61):
- (success) = recipient.call{value: amount}() (#59)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
LandToken.mint(address,uint256) (#903-907) uses literals with too many digits:
- require(bool,string)(totalSupply() + amount <= 10000000000000000000000000,supply cap reached.) (#904)
LandToken.constructor() (#886-891) uses literals with too many digits:
- mint(msg.sender,4000000000000000000000000) (#890)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#669-672)
symbol() should be declared external:
- BEP20.symbol() (#643-645)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#438-441)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#688-691)
name() should be declared external:
- BEP20.name() (#629-631)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#657-659)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#705-717)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#447-449)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#767-770)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#677-679)
passMinterRole(address) should be declared external:
- LandToken.passMinterRole(address) (#894-901)
decimals() should be declared external:
- BEP20.decimals() (#636-638)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#731-734)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#750-757)
burn(uint256) should be declared external:
- LandToken.burn(uint256) (#909-911)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find Discord account