Land Shiba Finance Token Token Logo

LANDSHIBA [Land Shiba Finance] Token

About LANDSHIBA

Listings

Token 2 years
white paper

Land Shiba Finance is a staking and gamefi blockchain project designed for an economic stability across the ecosystem. It is built on the Binance Smart Chain platform.

Social

Laser Scorebeta Last Audit: 17 August 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links

LandShibaFinanceToken.sendETHToFee(uint256) (#288-291) sends eth to arbitrary user
Dangerous calls:
- _developmentAddress.transfer(amount.div(2)) (#289)
- _marketingAddress.transfer(amount.div(2)) (#290)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in LandShibaFinanceToken._transfer(address,address,uint256) (#235-272):
External calls:
- swapTokensForEth(contractTokenBalance) (#247)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#279-285)
External calls sending eth:
- sendETHToFee(address(this).balance) (#250)
- _developmentAddress.transfer(amount.div(2)) (#289)
- _marketingAddress.transfer(amount.div(2)) (#290)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#271)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#329)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#319)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#320)
- _tokenTransfer(from,to,amount) (#271)
- _rTotal = _rTotal.sub(rFee) (#333)
Apply the check-effects-interactions pattern.

Additional information: link

LandShibaFinanceToken.rescueForeignTokens(address,address,uint256) (#298-301) ignores return value by Token(_tokenAddr).transfer(_to,_amount) (#300)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Contract ownership is not renounced (belongs to a wallet)

LandShibaFinanceToken.allowance(address,address).owner (#207) shadows:
- Ownable.owner() (#99-101) (function)
LandShibaFinanceToken._approve(address,address,uint256).owner (#228) shadows:
- Ownable.owner() (#99-101) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.transferOwnership(address).newOwner (#114) lacks a zero-check on :
- _owner = newOwner (#116)
LandShibaFinanceToken.setNewDevAddress(address).dev (#304) lacks a zero-check on :
- _developmentAddress = dev (#306)
LandShibaFinanceToken.setNewMarketingAddress(address).markt (#311) lacks a zero-check on :
- _marketingAddress = markt (#313)
Check that the address is not zero.

Additional information: link

Reentrancy in LandShibaFinanceToken._transfer(address,address,uint256) (#235-272):
External calls:
- swapTokensForEth(contractTokenBalance) (#247)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#279-285)
External calls sending eth:
- sendETHToFee(address(this).balance) (#250)
- _developmentAddress.transfer(amount.div(2)) (#289)
- _marketingAddress.transfer(amount.div(2)) (#290)
State variables written after the call(s):
- _redisFee = _redisFeeOnBuy (#255)
- _redisFee = _redisFeeOnSell (#260)
- _redisFee = 0 (#265)
- _tokenTransfer(from,to,amount) (#271)
- _tFeeTotal = _tFeeTotal.add(tFee) (#334)
- _taxFee = _taxFeeOnBuy (#256)
- _taxFee = _taxFeeOnSell (#261)
- _taxFee = 0 (#266)
Reentrancy in LandShibaFinanceToken.constructor() (#161-175):
External calls:
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#166-167)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#169)
- _isExcludedFromFee[address(this)] = true (#170)
- _isExcludedFromFee[_developmentAddress] = true (#171)
- _isExcludedFromFee[_marketingAddress] = true (#172)
Reentrancy in LandShibaFinanceToken.transferFrom(address,address,uint256) (#216-220):
External calls:
- _transfer(sender,recipient,amount) (#217)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#279-285)
External calls sending eth:
- _transfer(sender,recipient,amount) (#217)
- _developmentAddress.transfer(amount.div(2)) (#289)
- _marketingAddress.transfer(amount.div(2)) (#290)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#218)
- _allowances[owner][spender] = amount (#231)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in LandShibaFinanceToken._transfer(address,address,uint256) (#235-272):
External calls:
- swapTokensForEth(contractTokenBalance) (#247)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#279-285)
External calls sending eth:
- sendETHToFee(address(this).balance) (#250)
- _developmentAddress.transfer(amount.div(2)) (#289)
- _marketingAddress.transfer(amount.div(2)) (#290)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#323)
- _tokenTransfer(from,to,amount) (#271)
Reentrancy in LandShibaFinanceToken.constructor() (#161-175):
External calls:
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#166-167)
Event emitted after the call(s):
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_tTotal) (#174)
Reentrancy in LandShibaFinanceToken.transferFrom(address,address,uint256) (#216-220):
External calls:
- _transfer(sender,recipient,amount) (#217)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#279-285)
External calls sending eth:
- _transfer(sender,recipient,amount) (#217)
- _developmentAddress.transfer(amount.div(2)) (#289)
- _marketingAddress.transfer(amount.div(2)) (#290)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#232)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#218)
Apply the check-effects-interactions pattern.

Additional information: link

Function IPancakeswapV2Router.WETH() (#34) is not in mixedCase
Event LandShibaFinanceTokentokensRescued(address,address,uint256) (#297) is not in CapWords
Event LandShibaFinanceTokendevAddressUpdated(address,address) (#303) is not in CapWords
Event LandShibaFinanceTokenmarketingAddressUpdated(address,address) (#310) is not in CapWords
Parameter LandShibaFinanceToken.rescueForeignTokens(address,address,uint256)._tokenAddr (#298) is not in mixedCase
Parameter LandShibaFinanceToken.rescueForeignTokens(address,address,uint256)._to (#298) is not in mixedCase
Parameter LandShibaFinanceToken.rescueForeignTokens(address,address,uint256)._amount (#298) is not in mixedCase
Parameter LandShibaFinanceToken.toggleSwap(bool)._swapEnabled (#396) is not in mixedCase
Constant LandShibaFinanceToken._tTotal (#130) is not in UPPER_CASE_WITH_UNDERSCORES
Constant LandShibaFinanceToken._name (#143) is not in UPPER_CASE_WITH_UNDERSCORES
Constant LandShibaFinanceToken._symbol (#144) is not in UPPER_CASE_WITH_UNDERSCORES
Constant LandShibaFinanceToken._decimals (#145) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Reentrancy in LandShibaFinanceToken._transfer(address,address,uint256) (#235-272):
External calls:
- sendETHToFee(address(this).balance) (#250)
- _developmentAddress.transfer(amount.div(2)) (#289)
- _marketingAddress.transfer(amount.div(2)) (#290)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#271)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#329)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#319)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#320)
- _tokenTransfer(from,to,amount) (#271)
- _rTotal = _rTotal.sub(rFee) (#333)
- _redisFee = _redisFeeOnBuy (#255)
- _redisFee = _redisFeeOnSell (#260)
- _redisFee = 0 (#265)
- _tokenTransfer(from,to,amount) (#271)
- _tFeeTotal = _tFeeTotal.add(tFee) (#334)
- _taxFee = _taxFeeOnBuy (#256)
- _taxFee = _taxFeeOnSell (#261)
- _taxFee = 0 (#266)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#323)
- _tokenTransfer(from,to,amount) (#271)
Reentrancy in LandShibaFinanceToken.transferFrom(address,address,uint256) (#216-220):
External calls:
- _transfer(sender,recipient,amount) (#217)
- _developmentAddress.transfer(amount.div(2)) (#289)
- _marketingAddress.transfer(amount.div(2)) (#290)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#218)
- _allowances[owner][spender] = amount (#231)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#232)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#218)
Apply the check-effects-interactions pattern.

Additional information: link

Variable LandShibaFinanceToken._transferStandard(address,address,uint256).rTransferAmount (#318) is too similar to LandShibaFinanceToken._getValues(uint256).tTransferAmount (#340)
Variable LandShibaFinanceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#357) is too similar to LandShibaFinanceToken._getValues(uint256).tTransferAmount (#340)
Variable LandShibaFinanceToken._transferStandard(address,address,uint256).rTransferAmount (#318) is too similar to LandShibaFinanceToken._transferStandard(address,address,uint256).tTransferAmount (#318)
Variable LandShibaFinanceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#357) is too similar to LandShibaFinanceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#349)
Variable LandShibaFinanceToken._getValues(uint256).rTransferAmount (#342) is too similar to LandShibaFinanceToken._getValues(uint256).tTransferAmount (#340)
Variable LandShibaFinanceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#357) is too similar to LandShibaFinanceToken._transferStandard(address,address,uint256).tTransferAmount (#318)
Variable LandShibaFinanceToken._transferStandard(address,address,uint256).rTransferAmount (#318) is too similar to LandShibaFinanceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#349)
Variable LandShibaFinanceToken._getValues(uint256).rTransferAmount (#342) is too similar to LandShibaFinanceToken._transferStandard(address,address,uint256).tTransferAmount (#318)
Variable LandShibaFinanceToken._getValues(uint256).rTransferAmount (#342) is too similar to LandShibaFinanceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#349)
Prevent variables from having similar names.

Additional information: link

LandShibaFinanceToken.constructor() (#161-175) uses literals with too many digits:
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_tTotal) (#174)
LandShibaFinanceToken.slitherConstructorConstantVariables() (#121-406) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#130)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#91) is never used in LandShibaFinanceToken (#121-406)
LandShibaFinanceToken._tOwned (#125) is never used in LandShibaFinanceToken (#121-406)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (#91) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#108-111)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#114-117)
name() should be declared external:
- LandShibaFinanceToken.name() (#182-184)
symbol() should be declared external:
- LandShibaFinanceToken.symbol() (#186-188)
decimals() should be declared external:
- LandShibaFinanceToken.decimals() (#190-192)
totalSupply() should be declared external:
- LandShibaFinanceToken.totalSupply() (#194-196)
transfer(address,uint256) should be declared external:
- LandShibaFinanceToken.transfer(address,uint256) (#202-205)
allowance(address,address) should be declared external:
- LandShibaFinanceToken.allowance(address,address) (#207-209)
approve(address,uint256) should be declared external:
- LandShibaFinanceToken.approve(address,uint256) (#211-214)
transferFrom(address,address,uint256) should be declared external:
- LandShibaFinanceToken.transferFrom(address,address,uint256) (#216-220)
rescueForeignTokens(address,address,uint256) should be declared external:
- LandShibaFinanceToken.rescueForeignTokens(address,address,uint256) (#298-301)
setNewDevAddress(address) should be declared external:
- LandShibaFinanceToken.setNewDevAddress(address) (#304-308)
setNewMarketingAddress(address) should be declared external:
- LandShibaFinanceToken.setNewMarketingAddress(address) (#311-315)
setFee(uint256,uint256,uint256,uint256) should be declared external:
- LandShibaFinanceToken.setFee(uint256,uint256,uint256,uint256) (#385-394)
toggleSwap(bool) should be declared external:
- LandShibaFinanceToken.toggleSwap(bool) (#396-398)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- LandShibaFinanceToken.excludeMultipleAccountsFromFees(address[],bool) (#400-404)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Telegram account has less than 100 subscribers


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


Unable to find token contract audit


Unable to find KYC or doxxing proof


Unable to find audit link on the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for LANDSHIBA

News for LANDSHIBA