Hot Dog Inu Token Logo

HOTDI [Hot Dog Inu] Token

ALERT: dead

About HOTDI

Listings

Not Found
Token 4 years

hotdoginu.net

Hot Dog Inu launched on Jan 16, 2022 and this Moonmap is a breathing document that lays out key milestones we plan to hit to continue our rapid growth.

Social

Laser Scorebeta Last Audit: 6 May 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

Anti-Scam

Links


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

Reentrancy in HotDogInu._transfer(address,address,uint256) (#627-657):
External calls:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _rOwned[_HotDogInuMarketing] = _rOwned[_HotDogInuMarketing].add(rHotDogInu) (#585)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#578)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#719)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#710)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#730)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#711)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#523)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#731)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#721)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#525)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#537)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#580)
- _tOwned[_HotDogInuMarketing] = _tOwned[_HotDogInuMarketing].add(tHotDogInu) (#587)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#729)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#522)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#720)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#524)
Apply the check-effects-interactions pattern.

Additional information: link


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#216) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#217) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#231) is not in mixedCase
Function IUniswapV2Router01.WETH() (#249) is not in mixedCase
Parameter HotDogInu.setSwapAndLiquifyEnabled(bool)._enabled (#531) is not in mixedCase
Parameter HotDogInu.calculateReflections(uint256)._amount (#589) is not in mixedCase
Parameter HotDogInu.calculateHotDogInuFee(uint256)._amount (#594) is not in mixedCase
Parameter HotDogInu.calculateBurnedLiquidityFee(uint256)._amount (#599) is not in mixedCase
Variable HotDogInu._HotDogInuMarketing (#388) is not in mixedCase
Variable HotDogInu._Reflections (#396) is not in mixedCase
Variable HotDogInu._HotDogInuFee (#398) is not in mixedCase
Variable HotDogInu._BurnedliquidityFee (#400) is not in mixedCase
Variable HotDogInu._maxTxAmount (#402) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#109)" inContext (#104-112)
Remove redundant statements if they congest code but offer no value.

Additional information: link

HotDogInu.addLiquidity(uint256,uint256) (#680-690) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
Ensure that all the return values of the function calls are used.

Additional information: link

HotDogInu.allowance(address,address).owner (#451) shadows:
- Ownable.owner() (#179-181) (function)
HotDogInu._approve(address,address,uint256).owner (#621) shadows:
- Ownable.owner() (#179-181) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in HotDogInu._transfer(address,address,uint256) (#627-657):
External calls:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#616)
- _BurnedliquidityFee = 0 (#611)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _HotDogInuFee = _previousHotDogInuFee (#615)
- _HotDogInuFee = 0 (#610)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _Reflections = _previousReflections (#614)
- _Reflections = 0 (#609)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#608)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _previousHotDogInuFee = _HotDogInuFee (#607)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _previousReflections = _Reflections (#606)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _tFeeTotal = _tFeeTotal.add(tFee) (#538)
Reentrancy in HotDogInu.constructor() (#421-430):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#424-425)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#427)
- _isExcludedFromFee[address(this)] = true (#428)
- uniswapV2Router = _uniswapV2Router (#426)
Reentrancy in HotDogInu.swapAndLiquify(uint256) (#658-666):
External calls:
- swapTokensForEth(half) (#662)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
- addLiquidity(otherHalf,newBalance) (#664)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#664)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#664)
- _allowances[owner][spender] = amount (#624)
Reentrancy in HotDogInu.transferFrom(address,address,uint256) (#458-462):
External calls:
- _transfer(sender,recipient,amount) (#459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- _transfer(sender,recipient,amount) (#459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#460)
- _allowances[owner][spender] = amount (#624)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in HotDogInu._transfer(address,address,uint256) (#627-657):
External calls:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#715)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,recipient,tTransferAmount) (#725)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,recipient,tTransferAmount) (#735)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,recipient,tTransferAmount) (#529)
- _tokenTransfer(from,to,amount,takeFee) (#656)
Reentrancy in HotDogInu.constructor() (#421-430):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#424-425)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#429)
Reentrancy in HotDogInu.swapAndLiquify(uint256) (#658-666):
External calls:
- swapTokensForEth(half) (#662)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
- addLiquidity(otherHalf,newBalance) (#664)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#664)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#625)
- addLiquidity(otherHalf,newBalance) (#664)
- SwapAndLiquify(half,newBalance,otherHalf) (#665)
Reentrancy in HotDogInu.transferFrom(address,address,uint256) (#458-462):
External calls:
- _transfer(sender,recipient,amount) (#459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- _transfer(sender,recipient,amount) (#459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#625)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#460)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#115-119) uses assembly
- INLINE ASM (#117)
Address._verifyCallResult(bool,bytes,string) (#156-169) uses assembly
- INLINE ASM (#161-164)
Do not use evm assembly.

Additional information: link

HotDogInu.includeInReward(address) (#508-519) has costly operations inside a loop:
- _excluded.pop() (#515)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#156-169) is never used and should be removed
Address.functionCall(address,bytes) (#125-127) is never used and should be removed
Address.functionCall(address,bytes,string) (#128-130) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#131-133) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#134-139) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#148-150) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#151-155) is never used and should be removed
Address.functionStaticCall(address,bytes) (#140-142) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#143-147) is never used and should be removed
Address.isContract(address) (#115-119) is never used and should be removed
Address.sendValue(address,uint256) (#120-124) is never used and should be removed
Context._msgData() (#108-111) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#90-95) is never used and should be removed
SafeMath.mod(uint256,uint256) (#81-83) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#96-101) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#36-42) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#57-62) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#63-68) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#49-56) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#43-48) is never used and should be removed
Remove unused functions.

Additional information: link

HotDogInu._rTotalSupply (#391) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
HotDogInu._previousReflections (#397) is set pre-construction with a non-constant function or state variable:
- _Reflections
HotDogInu._previousHotDogInuFee (#399) is set pre-construction with a non-constant function or state variable:
- _HotDogInuFee
HotDogInu._previousBurnedLiquidityFee (#401) is set pre-construction with a non-constant function or state variable:
- _BurnedliquidityFee
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) (#120-124):
- (success) = recipient.call{value: amount}() (#122)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#134-139):
- (success,returndata) = target.call{value: value}(data) (#137)
Low level call in Address.functionStaticCall(address,bytes,string) (#143-147):
- (success,returndata) = target.staticcall(data) (#145)
Low level call in Address.functionDelegateCall(address,bytes,string) (#151-155):
- (success,returndata) = target.delegatecall(data) (#153)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#253) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#254)
Variable HotDogInu._rTotalSupply (#391) is too similar to HotDogInu._tTotalSupply (#390)
Variable HotDogInu._transferToExcluded(address,address,uint256).rTransferAmount (#718) is too similar to HotDogInu._transferFromExcluded(address,address,uint256).tTransferAmount (#728)
Variable HotDogInu._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to HotDogInu._transferFromExcluded(address,address,uint256).tTransferAmount (#728)
Variable HotDogInu._transferBothExcluded(address,address,uint256).rTransferAmount (#521) is too similar to HotDogInu._getValues(uint256).tTransferAmount (#541)
Variable HotDogInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#557) is too similar to HotDogInu._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable HotDogInu._transferToExcluded(address,address,uint256).rTransferAmount (#718) is too similar to HotDogInu._getTValues(uint256).tTransferAmount (#549)
Variable HotDogInu._transferToExcluded(address,address,uint256).rTransferAmount (#718) is too similar to HotDogInu._transferToExcluded(address,address,uint256).tTransferAmount (#718)
Variable HotDogInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#557) is too similar to HotDogInu._getValues(uint256).tTransferAmount (#541)
Variable HotDogInu._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to HotDogInu._getTValues(uint256).tTransferAmount (#549)
Variable HotDogInu._transferToExcluded(address,address,uint256).rTransferAmount (#718) is too similar to HotDogInu._transferBothExcluded(address,address,uint256).tTransferAmount (#521)
Variable HotDogInu.reflectionFromToken(uint256,bool).rTransferAmount (#491) is too similar to HotDogInu._transferFromExcluded(address,address,uint256).tTransferAmount (#728)
Variable HotDogInu._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to HotDogInu._transferBothExcluded(address,address,uint256).tTransferAmount (#521)
Variable HotDogInu.reflectionFromToken(uint256,bool).rTransferAmount (#491) is too similar to HotDogInu._getTValues(uint256).tTransferAmount (#549)
Variable HotDogInu.reflectionFromToken(uint256,bool).rTransferAmount (#491) is too similar to HotDogInu._transferToExcluded(address,address,uint256).tTransferAmount (#718)
Variable HotDogInu._transferToExcluded(address,address,uint256).rTransferAmount (#718) is too similar to HotDogInu._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable HotDogInu._transferToExcluded(address,address,uint256).rTransferAmount (#718) is too similar to HotDogInu._getValues(uint256).tTransferAmount (#541)
Variable HotDogInu._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to HotDogInu._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable HotDogInu.reflectionFromToken(uint256,bool).rTransferAmount (#491) is too similar to HotDogInu._transferBothExcluded(address,address,uint256).tTransferAmount (#521)
Variable HotDogInu._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to HotDogInu._getValues(uint256).tTransferAmount (#541)
Variable HotDogInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#557) is too similar to HotDogInu._transferFromExcluded(address,address,uint256).tTransferAmount (#728)
Variable HotDogInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#557) is too similar to HotDogInu._getTValues(uint256).tTransferAmount (#549)
Variable HotDogInu.reflectionFromToken(uint256,bool).rTransferAmount (#491) is too similar to HotDogInu._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable HotDogInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#557) is too similar to HotDogInu._transferToExcluded(address,address,uint256).tTransferAmount (#718)
Variable HotDogInu.reflectionFromToken(uint256,bool).rTransferAmount (#491) is too similar to HotDogInu._getValues(uint256).tTransferAmount (#541)
Variable HotDogInu._transferBothExcluded(address,address,uint256).rTransferAmount (#521) is too similar to HotDogInu._transferBothExcluded(address,address,uint256).tTransferAmount (#521)
Variable HotDogInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#557) is too similar to HotDogInu._transferBothExcluded(address,address,uint256).tTransferAmount (#521)
Variable HotDogInu._getValues(uint256).rTransferAmount (#542) is too similar to HotDogInu._transferFromExcluded(address,address,uint256).tTransferAmount (#728)
Variable HotDogInu._transferBothExcluded(address,address,uint256).rTransferAmount (#521) is too similar to HotDogInu._transferFromExcluded(address,address,uint256).tTransferAmount (#728)
Variable HotDogInu._transferFromExcluded(address,address,uint256).rTransferAmount (#728) is too similar to HotDogInu._transferBothExcluded(address,address,uint256).tTransferAmount (#521)
Variable HotDogInu._transferFromExcluded(address,address,uint256).rTransferAmount (#728) is too similar to HotDogInu._transferFromExcluded(address,address,uint256).tTransferAmount (#728)
Variable HotDogInu._getValues(uint256).rTransferAmount (#542) is too similar to HotDogInu._getValues(uint256).tTransferAmount (#541)
Variable HotDogInu._getValues(uint256).rTransferAmount (#542) is too similar to HotDogInu._transferToExcluded(address,address,uint256).tTransferAmount (#718)
Variable HotDogInu._getValues(uint256).rTransferAmount (#542) is too similar to HotDogInu._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable HotDogInu._transferBothExcluded(address,address,uint256).rTransferAmount (#521) is too similar to HotDogInu._transferToExcluded(address,address,uint256).tTransferAmount (#718)
Variable HotDogInu._transferBothExcluded(address,address,uint256).rTransferAmount (#521) is too similar to HotDogInu._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable HotDogInu._transferFromExcluded(address,address,uint256).rTransferAmount (#728) is too similar to HotDogInu._getValues(uint256).tTransferAmount (#541)
Variable HotDogInu._transferFromExcluded(address,address,uint256).rTransferAmount (#728) is too similar to HotDogInu._transferToExcluded(address,address,uint256).tTransferAmount (#718)
Variable HotDogInu._transferFromExcluded(address,address,uint256).rTransferAmount (#728) is too similar to HotDogInu._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable HotDogInu._getValues(uint256).rTransferAmount (#542) is too similar to HotDogInu._getTValues(uint256).tTransferAmount (#549)
Variable HotDogInu._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to HotDogInu._transferToExcluded(address,address,uint256).tTransferAmount (#718)
Variable HotDogInu._getValues(uint256).rTransferAmount (#542) is too similar to HotDogInu._transferBothExcluded(address,address,uint256).tTransferAmount (#521)
Variable HotDogInu._transferBothExcluded(address,address,uint256).rTransferAmount (#521) is too similar to HotDogInu._getTValues(uint256).tTransferAmount (#549)
Variable HotDogInu._transferFromExcluded(address,address,uint256).rTransferAmount (#728) is too similar to HotDogInu._getTValues(uint256).tTransferAmount (#549)
Prevent variables from having similar names.

Additional information: link

HotDogInu.slitherConstructorVariables() (#379-738) uses literals with too many digits:
- _tTotalSupply = 1000000000 * 10 ** 18 (#390)
HotDogInu.slitherConstructorVariables() (#379-738) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 18 (#402)
HotDogInu.slitherConstructorVariables() (#379-738) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000 * 10 ** 18 (#408)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

HotDogInu._HotDogInuMarketing (#388) should be constant
HotDogInu._decimals (#395) should be constant
HotDogInu._maxTxAmount (#402) should be constant
HotDogInu._tTotalSupply (#390) should be constant
HotDogInu._tokenname (#393) should be constant
HotDogInu._tokensymbol (#394) should be constant
HotDogInu.numTokensSellToAddToLiquidity (#408) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#186-189)
name() should be declared external:
- HotDogInu.name() (#431-433)
symbol() should be declared external:
- HotDogInu.symbol() (#434-436)
decimals() should be declared external:
- HotDogInu.decimals() (#437-439)
totalSupply() should be declared external:
- HotDogInu.totalSupply() (#440-442)
transfer(address,uint256) should be declared external:
- HotDogInu.transfer(address,uint256) (#447-450)
allowance(address,address) should be declared external:
- HotDogInu.allowance(address,address) (#451-453)
approve(address,uint256) should be declared external:
- HotDogInu.approve(address,uint256) (#454-457)
transferFrom(address,address,uint256) should be declared external:
- HotDogInu.transferFrom(address,address,uint256) (#458-462)
increaseAllowance(address,uint256) should be declared external:
- HotDogInu.increaseAllowance(address,uint256) (#463-466)
decreaseAllowance(address,uint256) should be declared external:
- HotDogInu.decreaseAllowance(address,uint256) (#467-470)
isExcludedFromReward(address) should be declared external:
- HotDogInu.isExcludedFromReward(address) (#471-473)
totalFees() should be declared external:
- HotDogInu.totalFees() (#474-476)
deliver(uint256) should be declared external:
- HotDogInu.deliver(uint256) (#477-484)
reflectionFromToken(uint256,bool) should be declared external:
- HotDogInu.reflectionFromToken(uint256,bool) (#485-494)
excludeFromReward(address) should be declared external:
- HotDogInu.excludeFromReward(address) (#500-507)
setSwapAndLiquifyEnabled(bool) should be declared external:
- HotDogInu.setSwapAndLiquifyEnabled(bool) (#531-534)
isExcludedFromFee(address) should be declared external:
- HotDogInu.isExcludedFromFee(address) (#618-620)
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.


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

Contract has 8% buy tax and 6% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


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


Token is deployed only at one blockchain


Token has only one trading pair


Telegram account link seems to be invalid


Unable to find Twitter account


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 is marked as risky (blacklisted creator, fake name, dead project, etc.)

Additional information: link


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for HOTDI