ShibaDoGe Token Logo

ShibaDoGe Token

About ShibaDoGe

Listings

Token 2 years
white paper

ShibaDoGe is built by a strong team of crypto exparte that aim to build a sustainable Crypto with big strong Utility for the long run. Join ShibaDoGe now and become part ShibaDoge revolution

Social

Laser Scorebeta Last Audit: 23 February 2022

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

Anti-Scam

Links


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

Reentrancy in ShibaDoGe._transfer(address,address,uint256) (#975-1003):
External calls:
- swapAndLiquify(contractTokenBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1037-1043)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1002)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#930)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1107)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1116)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1127)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#871)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1108)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1118)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1128)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#873)
- _tokenTransfer(from,to,amount) (#1002)
- _rTotal = _rTotal.sub(rFee) (#885)
- _tokenTransfer(from,to,amount) (#1002)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#932)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1126)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#870)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1117)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#872)
Apply the check-effects-interactions pattern.

Additional information: link

ShibaDoGe._taxFee (#705) is written in both
_taxFee = _previousTaxFee (#945)
_taxFee = 0 (#950)
ShibaDoGe._liquidityFee (#708) is written in both
_liquidityFee = _previousLiquidityFee (#946)
_liquidityFee = 0 (#951)
ShibaDoGe._burnFee (#711) is written in both
_burnFee = _previousBurnFee (#947)
_burnFee = 0 (#952)
ShibaDoGe._devFee (#714) is written in both
_devFee = _previousDevFee (#948)
_devFee = 0 (#953)
Fix or remove the writes.

Additional information: link

ShibaDoGe.includeInReward(address) (#855-866) has costly operations inside a loop:
- _excluded.pop() (#862)
Use a local variable to hold the loop computation result.

Additional information: link

ShibaDoGe.addLiquidity(uint256,uint256) (#1046-1059) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
Ensure that all the return values of the function calls are used.

Additional information: link

ShibaDoGe.allowance(address,address).owner (#786) shadows:
- Ownable.owner() (#414-416) (function)
ShibaDoGe._approve(address,address,uint256).owner (#967) shadows:
- Ownable.owner() (#414-416) (function)
Rename the local variables that shadow another component.

Additional information: link

ShibaDoGe.setDevWallet(address).newWallet (#1154) lacks a zero-check on :
- devWallet = newWallet (#1155)
Check that the address is not zero.

Additional information: link

Reentrancy in ShibaDoGe._transfer(address,address,uint256) (#975-1003):
External calls:
- swapAndLiquify(contractTokenBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1037-1043)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1002)
- _burnFee = _previousBurnFee (#959)
- _burnFee = _previousBurnFee (#947)
- _burnFee = 0 (#952)
- _tokenTransfer(from,to,amount) (#1002)
- _devFee = _previousDevFee (#960)
- _devFee = _previousDevFee (#948)
- _devFee = 0 (#953)
- _tokenTransfer(from,to,amount) (#1002)
- _liquidityFee = _previousLiquidityFee (#958)
- _liquidityFee = _previousLiquidityFee (#946)
- _liquidityFee = 0 (#951)
- _liquidityFee = 0 (#1091)
- _liquidityFee = _previousLiquidityFee (#1098)
- _tokenTransfer(from,to,amount) (#1002)
- _tFeeTotal = _tFeeTotal.add(tFee) (#886)
- _tokenTransfer(from,to,amount) (#1002)
- _taxFee = _previousTaxFee (#957)
- _taxFee = _previousTaxFee (#945)
- _taxFee = 0 (#950)
- _taxFee = 0 (#1090)
- _taxFee = _previousTaxFee (#1097)
Reentrancy in ShibaDoGe.constructor() (#742-758):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#747-748)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#754)
- _isExcludedFromFee[address(this)] = true (#755)
- uniswapV2Router = _uniswapV2Router (#751)
Reentrancy in ShibaDoGe.swapAndLiquify(uint256) (#1005-1026):
External calls:
- swapTokensForEth(half) (#1017)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1037-1043)
- addLiquidity(otherHalf,newBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1023)
- _allowances[owner][spender] = amount (#971)
Reentrancy in ShibaDoGe.transferFrom(address,address,uint256) (#795-799):
External calls:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1037-1043)
External calls sending eth:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#797)
- _allowances[owner][spender] = amount (#971)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ShibaDoGe._transfer(address,address,uint256) (#975-1003):
External calls:
- swapAndLiquify(contractTokenBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1037-1043)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1111)
- _tokenTransfer(from,to,amount) (#1002)
- Transfer(sender,recipient,tTransferAmount) (#1131)
- _tokenTransfer(from,to,amount) (#1002)
- Transfer(sender,recipient,tTransferAmount) (#1121)
- _tokenTransfer(from,to,amount) (#1002)
- Transfer(sender,recipient,tTransferAmount) (#876)
- _tokenTransfer(from,to,amount) (#1002)
Reentrancy in ShibaDoGe.constructor() (#742-758):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#747-748)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#757)
Reentrancy in ShibaDoGe.swapAndLiquify(uint256) (#1005-1026):
External calls:
- swapTokensForEth(half) (#1017)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1037-1043)
- addLiquidity(otherHalf,newBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#972)
- addLiquidity(otherHalf,newBalance) (#1023)
- SwapAndLiquify(half,newBalance,otherHalf) (#1025)
Reentrancy in ShibaDoGe.transferFrom(address,address,uint256) (#795-799):
External calls:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1037-1043)
External calls sending eth:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1051-1058)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#972)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#797)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#238-241) 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
Remove unused functions.

Additional information: link

ShibaDoGe._rTotal (#698) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ShibaDoGe._previousTaxFee (#706) is set pre-construction with a non-constant function or state variable:
- _taxFee
ShibaDoGe._previousLiquidityFee (#709) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
ShibaDoGe._previousBurnFee (#712) is set pre-construction with a non-constant function or state variable:
- _burnFee
ShibaDoGe._previousDevFee (#716) is set pre-construction with a non-constant function or state variable:
- _devFee
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) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
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() (#505) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#506) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#523) is not in mixedCase
Function IUniswapV2Router01.WETH() (#545) is not in mixedCase
Parameter ShibaDoGe.calculateTaxFee(uint256)._amount (#935) is not in mixedCase
Parameter ShibaDoGe.calculateLiquidityFee(uint256)._amount (#939) is not in mixedCase
Parameter ShibaDoGe.setSwapAndLiquifyEnabled(bool)._enabled (#1172) is not in mixedCase
Variable ShibaDoGe._taxFee (#705) is not in mixedCase
Variable ShibaDoGe._liquidityFee (#708) is not in mixedCase
Variable ShibaDoGe._burnFee (#711) is not in mixedCase
Variable ShibaDoGe._devFee (#714) is not in mixedCase
Variable ShibaDoGe._maxTxAmount (#724) is not in mixedCase
Variable ShibaDoGe._maxWalletToken (#726) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#239)" inContext (#233-242)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#550) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#551)
Variable ShibaDoGe._getValues(uint256).rTransferAmount (#891) is too similar to ShibaDoGe._transferFromExcluded(address,address,uint256).tTransferAmount (#1125)
Variable ShibaDoGe._transferFromExcluded(address,address,uint256).rTransferAmount (#1125) is too similar to ShibaDoGe._transferFromExcluded(address,address,uint256).tTransferAmount (#1125)
Variable ShibaDoGe._transferStandard(address,address,uint256).rTransferAmount (#1106) is too similar to ShibaDoGe._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable ShibaDoGe._getValues(uint256).rTransferAmount (#891) is too similar to ShibaDoGe._getValues(uint256).tTransferAmount (#890)
Variable ShibaDoGe._transferToExcluded(address,address,uint256).rTransferAmount (#1115) is too similar to ShibaDoGe._transferToExcluded(address,address,uint256).tTransferAmount (#1115)
Variable ShibaDoGe._transferToExcluded(address,address,uint256).rTransferAmount (#1115) is too similar to ShibaDoGe._transferFromExcluded(address,address,uint256).tTransferAmount (#1125)
Variable ShibaDoGe._getValues(uint256).rTransferAmount (#891) is too similar to ShibaDoGe._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable ShibaDoGe._transferFromExcluded(address,address,uint256).rTransferAmount (#1125) is too similar to ShibaDoGe._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable ShibaDoGe._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#906) is too similar to ShibaDoGe._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable ShibaDoGe.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to ShibaDoGe._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable ShibaDoGe._transferStandard(address,address,uint256).rTransferAmount (#1106) is too similar to ShibaDoGe._transferStandard(address,address,uint256).tTransferAmount (#1106)
Variable ShibaDoGe._transferToExcluded(address,address,uint256).rTransferAmount (#1115) is too similar to ShibaDoGe._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable ShibaDoGe._getValues(uint256).rTransferAmount (#891) is too similar to ShibaDoGe._transferStandard(address,address,uint256).tTransferAmount (#1106)
Variable ShibaDoGe._transferStandard(address,address,uint256).rTransferAmount (#1106) is too similar to ShibaDoGe._transferToExcluded(address,address,uint256).tTransferAmount (#1115)
Variable ShibaDoGe._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to ShibaDoGe._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable ShibaDoGe._transferStandard(address,address,uint256).rTransferAmount (#1106) is too similar to ShibaDoGe._transferFromExcluded(address,address,uint256).tTransferAmount (#1125)
Variable ShibaDoGe._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#906) is too similar to ShibaDoGe._transferToExcluded(address,address,uint256).tTransferAmount (#1115)
Variable ShibaDoGe._getValues(uint256).rTransferAmount (#891) is too similar to ShibaDoGe._transferToExcluded(address,address,uint256).tTransferAmount (#1115)
Variable ShibaDoGe._transferStandard(address,address,uint256).rTransferAmount (#1106) is too similar to ShibaDoGe._getValues(uint256).tTransferAmount (#890)
Variable ShibaDoGe._transferFromExcluded(address,address,uint256).rTransferAmount (#1125) is too similar to ShibaDoGe._transferToExcluded(address,address,uint256).tTransferAmount (#1115)
Variable ShibaDoGe._getValues(uint256).rTransferAmount (#891) is too similar to ShibaDoGe._getTValues(uint256).tTransferAmount (#898)
Variable ShibaDoGe.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to ShibaDoGe._transferToExcluded(address,address,uint256).tTransferAmount (#1115)
Variable ShibaDoGe._transferFromExcluded(address,address,uint256).rTransferAmount (#1125) is too similar to ShibaDoGe._transferStandard(address,address,uint256).tTransferAmount (#1106)
Variable ShibaDoGe._transferStandard(address,address,uint256).rTransferAmount (#1106) is too similar to ShibaDoGe._getTValues(uint256).tTransferAmount (#898)
Variable ShibaDoGe.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to ShibaDoGe._getValues(uint256).tTransferAmount (#890)
Variable ShibaDoGe._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to ShibaDoGe._getValues(uint256).tTransferAmount (#890)
Variable ShibaDoGe._transferToExcluded(address,address,uint256).rTransferAmount (#1115) is too similar to ShibaDoGe._getValues(uint256).tTransferAmount (#890)
Variable ShibaDoGe.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to ShibaDoGe._transferStandard(address,address,uint256).tTransferAmount (#1106)
Variable ShibaDoGe._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to ShibaDoGe._transferStandard(address,address,uint256).tTransferAmount (#1106)
Variable ShibaDoGe._transferToExcluded(address,address,uint256).rTransferAmount (#1115) is too similar to ShibaDoGe._transferStandard(address,address,uint256).tTransferAmount (#1106)
Variable ShibaDoGe.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to ShibaDoGe._transferFromExcluded(address,address,uint256).tTransferAmount (#1125)
Variable ShibaDoGe._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#906) is too similar to ShibaDoGe._getValues(uint256).tTransferAmount (#890)
Variable ShibaDoGe._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to ShibaDoGe._transferFromExcluded(address,address,uint256).tTransferAmount (#1125)
Variable ShibaDoGe._transferFromExcluded(address,address,uint256).rTransferAmount (#1125) is too similar to ShibaDoGe._getTValues(uint256).tTransferAmount (#898)
Variable ShibaDoGe._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#906) is too similar to ShibaDoGe._transferStandard(address,address,uint256).tTransferAmount (#1106)
Variable ShibaDoGe._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#906) is too similar to ShibaDoGe._transferFromExcluded(address,address,uint256).tTransferAmount (#1125)
Variable ShibaDoGe._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to ShibaDoGe._transferToExcluded(address,address,uint256).tTransferAmount (#1115)
Variable ShibaDoGe._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to ShibaDoGe._getTValues(uint256).tTransferAmount (#898)
Variable ShibaDoGe.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to ShibaDoGe._getTValues(uint256).tTransferAmount (#898)
Variable ShibaDoGe._transferToExcluded(address,address,uint256).rTransferAmount (#1115) is too similar to ShibaDoGe._getTValues(uint256).tTransferAmount (#898)
Variable ShibaDoGe._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#906) is too similar to ShibaDoGe._getTValues(uint256).tTransferAmount (#898)
Variable ShibaDoGe._transferFromExcluded(address,address,uint256).rTransferAmount (#1125) is too similar to ShibaDoGe._getValues(uint256).tTransferAmount (#890)
Prevent variables from having similar names.

Additional information: link

ShibaDoGe.slitherConstructorVariables() (#683-1177) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** 9 * 10 ** 9 (#697)
ShibaDoGe.slitherConstructorVariables() (#683-1177) uses literals with too many digits:
- _maxTxAmount = 1000000 * 10 ** 9 * 10 ** 9 (#724)
ShibaDoGe.slitherConstructorVariables() (#683-1177) uses literals with too many digits:
- _maxWalletToken = 3000000 * 10 ** 9 * 10 ** 9 (#726)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ShibaDoGe._decimals (#703) should be constant
ShibaDoGe._name (#701) should be constant
ShibaDoGe._symbol (#702) should be constant
ShibaDoGe._tTotal (#697) should be constant
ShibaDoGe.numTokensSellToAddToLiquidity (#725) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#433-436)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#442-446)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#448-450)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#453-458)
unlock() should be declared external:
- Ownable.unlock() (#461-466)
name() should be declared external:
- ShibaDoGe.name() (#760-762)
symbol() should be declared external:
- ShibaDoGe.symbol() (#764-766)
decimals() should be declared external:
- ShibaDoGe.decimals() (#768-770)
totalSupply() should be declared external:
- ShibaDoGe.totalSupply() (#772-774)
transfer(address,uint256) should be declared external:
- ShibaDoGe.transfer(address,uint256) (#781-784)
allowance(address,address) should be declared external:
- ShibaDoGe.allowance(address,address) (#786-788)
approve(address,uint256) should be declared external:
- ShibaDoGe.approve(address,uint256) (#790-793)
transferFrom(address,address,uint256) should be declared external:
- ShibaDoGe.transferFrom(address,address,uint256) (#795-799)
increaseAllowance(address,uint256) should be declared external:
- ShibaDoGe.increaseAllowance(address,uint256) (#801-804)
decreaseAllowance(address,uint256) should be declared external:
- ShibaDoGe.decreaseAllowance(address,uint256) (#806-809)
isExcludedFromReward(address) should be declared external:
- ShibaDoGe.isExcludedFromReward(address) (#811-813)
totalFees() should be declared external:
- ShibaDoGe.totalFees() (#815-817)
deliver(uint256) should be declared external:
- ShibaDoGe.deliver(uint256) (#819-826)
reflectionFromToken(uint256,bool) should be declared external:
- ShibaDoGe.reflectionFromToken(uint256,bool) (#828-837)
excludeFromReward(address) should be declared external:
- ShibaDoGe.excludeFromReward(address) (#845-853)
isExcludedFromFee(address) should be declared external:
- ShibaDoGe.isExcludedFromFee(address) (#963-965)
excludeFromFee(address) should be declared external:
- ShibaDoGe.excludeFromFee(address) (#1134-1136)
includeInFee(address) should be declared external:
- ShibaDoGe.includeInFee(address) (#1138-1140)
setMaxTxPercent(uint256) should be declared external:
- ShibaDoGe.setMaxTxPercent(uint256) (#1158-1163)
setMaxWalletPercent(uint256) should be declared external:
- ShibaDoGe.setMaxWalletPercent(uint256) (#1165-1170)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ShibaDoGe.setSwapAndLiquifyEnabled(bool) (#1172-1175)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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 less than 100. Token is either dead or inactive. Ignore for presale.


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


Token is deployed only at one blockchain


Token has only one trading pair


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for ShibaDoGe