Shinshu Inu Token Logo

$SHINSHU [Shinshu Inu] Token

ALERT: rug pull scam

About $SHINSHU

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 14 June 2022

report
Token seems to be a scam (type: rug pull scam).

Reentrancy in ShinshuInu._transfer(address,address,uint256) (#859-900):
External calls:
- swapTokensForEth(contractTokenBalance) (#882)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#911-917)
External calls sending eth:
- sendETHToMarketing(address(this).balance) (#886)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#921)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1004)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#972)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#963)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#964)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#983)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#993)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#974)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#984)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#995)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _rTotal = _rTotal.sub(rFee) (#1010)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketing) (#1006)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#982)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#992)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#973)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#994)
Apply the check-effects-interactions pattern.

Additional information: link

ShinshuInu.sendETHToMarketing(uint256) (#920-923) sends eth to arbitrary user
Dangerous calls:
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#921)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link


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

ShinshuInu._setTaxFee(uint256) (#1067-1070) contains a tautology or contradiction:
- require(bool,string)(taxFee >= 0 && taxFee <= 99,taxFee should be in 0 - 99) (#1068)
Fix the incorrect comparison by changing the value type or the comparison.

Additional information: link


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.

ShinshuInu.addToBlackList(address[]).i (#1093) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

ShinshuInu.allowance(address,address).owner (#746) shadows:
- Ownable.owner() (#387-389) (function)
ShinshuInu._approve(address,address,uint256).owner (#851) shadows:
- Ownable.owner() (#387-389) (function)
Rename the local variables that shadow another component.

Additional information: link

ShinshuInu._setTaxFee(uint256) (#1067-1070) should emit an event for:
- _taxFee = taxFee (#1069)
ShinshuInu._setMarketingFee(uint256) (#1072-1075) should emit an event for:
- _MarketingFee = MarketingFee (#1074)
ShinshuInu._setMaxTxAmount(uint256) (#1082-1084) should emit an event for:
- _maxTxAmount = maxTxAmount (#1083)
Emit an event for critical parameter changes.

Additional information: link

ShinshuInu.constructor(address).MarketingWalletAddress (#698) lacks a zero-check on :
- _MarketingWalletAddress = MarketingWalletAddress (#699)
ShinshuInu._setMarketingWallet(address).MarketingWalletAddress (#1077) lacks a zero-check on :
- _MarketingWalletAddress = MarketingWalletAddress (#1078)
Check that the address is not zero.

Additional information: link

Reentrancy in ShinshuInu._transfer(address,address,uint256) (#859-900):
External calls:
- swapTokensForEth(contractTokenBalance) (#882)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#911-917)
External calls sending eth:
- sendETHToMarketing(address(this).balance) (#886)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#921)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _MarketingFee = _previousMarketingFee (#844)
- _MarketingFee = 0 (#839)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _previousMarketingFee = _MarketingFee (#836)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _previousTaxFee = _taxFee (#835)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1011)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _taxFee = _previousTaxFee (#843)
- _taxFee = 0 (#838)
Reentrancy in ShinshuInu.constructor(address) (#698-718):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#705-706)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#712)
- _isExcludedFromFee[address(this)] = true (#713)
- _isExcludedFromFee[_MarketingWalletAddress] = true (#714)
- uniswapV2Router = _uniswapV2Router (#709)
Reentrancy in ShinshuInu.transferFrom(address,address,uint256) (#755-759):
External calls:
- _transfer(sender,recipient,amount) (#756)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#911-917)
External calls sending eth:
- _transfer(sender,recipient,amount) (#756)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#921)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#757)
- _allowances[owner][spender] = amount (#855)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ShinshuInu._transfer(address,address,uint256) (#859-900):
External calls:
- swapTokensForEth(contractTokenBalance) (#882)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#911-917)
External calls sending eth:
- sendETHToMarketing(address(this).balance) (#886)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#921)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#967)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- Transfer(sender,recipient,tTransferAmount) (#977)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- Transfer(sender,recipient,tTransferAmount) (#987)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- Transfer(sender,recipient,tTransferAmount) (#998)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
Reentrancy in ShinshuInu.constructor(address) (#698-718):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#705-706)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#717)
Reentrancy in ShinshuInu.transferFrom(address,address,uint256) (#755-759):
External calls:
- _transfer(sender,recipient,amount) (#756)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#911-917)
External calls sending eth:
- _transfer(sender,recipient,amount) (#756)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#921)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#856)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#757)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#434-439) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#436)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#251-260) uses assembly
- INLINE ASM (#258)
Address._functionCallWithValue(address,bytes,uint256,string) (#344-365) uses assembly
- INLINE ASM (#357-360)
Do not use evm assembly.

Additional information: link

ShinshuInu.includeAccount(address) (#819-830) has costly operations inside a loop:
- _excluded.pop() (#826)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#344-365) is never used and should be removed
Address.functionCall(address,bytes) (#304-306) is never used and should be removed
Address.functionCall(address,bytes,string) (#314-316) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#339-342) is never used and should be removed
Address.isContract(address) (#251-260) is never used and should be removed
Address.sendValue(address,uint256) (#278-284) is never used and should be removed
Context._msgData() (#13-16) is never used and should be removed
SafeMath.mod(uint256,uint256) (#211-213) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#227-230) is never used and should be removed
ShinshuInu._getTaxFee() (#1055-1057) is never used and should be removed
Remove unused functions.

Additional information: link

ShinshuInu._rTotal (#662) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ShinshuInu._previousTaxFee (#674) is set pre-construction with a non-constant function or state variable:
- _taxFee
ShinshuInu._previousMarketingFee (#675) is set pre-construction with a non-constant function or state variable:
- _MarketingFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#278-284):
- (success) = recipient.call{value: amount}() (#282)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#344-365):
- (success,returndata) = target.call{value: weiValue}(data) (#348)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#473) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#474) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#491) is not in mixedCase
Function IUniswapV2Router01.WETH() (#511) is not in mixedCase
Function ShinshuInu._getMaxTxAmount() (#1059-1061) is not in mixedCase
Function ShinshuInu._getETHBalance() (#1063-1065) is not in mixedCase
Function ShinshuInu._setTaxFee(uint256) (#1067-1070) is not in mixedCase
Function ShinshuInu._setMarketingFee(uint256) (#1072-1075) is not in mixedCase
Parameter ShinshuInu._setMarketingFee(uint256).MarketingFee (#1072) is not in mixedCase
Function ShinshuInu._setMarketingWallet(address) (#1077-1080) is not in mixedCase
Parameter ShinshuInu._setMarketingWallet(address).MarketingWalletAddress (#1077) is not in mixedCase
Function ShinshuInu._setMaxTxAmount(uint256) (#1082-1084) is not in mixedCase
Variable ShinshuInu._isBlacklisted (#649) is not in mixedCase
Variable ShinshuInu._liquidityFee (#671) is not in mixedCase
Variable ShinshuInu._MarketingFee (#673) is not in mixedCase
Variable ShinshuInu._MarketingWalletAddress (#677) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#14)" inContext (#8-17)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in ShinshuInu._transfer(address,address,uint256) (#859-900):
External calls:
- sendETHToMarketing(address(this).balance) (#886)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#921)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _MarketingFee = _previousMarketingFee (#844)
- _MarketingFee = 0 (#839)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _previousMarketingFee = _MarketingFee (#836)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _previousTaxFee = _taxFee (#835)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1004)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#972)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#963)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#964)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#983)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#993)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#974)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#984)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#995)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _rTotal = _rTotal.sub(rFee) (#1010)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1011)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketing) (#1006)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#982)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#992)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#973)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#994)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- _taxFee = _previousTaxFee (#843)
- _taxFee = 0 (#838)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#967)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- Transfer(sender,recipient,tTransferAmount) (#977)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- Transfer(sender,recipient,tTransferAmount) (#987)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
- Transfer(sender,recipient,tTransferAmount) (#998)
- _tokenTransfer(sender,recipient,amount,takeFee) (#899)
Reentrancy in ShinshuInu.transferFrom(address,address,uint256) (#755-759):
External calls:
- _transfer(sender,recipient,amount) (#756)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#921)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#757)
- _allowances[owner][spender] = amount (#855)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#856)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#757)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#516) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#517)
Variable ShinshuInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1034) is too similar to ShinshuInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1027)
Variable ShinshuInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1034) is too similar to ShinshuInu._transferStandard(address,address,uint256).tTransferAmount (#962)
Variable ShinshuInu._transferStandard(address,address,uint256).rTransferAmount (#962) is too similar to ShinshuInu._transferStandard(address,address,uint256).tTransferAmount (#962)
Variable ShinshuInu._transferFromExcluded(address,address,uint256).rTransferAmount (#981) is too similar to ShinshuInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1027)
Variable ShinshuInu._transferFromExcluded(address,address,uint256).rTransferAmount (#981) is too similar to ShinshuInu._transferStandard(address,address,uint256).tTransferAmount (#962)
Variable ShinshuInu._transferBothExcluded(address,address,uint256).rTransferAmount (#991) is too similar to ShinshuInu._transferStandard(address,address,uint256).tTransferAmount (#962)
Variable ShinshuInu._transferToExcluded(address,address,uint256).rTransferAmount (#971) is too similar to ShinshuInu._transferBothExcluded(address,address,uint256).tTransferAmount (#991)
Variable ShinshuInu._transferToExcluded(address,address,uint256).rTransferAmount (#971) is too similar to ShinshuInu._transferFromExcluded(address,address,uint256).tTransferAmount (#981)
Variable ShinshuInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1034) is too similar to ShinshuInu._transferBothExcluded(address,address,uint256).tTransferAmount (#991)
Variable ShinshuInu._getValues(uint256).rTransferAmount (#1020) is too similar to ShinshuInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1027)
Variable ShinshuInu._getValues(uint256).rTransferAmount (#1020) is too similar to ShinshuInu._transferStandard(address,address,uint256).tTransferAmount (#962)
Variable ShinshuInu._transferFromExcluded(address,address,uint256).rTransferAmount (#981) is too similar to ShinshuInu._transferBothExcluded(address,address,uint256).tTransferAmount (#991)
Variable ShinshuInu._transferToExcluded(address,address,uint256).rTransferAmount (#971) is too similar to ShinshuInu._transferToExcluded(address,address,uint256).tTransferAmount (#971)
Variable ShinshuInu._transferFromExcluded(address,address,uint256).rTransferAmount (#981) is too similar to ShinshuInu._transferFromExcluded(address,address,uint256).tTransferAmount (#981)
Variable ShinshuInu._transferBothExcluded(address,address,uint256).rTransferAmount (#991) is too similar to ShinshuInu._transferBothExcluded(address,address,uint256).tTransferAmount (#991)
Variable ShinshuInu._transferFromExcluded(address,address,uint256).rTransferAmount (#981) is too similar to ShinshuInu._transferToExcluded(address,address,uint256).tTransferAmount (#971)
Variable ShinshuInu._getValues(uint256).rTransferAmount (#1020) is too similar to ShinshuInu._transferBothExcluded(address,address,uint256).tTransferAmount (#991)
Variable ShinshuInu._getValues(uint256).rTransferAmount (#1020) is too similar to ShinshuInu._transferToExcluded(address,address,uint256).tTransferAmount (#971)
Variable ShinshuInu._transferToExcluded(address,address,uint256).rTransferAmount (#971) is too similar to ShinshuInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1027)
Variable ShinshuInu._transferToExcluded(address,address,uint256).rTransferAmount (#971) is too similar to ShinshuInu._transferStandard(address,address,uint256).tTransferAmount (#962)
Variable ShinshuInu.reflectionFromToken(uint256,bool).rTransferAmount (#798) is too similar to ShinshuInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1027)
Variable ShinshuInu._transferStandard(address,address,uint256).rTransferAmount (#962) is too similar to ShinshuInu._transferBothExcluded(address,address,uint256).tTransferAmount (#991)
Variable ShinshuInu._getValues(uint256).rTransferAmount (#1020) is too similar to ShinshuInu._getValues(uint256).tTransferAmount (#1018)
Variable ShinshuInu._getValues(uint256).rTransferAmount (#1020) is too similar to ShinshuInu._transferFromExcluded(address,address,uint256).tTransferAmount (#981)
Variable ShinshuInu._transferStandard(address,address,uint256).rTransferAmount (#962) is too similar to ShinshuInu._transferFromExcluded(address,address,uint256).tTransferAmount (#981)
Variable ShinshuInu._transferStandard(address,address,uint256).rTransferAmount (#962) is too similar to ShinshuInu._getValues(uint256).tTransferAmount (#1018)
Variable ShinshuInu._transferBothExcluded(address,address,uint256).rTransferAmount (#991) is too similar to ShinshuInu._transferToExcluded(address,address,uint256).tTransferAmount (#971)
Variable ShinshuInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1034) is too similar to ShinshuInu._transferToExcluded(address,address,uint256).tTransferAmount (#971)
Variable ShinshuInu._transferStandard(address,address,uint256).rTransferAmount (#962) is too similar to ShinshuInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1027)
Variable ShinshuInu._transferBothExcluded(address,address,uint256).rTransferAmount (#991) is too similar to ShinshuInu._getValues(uint256).tTransferAmount (#1018)
Variable ShinshuInu._transferBothExcluded(address,address,uint256).rTransferAmount (#991) is too similar to ShinshuInu._transferFromExcluded(address,address,uint256).tTransferAmount (#981)
Variable ShinshuInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1034) is too similar to ShinshuInu._getValues(uint256).tTransferAmount (#1018)
Variable ShinshuInu._transferFromExcluded(address,address,uint256).rTransferAmount (#981) is too similar to ShinshuInu._getValues(uint256).tTransferAmount (#1018)
Variable ShinshuInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1034) is too similar to ShinshuInu._transferFromExcluded(address,address,uint256).tTransferAmount (#981)
Variable ShinshuInu.reflectionFromToken(uint256,bool).rTransferAmount (#798) is too similar to ShinshuInu._transferToExcluded(address,address,uint256).tTransferAmount (#971)
Variable ShinshuInu.reflectionFromToken(uint256,bool).rTransferAmount (#798) is too similar to ShinshuInu._transferBothExcluded(address,address,uint256).tTransferAmount (#991)
Variable ShinshuInu._transferBothExcluded(address,address,uint256).rTransferAmount (#991) is too similar to ShinshuInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1027)
Variable ShinshuInu._transferToExcluded(address,address,uint256).rTransferAmount (#971) is too similar to ShinshuInu._getValues(uint256).tTransferAmount (#1018)
Variable ShinshuInu.reflectionFromToken(uint256,bool).rTransferAmount (#798) is too similar to ShinshuInu._transferFromExcluded(address,address,uint256).tTransferAmount (#981)
Variable ShinshuInu.reflectionFromToken(uint256,bool).rTransferAmount (#798) is too similar to ShinshuInu._getValues(uint256).tTransferAmount (#1018)
Variable ShinshuInu.reflectionFromToken(uint256,bool).rTransferAmount (#798) is too similar to ShinshuInu._transferStandard(address,address,uint256).tTransferAmount (#962)
Variable ShinshuInu._transferStandard(address,address,uint256).rTransferAmount (#962) is too similar to ShinshuInu._transferToExcluded(address,address,uint256).tTransferAmount (#971)
Prevent variables from having similar names.

Additional information: link

ShinshuInu.slitherConstructorVariables() (#645-1099) uses literals with too many digits:
- _tTotal = 10000000000000 * 10 ** 9 (#661)
ShinshuInu.slitherConstructorVariables() (#645-1099) uses literals with too many digits:
- _maxTxAmount = 100000000000e9 (#685)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ShinshuInu._decimals (#667) should be constant
ShinshuInu._liquidityFee (#671) should be constant
ShinshuInu._name (#665) should be constant
ShinshuInu._numOfTokensToExchangeForMarketing (#687) should be constant
ShinshuInu._symbol (#666) should be constant
ShinshuInu._tTotal (#661) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#406-409)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#415-419)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#421-423)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#426-431)
unlock() should be declared external:
- Ownable.unlock() (#434-439)
name() should be declared external:
- ShinshuInu.name() (#720-722)
symbol() should be declared external:
- ShinshuInu.symbol() (#724-726)
decimals() should be declared external:
- ShinshuInu.decimals() (#728-730)
totalSupply() should be declared external:
- ShinshuInu.totalSupply() (#732-734)
transfer(address,uint256) should be declared external:
- ShinshuInu.transfer(address,uint256) (#741-744)
allowance(address,address) should be declared external:
- ShinshuInu.allowance(address,address) (#746-748)
approve(address,uint256) should be declared external:
- ShinshuInu.approve(address,uint256) (#750-753)
transferFrom(address,address,uint256) should be declared external:
- ShinshuInu.transferFrom(address,address,uint256) (#755-759)
increaseAllowance(address,uint256) should be declared external:
- ShinshuInu.increaseAllowance(address,uint256) (#761-764)
decreaseAllowance(address,uint256) should be declared external:
- ShinshuInu.decreaseAllowance(address,uint256) (#766-769)
isExcluded(address) should be declared external:
- ShinshuInu.isExcluded(address) (#771-773)
totalFees() should be declared external:
- ShinshuInu.totalFees() (#779-781)
deliver(uint256) should be declared external:
- ShinshuInu.deliver(uint256) (#783-790)
reflectionFromToken(uint256,bool) should be declared external:
- ShinshuInu.reflectionFromToken(uint256,bool) (#792-801)
isExcludedFromFee(address) should be declared external:
- ShinshuInu.isExcludedFromFee(address) (#847-849)
_getMaxTxAmount() should be declared external:
- ShinshuInu._getMaxTxAmount() (#1059-1061)
_getETHBalance() should be declared external:
- ShinshuInu._getETHBalance() (#1063-1065)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract ticker ($SHINSHU) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is low.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 0% buy tax and 2% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for $SHINSHU