SHIBAMOVE Token Logo

SBM [SHIBAMOVE] Token

ALERT: potential scam

About SBM

Listings

Token 18 months

🐕🚶SHIBAMOVE🐕🚶is a MOVE2EARN Fitness and Lifestyle Mobile App ✅APP BETA VERSION LIVE ✅ Rewards in $SBM! ✅LIMITED NFT SALE after LAUNCH 🔥Auto Rewards & Auto Token Distribution ✅KYC / Audited ✅Custom made Smart Contract & with Cool Down Function! ✅Experienced Blockchain Devs ✅
LETS GET HEALTHY - Cause SHIBAMOVE is the MOVE! 🐕🚴‍♂️

Social

Laser Scorebeta Last Audit: 7 June 2022

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

Anti-Scam

Links

Reentrancy in SHIBAMOVE._transfer(address,address,uint256) (#1321-1377):
External calls:
- swapAndLiquify(contractTokenBalance) (#1372)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1372)
- recipient.transfer(amount) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1376)
- _MarketingFee = _previousMarketingFee (#1202)
- _MarketingFee = 0 (#1194)
- _tokenTransfer(from,to,amount) (#1376)
- _liquidityFee = _previousLiquidityFee (#1200)
- _liquidityFee = 0 (#1193)
- _tokenTransfer(from,to,amount) (#1376)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1167)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1592)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1089)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1611)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1612)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1559)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1594)
- _rOwned[AppWallet] = _rOwned[AppWallet].add(rApp) (#1576)
- _rOwned[DeadWallet] = _rOwned[DeadWallet].add(rburn) (#1542)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1523)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1091)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1524)
- _tokenTransfer(from,to,amount) (#1376)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1169)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1610)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1088)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1593)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1090)
Apply the check-effects-interactions pattern.

Additional information: link

SHIBAMOVE._isExcluded (#868) is never initialized. It is used in:
- SHIBAMOVE.balanceOf(address) (#978-981)
- SHIBAMOVE.isExcludedFromReward(address) (#1056-1058)
- SHIBAMOVE._takeLiquidity(uint256) (#1164-1170)
- SHIBAMOVE._tokenTransfer(address,address,uint256) (#1463-1492)
SHIBAMOVE._excluded (#872) is never initialized. It is used in:
- SHIBAMOVE._getCurrentSupply() (#1149-1162)
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


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


Contract ownership is not renounced (belongs to a wallet)

SHIBAMOVE.takeburn(address,uint256,uint256,uint256) (#1529-1545) performs a multiplication on the result of a division:
-tburn = tAmount.mul(_burnFee).div(feeDenominator) (#1538)
-rburn = tburn.mul(_getRate()) (#1539)
SHIBAMOVE.takeMarketing(uint256,uint256,uint256) (#1547-1561) performs a multiplication on the result of a division:
-tMarketing = tAmount.mul(_MarketingFee).div(feeDenominator) (#1555)
-rMarketing = tMarketing.mul(_getRate()) (#1556)
SHIBAMOVE.takeApp(address,uint256,uint256,uint256) (#1563-1579) performs a multiplication on the result of a division:
-tApp = tAmount.mul(_AppFee).div(feeDenominator) (#1572)
-rApp = tApp.mul(_getRate()) (#1573)
Consider ordering multiplication before division.

Additional information: link

SHIBAMOVE.addLiquidity(uint256,uint256) (#1447-1460) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
Ensure that all the return values of the function calls are used.

Additional information: link

SHIBAMOVE.allowance(address,address).owner (#992) shadows:
- Ownable.owner() (#479-481) (function)
SHIBAMOVE._approve(address,address,uint256).owner (#1310) shadows:
- Ownable.owner() (#479-481) (function)
Rename the local variables that shadow another component.

Additional information: link

SHIBAMOVE.UpdateSwapThresholdValue(uint256) (#1295-1300) should emit an event for:
- numTokensSellToAddToLiquidity = thresholdValue * 10 ** 9 (#1299)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SHIBAMOVE._transfer(address,address,uint256) (#1321-1377):
External calls:
- swapAndLiquify(contractTokenBalance) (#1372)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1372)
- recipient.transfer(amount) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1376)
- _AppFee = _previousAppFee (#1203)
- _AppFee = 0 (#1196)
- _tokenTransfer(from,to,amount) (#1376)
- _burnFee = _previousburnFee (#1201)
- _burnFee = 0 (#1195)
- _tokenTransfer(from,to,amount) (#1376)
- _previousAppFee = _AppFee (#1191)
- _tokenTransfer(from,to,amount) (#1376)
- _previousLiquidityFee = _liquidityFee (#1188)
- _tokenTransfer(from,to,amount) (#1376)
- _previousMarketingFee = _MarketingFee (#1190)
- _tokenTransfer(from,to,amount) (#1376)
- _previousburnFee = _burnFee (#1189)
Reentrancy in SHIBAMOVE.constructor() (#938-960):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#945-946)
State variables written after the call(s):
- _isAtomaticMarketMaker[uniswapV2Pair] = true (#957)
- _isExcludedFromFee[owner()] = true (#952)
- _isExcludedFromFee[address(this)] = true (#953)
- _isExcludedFromFee[DeadWallet] = true (#954)
- _isExcludedFromFee[MarketingWallet] = true (#955)
- _isExcludedFromFee[AppWallet] = true (#956)
- uniswapV2Router = _uniswapV2Router (#949)
Reentrancy in SHIBAMOVE.swapAndLiquify(uint256) (#1379-1421):
External calls:
- swapTokensForEth(half) (#1400)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
- addLiquidity(otherHalf,newBalance) (#1406)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1406)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1406)
- _allowances[owner][spender] = amount (#1317)
Reentrancy in SHIBAMOVE.swapAndLiquify(uint256) (#1379-1421):
External calls:
- swapTokensForEth(half) (#1400)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
- addLiquidity(otherHalf,newBalance) (#1406)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
- swapTokensForEth(tokensForMarketing) (#1413)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1406)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
State variables written after the call(s):
- swapTokensForEth(tokensForMarketing) (#1413)
- _allowances[owner][spender] = amount (#1317)
Reentrancy in SHIBAMOVE.transferFrom(address,address,uint256) (#1010-1025):
External calls:
- _transfer(sender,recipient,amount) (#1015)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1015)
- recipient.transfer(amount) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#1016-1023)
- _allowances[owner][spender] = amount (#1317)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SHIBAMOVE._transfer(address,address,uint256) (#1321-1377):
External calls:
- swapAndLiquify(contractTokenBalance) (#1372)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1372)
- recipient.transfer(amount) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
Event emitted after the call(s):
- Transfer(sender,DeadWallet,tburn) (#1543)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,AppWallet,tApp) (#1577)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,recipient,tTransferAmount) (#1596)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,recipient,tTransferAmount) (#1614)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,recipient,tTransferAmount) (#1093)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,recipient,tTransferAmount) (#1526)
- _tokenTransfer(from,to,amount) (#1376)
Reentrancy in SHIBAMOVE.constructor() (#938-960):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#945-946)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#959)
Reentrancy in SHIBAMOVE.swapAndLiquify(uint256) (#1379-1421):
External calls:
- swapTokensForEth(half) (#1400)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
- addLiquidity(otherHalf,newBalance) (#1406)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1406)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1318)
- addLiquidity(otherHalf,newBalance) (#1406)
- SwapAndLiquify(half,newBalance,otherHalf) (#1408)
Reentrancy in SHIBAMOVE.swapAndLiquify(uint256) (#1379-1421):
External calls:
- swapTokensForEth(half) (#1400)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
- addLiquidity(otherHalf,newBalance) (#1406)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
- swapTokensForEth(tokensForMarketing) (#1413)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1406)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1318)
- swapTokensForEth(tokensForMarketing) (#1413)
Reentrancy in SHIBAMOVE.transferFrom(address,address,uint256) (#1010-1025):
External calls:
- _transfer(sender,recipient,amount) (#1015)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1438-1444)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1015)
- recipient.transfer(amount) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1318)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#1016-1023)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#292-303) uses assembly
- INLINE ASM (#299-301)
Address._functionCallWithValue(address,bytes,uint256,string) (#418-446) uses assembly
- INLINE ASM (#438-441)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#418-446) is never used and should be removed
Address.functionCall(address,bytes) (#353-358) is never used and should be removed
Address.functionCall(address,bytes,string) (#366-372) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#385-397) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#405-416) is never used and should be removed
Address.isContract(address) (#292-303) is never used and should be removed
Address.sendValue(address,uint256) (#321-333) is never used and should be removed
Context._msgData() (#265-268) is never used and should be removed
SHIBAMOVE._reflectFee(uint256,uint256) (#1099-1102) is never used and should be removed
SafeMath.mod(uint256,uint256) (#234-236) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#250-257) is never used and should be removed
Remove unused functions.

Additional information: link

SHIBAMOVE._previousLiquidityFee (#889) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
SHIBAMOVE._previousMarketingFee (#892) is set pre-construction with a non-constant function or state variable:
- _MarketingFee
SHIBAMOVE._previousAppFee (#895) is set pre-construction with a non-constant function or state variable:
- _AppFee
SHIBAMOVE._previousburnFee (#898) is set pre-construction with a non-constant function or state variable:
- _burnFee
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

Pragma version>=0.8.0<0.9.0 (#2) is too complex
solc-0.8.14 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

Low level call in Address.sendValue(address,uint256) (#321-333):
- (success) = recipient.call{value: amount}() (#328)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#418-446):
- (success,returndata) = target.call{value: weiValue}(data) (#427-429)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Event IUniswapV2Pairburn(address,uint256,uint256,address) (#596-601) is not in CapWords
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#580) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#582) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#612) is not in mixedCase
Function IUniswapV2Pair._burn(address) (#635-637) is not in mixedCase
Function IUniswapV2Router01.WETH() (#656) is not in mixedCase
Parameter SHIBAMOVE.calculateLiquidityFee(uint256)._amount (#1172) is not in mixedCase
Function SHIBAMOVE._isAutomaticMarketMaker(address) (#1214-1216) is not in mixedCase
Parameter SHIBAMOVE._isAutomaticMarketMaker(address).AMM (#1214) is not in mixedCase
Parameter SHIBAMOVE.setSwapAndLiquifyEnabled(bool)._enabled (#1222) is not in mixedCase
Function SHIBAMOVE.UpdateWallets(address,address) (#1227-1237) is not in mixedCase
Function SHIBAMOVE.UpdateCoolDownStatus(bool) (#1239-1243) is not in mixedCase
Function SHIBAMOVE.UpdateBuyTaxFeePercentage(uint256,uint256,uint256,uint256) (#1245-1273) is not in mixedCase
Parameter SHIBAMOVE.UpdateBuyTaxFeePercentage(uint256,uint256,uint256,uint256).MarketingFee (#1248) is not in mixedCase
Parameter SHIBAMOVE.UpdateBuyTaxFeePercentage(uint256,uint256,uint256,uint256).AppFee (#1249) is not in mixedCase
Function SHIBAMOVE.UpdateSellTaxFeePercentage(uint256,uint256,uint256,uint256) (#1275-1293) is not in mixedCase
Parameter SHIBAMOVE.UpdateSellTaxFeePercentage(uint256,uint256,uint256,uint256).MarketingFee (#1278) is not in mixedCase
Parameter SHIBAMOVE.UpdateSellTaxFeePercentage(uint256,uint256,uint256,uint256).AppFee (#1279) is not in mixedCase
Function SHIBAMOVE.UpdateSwapThresholdValue(uint256) (#1295-1300) is not in mixedCase
Function SHIBAMOVE.UpdateAutomaticMarketMaker(address,bool) (#1302-1307) is not in mixedCase
Variable SHIBAMOVE.MarketingWallet (#873-874) is not in mixedCase
Variable SHIBAMOVE.AppWallet (#875) is not in mixedCase
Variable SHIBAMOVE.DeadWallet (#876-877) is not in mixedCase
Constant SHIBAMOVE._tTotal (#880) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SHIBAMOVE._name (#884) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SHIBAMOVE._symbol (#885) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SHIBAMOVE._decimals (#886) is not in UPPER_CASE_WITH_UNDERSCORES
Variable SHIBAMOVE._MarketingFee (#891) is not in mixedCase
Variable SHIBAMOVE._AppFee (#894) is not in mixedCase
Variable SHIBAMOVE._buyLiquidityFee (#900) is not in mixedCase
Variable SHIBAMOVE._buyMarketingFee (#901) is not in mixedCase
Variable SHIBAMOVE._buyAppFee (#902) is not in mixedCase
Variable SHIBAMOVE._buyBurnFee (#903) is not in mixedCase
Variable SHIBAMOVE._sellLiquidityFee (#905) is not in mixedCase
Variable SHIBAMOVE._sellMarketingFee (#906) is not in mixedCase
Variable SHIBAMOVE._sellAppFee (#907) is not in mixedCase
Variable SHIBAMOVE._sellBurnFee (#908) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in SHIBAMOVE._transfer(address,address,uint256) (#1321-1377):
External calls:
- swapAndLiquify(contractTokenBalance) (#1372)
- recipient.transfer(amount) (#1426)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1372)
- recipient.transfer(amount) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1376)
- _AppFee = _previousAppFee (#1203)
- _AppFee = 0 (#1196)
- _tokenTransfer(from,to,amount) (#1376)
- _MarketingFee = _previousMarketingFee (#1202)
- _MarketingFee = 0 (#1194)
- _tokenTransfer(from,to,amount) (#1376)
- _burnFee = _previousburnFee (#1201)
- _burnFee = 0 (#1195)
- _tokenTransfer(from,to,amount) (#1376)
- _liquidityFee = _previousLiquidityFee (#1200)
- _liquidityFee = 0 (#1193)
- _tokenTransfer(from,to,amount) (#1376)
- _previousAppFee = _AppFee (#1191)
- _tokenTransfer(from,to,amount) (#1376)
- _previousLiquidityFee = _liquidityFee (#1188)
- _tokenTransfer(from,to,amount) (#1376)
- _previousMarketingFee = _MarketingFee (#1190)
- _tokenTransfer(from,to,amount) (#1376)
- _previousburnFee = _burnFee (#1189)
- _tokenTransfer(from,to,amount) (#1376)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1167)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1592)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1089)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1611)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1612)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1559)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1594)
- _rOwned[AppWallet] = _rOwned[AppWallet].add(rApp) (#1576)
- _rOwned[DeadWallet] = _rOwned[DeadWallet].add(rburn) (#1542)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1523)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1091)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1524)
- _tokenTransfer(from,to,amount) (#1376)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1169)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1610)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1088)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1593)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1090)
Event emitted after the call(s):
- Transfer(sender,DeadWallet,tburn) (#1543)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,AppWallet,tApp) (#1577)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,recipient,tTransferAmount) (#1596)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,recipient,tTransferAmount) (#1614)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,recipient,tTransferAmount) (#1093)
- _tokenTransfer(from,to,amount) (#1376)
- Transfer(sender,recipient,tTransferAmount) (#1526)
- _tokenTransfer(from,to,amount) (#1376)
Reentrancy in SHIBAMOVE.transferFrom(address,address,uint256) (#1010-1025):
External calls:
- _transfer(sender,recipient,amount) (#1015)
- recipient.transfer(amount) (#1426)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1015)
- recipient.transfer(amount) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1452-1459)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#1016-1023)
- _allowances[owner][spender] = amount (#1317)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1318)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#1016-1023)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#661) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#662)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE._transferBothExcluded(address,address,uint256).rTransferAmount (#1084) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE.takeApp(address,uint256,uint256,uint256).rTransferAmount (#1566) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE._getValues(uint256).tTransferAmount (#1114)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE.takeApp(address,uint256,uint256,uint256).tTransferAmount (#1565)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE._transferStandard(address,address,uint256).tTransferAmount (#1502)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1548)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE._getValues(uint256).rTransferAmount (#1115) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Variable SHIBAMOVE.takeburn(address,uint256,uint256,uint256).rTransferAmount (#1532) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE._getRValues(uint256,uint256,uint256).rTransferAmount (#1140) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1549) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE._transferBothExcluded(address,address,uint256).tTransferAmount (#1085)
Variable SHIBAMOVE._transferFromExcluded(address,address,uint256).rTransferAmount (#1606) is too similar to SHIBAMOVE._getTValues(uint256).tTransferAmount (#1129)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE.takeburn(address,uint256,uint256,uint256).tTransferAmount (#1531)
Variable SHIBAMOVE._transferToExcluded(address,address,uint256).rTransferAmount (#1588) is too similar to SHIBAMOVE._transferFromExcluded(address,address,uint256).tTransferAmount (#1607)
Variable SHIBAMOVE._transferStandard(address,address,uint256).rTransferAmount (#1501) is too similar to SHIBAMOVE._transferToExcluded(address,address,uint256).tTransferAmount (#1589)
Prevent variables from having similar names.

Additional information: link

SHIBAMOVE.slitherConstructorVariables() (#859-1617) uses literals with too many digits:
- DeadWallet = 0x000000000000000000000000000000000000dEaD (#876-877)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SHIBAMOVE.feeDenominator (#910) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#498-501)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#507-514)
name() should be declared external:
- SHIBAMOVE.name() (#962-964)
symbol() should be declared external:
- SHIBAMOVE.symbol() (#966-968)
decimals() should be declared external:
- SHIBAMOVE.decimals() (#970-972)
totalSupply() should be declared external:
- SHIBAMOVE.totalSupply() (#974-976)
transfer(address,uint256) should be declared external:
- SHIBAMOVE.transfer(address,uint256) (#983-990)
allowance(address,address) should be declared external:
- SHIBAMOVE.allowance(address,address) (#992-999)
approve(address,uint256) should be declared external:
- SHIBAMOVE.approve(address,uint256) (#1001-1008)
transferFrom(address,address,uint256) should be declared external:
- SHIBAMOVE.transferFrom(address,address,uint256) (#1010-1025)
increaseAllowance(address,uint256) should be declared external:
- SHIBAMOVE.increaseAllowance(address,uint256) (#1027-1038)
decreaseAllowance(address,uint256) should be declared external:
- SHIBAMOVE.decreaseAllowance(address,uint256) (#1040-1054)
isExcludedFromReward(address) should be declared external:
- SHIBAMOVE.isExcludedFromReward(address) (#1056-1058)
totalFees() should be declared external:
- SHIBAMOVE.totalFees() (#1060-1062)
Use the external attribute for functions never called from the contract.

Additional information: link

Redundant expression "this (#266)" inContext (#260-269)
Remove redundant statements if they congest code but offer no value.

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 less than 100 followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Twitter account has few posts


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

Additional information: link


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


Unable to find token contract audit


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


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

Additional information: link


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


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


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 SBM

News for SBM