Junko Inu Token Logo

JunkoInu [Junko Inu] Token

ALERT: phishing / airdrop scam

About JunkoInu

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

Junko Inu is The First Child of shiba inu's cousin (First Cousin), he grew up with his uncle : "Shiba Inu" due to some issues Junko's family faced as a kid. Junko inu presently takes Shiba inu as his uncle, Mentor, Godfather & The father he never had as a kid.

Social

Laser Scorebeta Last Audit: 19 May 2022

report
Token seems to be a scam (type: phishing / airdrop scam).

Reentrancy in junkoInu._transfer(address,address,uint256) (#1133-1177):
External calls:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1071)
- _rOwned[_marketingWalletAddress] = _rOwned[_marketingWalletAddress].add(rMarketing) (#1079)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1266)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1256)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1278)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#980)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1257)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1279)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1268)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#982)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _rTotal = _rTotal.sub(rFee) (#1024)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _tOwned[_marketingWalletAddress] = _tOwned[_marketingWalletAddress].add(tMarketing) (#1081)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1073)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#979)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1277)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1267)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#981)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

junkoInu.addLiquidity(uint256,uint256) (#1220-1233) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
Ensure that all the return values of the function calls are used.

Additional information: link

Pragma version^0.8.3 (#20) allows old versions
solc-0.8.3 is not recommended for deployment
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

Redundant expression "this (#327)" inContext (#321-330)
Remove redundant statements if they congest code but offer no value.

Additional information: link

junkoInu.allowance(address,address).owner (#896) shadows:
- Ownable.owner() (#546-548) (function)
junkoInu._approve(address,address,uint256).owner (#1125) shadows:
- Ownable.owner() (#546-548) (function)
Rename the local variables that shadow another component.

Additional information: link

junkoInu._burn(address,uint256) (#837-846) should emit an event for:
- _tTotal -= amount (#842)
junkoInu.setTaxFeePercent(uint256) (#997-999) should emit an event for:
- _taxFee = taxFee (#998)
junkoInu.setMarketingFeePercent(uint256) (#1001-1003) should emit an event for:
- _marketingFee = marketingFee (#1002)
junkoInu.setLiquidityFeePercent(uint256) (#1005-1007) should emit an event for:
- _liquidityFee = liquidityFee (#1006)
junkoInu.setMaxTxPercent(uint256) (#1009-1013) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1010-1012)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in junkoInu._transfer(address,address,uint256) (#1133-1177):
External calls:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _liquidityFee = _previousLiquidityFee (#1117)
- _liquidityFee = 0 (#1111)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _marketingFee = _previousMarketingFee (#1116)
- _marketingFee = 0 (#1110)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _previousLiquidityFee = _liquidityFee (#1107)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _previousMarketingFee = _marketingFee (#1106)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _previousTaxFee = _taxFee (#1105)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1025)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- _taxFee = _previousTaxFee (#1115)
- _taxFee = 0 (#1109)
Reentrancy in junkoInu.constructor() (#848-868):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#857-858)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#864)
- _isExcludedFromFee[address(this)] = true (#865)
- uniswapV2Router = _uniswapV2Router (#861)
Reentrancy in junkoInu.swapAndLiquify(uint256) (#1179-1200):
External calls:
- swapTokensForEth(half) (#1191)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
- addLiquidity(otherHalf,newBalance) (#1197)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1197)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1197)
- _allowances[owner][spender] = amount (#1129)
Reentrancy in junkoInu.transferFrom(address,address,uint256) (#905-909):
External calls:
- _transfer(sender,recipient,amount) (#906)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- _transfer(sender,recipient,amount) (#906)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#907)
- _allowances[owner][spender] = amount (#1129)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in junkoInu._transfer(address,address,uint256) (#1133-1177):
External calls:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1261)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#1283)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#1272)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#986)
- _tokenTransfer(from,to,amount,takeFee) (#1176)
Reentrancy in junkoInu.constructor() (#848-868):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#857-858)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#867)
Reentrancy in junkoInu.swapAndLiquify(uint256) (#1179-1200):
External calls:
- swapTokensForEth(half) (#1191)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
- addLiquidity(otherHalf,newBalance) (#1197)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1197)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1130)
- addLiquidity(otherHalf,newBalance) (#1197)
- SwapAndLiquify(half,newBalance,otherHalf) (#1199)
Reentrancy in junkoInu.transferFrom(address,address,uint256) (#905-909):
External calls:
- _transfer(sender,recipient,amount) (#906)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1211-1217)
External calls sending eth:
- _transfer(sender,recipient,amount) (#906)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1225-1232)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1130)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#907)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#353-362) uses assembly
- INLINE ASM (#360)
Address._verifyCallResult(bool,bytes,string) (#498-515) uses assembly
- INLINE ASM (#507-510)
Do not use evm assembly.

Additional information: link

junkoInu.includeInReward(address) (#965-976) has costly operations inside a loop:
- _excluded.pop() (#972)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#498-515) is never used and should be removed
Address.functionCall(address,bytes) (#406-408) is never used and should be removed
Address.functionCall(address,bytes,string) (#416-418) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#431-433) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#441-448) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#480-482) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#490-496) is never used and should be removed
Address.functionStaticCall(address,bytes) (#456-458) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#466-472) is never used and should be removed
Address.isContract(address) (#353-362) is never used and should be removed
Address.sendValue(address,uint256) (#380-386) is never used and should be removed
Context._msgData() (#326-329) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#281-286) is never used and should be removed
SafeMath.mod(uint256,uint256) (#241-243) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#303-308) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#112-118) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#154-159) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#166-171) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#137-147) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#125-130) is never used and should be removed
Remove unused functions.

Additional information: link

junkoInu._rTotal (#800) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
junkoInu._previousTaxFee (#808) is set pre-construction with a non-constant function or state variable:
- _taxFee
junkoInu._previousMarketingFee (#811) is set pre-construction with a non-constant function or state variable:
- _marketingFee
junkoInu._previousLiquidityFee (#813) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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) (#380-386):
- (success) = recipient.call{value: amount}() (#384)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#441-448):
- (success,returndata) = target.call{value: value}(data) (#446)
Low level call in Address.functionStaticCall(address,bytes,string) (#466-472):
- (success,returndata) = target.staticcall(data) (#470)
Low level call in Address.functionDelegateCall(address,bytes,string) (#490-496):
- (success,returndata) = target.delegatecall(data) (#494)
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() (#612) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#613) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#630) is not in mixedCase
Function IUniswapV2Router01.WETH() (#650) is not in mixedCase
Contract junkoInu (#783-1287) is not in CapWords
Function junkoInu._burn(address,uint256) (#837-846) is not in mixedCase
Parameter junkoInu.setSwapAndLiquifyEnabled(bool)._enabled (#1015) is not in mixedCase
Parameter junkoInu.calculateTaxFee(uint256)._amount (#1084) is not in mixedCase
Parameter junkoInu.calculateMarketingFee(uint256)._amount (#1090) is not in mixedCase
Parameter junkoInu.calculateLiquidityFee(uint256)._amount (#1096) is not in mixedCase
Variable junkoInu._taxFee (#807) is not in mixedCase
Variable junkoInu._marketingFee (#810) is not in mixedCase
Variable junkoInu._liquidityFee (#812) is not in mixedCase
Variable junkoInu._maxTxAmount (#821) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#655) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#656)
Variable junkoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to junkoInu._getTValues(uint256).tTransferAmount (#1038)
Variable junkoInu._transferStandard(address,address,uint256).rTransferAmount (#1255) is too similar to junkoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#978)
Variable junkoInu._transferStandard(address,address,uint256).rTransferAmount (#1255) is too similar to junkoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1276)
Variable junkoInu.reflectionFromToken(uint256,bool).rTransferAmount (#944) is too similar to junkoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#978)
Variable junkoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#978) is too similar to junkoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#978)
Variable junkoInu._transferStandard(address,address,uint256).rTransferAmount (#1255) is too similar to junkoInu._getTValues(uint256).tTransferAmount (#1038)
Variable junkoInu.reflectionFromToken(uint256,bool).rTransferAmount (#944) is too similar to junkoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1276)
Variable junkoInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1047) is too similar to junkoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#978)
Variable junkoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1276) is too similar to junkoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#978)
Variable junkoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to junkoInu._transferStandard(address,address,uint256).tTransferAmount (#1255)
Variable junkoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to junkoInu._getValues(uint256).tTransferAmount (#1029)
Variable junkoInu._getValues(uint256).rTransferAmount (#1030) is too similar to junkoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#978)
Variable junkoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to junkoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1265)
Variable junkoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to junkoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#978)
Variable junkoInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1047) is too similar to junkoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1276)
Variable junkoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1276) is too similar to junkoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1276)
Variable junkoInu._getValues(uint256).rTransferAmount (#1030) is too similar to junkoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1276)
Variable junkoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to junkoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1276)
Variable junkoInu._transferStandard(address,address,uint256).rTransferAmount (#1255) is too similar to junkoInu._transferStandard(address,address,uint256).tTransferAmount (#1255)
Variable junkoInu._transferStandard(address,address,uint256).rTransferAmount (#1255) is too similar to junkoInu._getValues(uint256).tTransferAmount (#1029)
Variable junkoInu._getValues(uint256).rTransferAmount (#1030) is too similar to junkoInu._getTValues(uint256).tTransferAmount (#1038)
Variable junkoInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1047) is too similar to junkoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1265)
Variable junkoInu.reflectionFromToken(uint256,bool).rTransferAmount (#944) is too similar to junkoInu._getTValues(uint256).tTransferAmount (#1038)
Variable junkoInu._getValues(uint256).rTransferAmount (#1030) is too similar to junkoInu._getValues(uint256).tTransferAmount (#1029)
Variable junkoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1276) is too similar to junkoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1265)
Variable junkoInu.reflectionFromToken(uint256,bool).rTransferAmount (#944) is too similar to junkoInu._getValues(uint256).tTransferAmount (#1029)
Variable junkoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#978) is too similar to junkoInu._transferStandard(address,address,uint256).tTransferAmount (#1255)
Variable junkoInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1047) is too similar to junkoInu._transferStandard(address,address,uint256).tTransferAmount (#1255)
Variable junkoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#978) is too similar to junkoInu._getTValues(uint256).tTransferAmount (#1038)
Variable junkoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1276) is too similar to junkoInu._transferStandard(address,address,uint256).tTransferAmount (#1255)
Variable junkoInu._getValues(uint256).rTransferAmount (#1030) is too similar to junkoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1265)
Variable junkoInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1047) is too similar to junkoInu._getTValues(uint256).tTransferAmount (#1038)
Variable junkoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#978) is too similar to junkoInu._getValues(uint256).tTransferAmount (#1029)
Variable junkoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1276) is too similar to junkoInu._getTValues(uint256).tTransferAmount (#1038)
Variable junkoInu.reflectionFromToken(uint256,bool).rTransferAmount (#944) is too similar to junkoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1265)
Variable junkoInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1047) is too similar to junkoInu._getValues(uint256).tTransferAmount (#1029)
Variable junkoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#978) is too similar to junkoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1276)
Variable junkoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1276) is too similar to junkoInu._getValues(uint256).tTransferAmount (#1029)
Variable junkoInu._getValues(uint256).rTransferAmount (#1030) is too similar to junkoInu._transferStandard(address,address,uint256).tTransferAmount (#1255)
Variable junkoInu._transferStandard(address,address,uint256).rTransferAmount (#1255) is too similar to junkoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1265)
Variable junkoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#978) is too similar to junkoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1265)
Variable junkoInu.reflectionFromToken(uint256,bool).rTransferAmount (#944) is too similar to junkoInu._transferStandard(address,address,uint256).tTransferAmount (#1255)
Prevent variables from having similar names.

Additional information: link

junkoInu.slitherConstructorVariables() (#783-1287) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 18 (#799)
junkoInu.slitherConstructorVariables() (#783-1287) uses literals with too many digits:
- _maxTxAmount = 100000000000000 * 10 ** 18 (#821)
junkoInu.slitherConstructorVariables() (#783-1287) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000000000000 * 10 ** 18 (#822)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

junkoInu._decimals (#805) should be constant
junkoInu._marketingWalletAddress (#796) should be constant
junkoInu._name (#803) should be constant
junkoInu._symbol (#804) should be constant
junkoInu.numTokensSellToAddToLiquidity (#822) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#565-568)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#574-578)
_burn(address,uint256) should be declared external:
- junkoInu._burn(address,uint256) (#837-846)
name() should be declared external:
- junkoInu.name() (#870-872)
symbol() should be declared external:
- junkoInu.symbol() (#874-876)
decimals() should be declared external:
- junkoInu.decimals() (#878-880)
totalSupply() should be declared external:
- junkoInu.totalSupply() (#882-884)
transfer(address,uint256) should be declared external:
- junkoInu.transfer(address,uint256) (#891-894)
allowance(address,address) should be declared external:
- junkoInu.allowance(address,address) (#896-898)
approve(address,uint256) should be declared external:
- junkoInu.approve(address,uint256) (#900-903)
transferFrom(address,address,uint256) should be declared external:
- junkoInu.transferFrom(address,address,uint256) (#905-909)
increaseAllowance(address,uint256) should be declared external:
- junkoInu.increaseAllowance(address,uint256) (#911-914)
decreaseAllowance(address,uint256) should be declared external:
- junkoInu.decreaseAllowance(address,uint256) (#916-919)
isExcludedFromReward(address) should be declared external:
- junkoInu.isExcludedFromReward(address) (#921-923)
totalFees() should be declared external:
- junkoInu.totalFees() (#925-927)
deliver(uint256) should be declared external:
- junkoInu.deliver(uint256) (#929-936)
reflectionFromToken(uint256,bool) should be declared external:
- junkoInu.reflectionFromToken(uint256,bool) (#938-947)
excludeFromReward(address) should be declared external:
- junkoInu.excludeFromReward(address) (#955-963)
excludeFromFee(address) should be declared external:
- junkoInu.excludeFromFee(address) (#989-991)
includeInFee(address) should be declared external:
- junkoInu.includeInFee(address) (#993-995)
setSwapAndLiquifyEnabled(bool) should be declared external:
- junkoInu.setSwapAndLiquifyEnabled(bool) (#1015-1018)
isExcludedFromFee(address) should be declared external:
- junkoInu.isExcludedFromFee(address) (#1120-1123)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


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


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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


Token is deployed only at one blockchain


Token has only one trading pair


Average 30d PancakeSwap liquidity is low.


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Token is not listed at Mobula.Finance

Additional information: link


Unable to find whitepaper link on the website


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of price dump / death


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


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for JunkoInu

News for JunkoInu