hodlMe Token Logo

HODM [hodlMe] Token

About HODM

Listings

Token 23 months
white paper

Probably the best token to Hodl

Social

Laser Scorebeta Last Audit: 26 December 2021

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

HodlMe.swapTokensForEth(uint256) (contracts/HodlMe.sol#507-545) sends eth to arbitrary user
Dangerous calls:
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591) sends eth to arbitrary user
Dangerous calls:
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in HodlMe._transfer(address,address,uint256) (contracts/HodlMe.sol#404-505):
External calls:
- swapAndDistributeBNB(swapAmountTotal) (contracts/HodlMe.sol#434)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
External calls sending eth:
- swapAndDistributeBNB(swapAmountTotal) (contracts/HodlMe.sol#434)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (contracts/HodlMe.sol#466)
- _balances[sender] = senderBalance - amount (contracts/standard/ERC20.sol#251)
- _balances[recipient] += amount (contracts/standard/ERC20.sol#253)
- super._transfer(from,to,amount) (contracts/HodlMe.sol#476)
- _balances[sender] = senderBalance - amount (contracts/standard/ERC20.sol#251)
- _balances[recipient] += amount (contracts/standard/ERC20.sol#253)
- accCharityFee = accCharityFee.add(forCharity) (contracts/HodlMe.sol#457)
- accDividendFee = accDividendFee.add(forDividends) (contracts/HodlMe.sol#460)
- accLiquidityFee = accLiquidityFee.add(forLiquidity) (contracts/HodlMe.sol#458)
- accMarketingFee = accMarketingFee.add(forMarketing) (contracts/HodlMe.sol#459)
- swapping = false (contracts/HodlMe.sol#435)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (contracts/DividendPayingToken.sol#94-120):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (contracts/DividendPayingToken.sol#104-107)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (contracts/DividendPayingToken.sol#110-112)
Reentrancy in HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591):
External calls:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
External calls sending eth:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
State variables written after the call(s):
- accCharityFee = 0 (contracts/HodlMe.sol#573)
Reentrancy in HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591):
External calls:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
External calls sending eth:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
State variables written after the call(s):
- accLiquidityFee = 0 (contracts/HodlMe.sol#583)
- accMarketingFee = 0 (contracts/HodlMe.sol#580)
Reentrancy in HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591):
External calls:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
External calls sending eth:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
State variables written after the call(s):
- accDividendFee = 0 (contracts/HodlMe.sol#589)
Apply the check-effects-interactions pattern.

Additional information: link

HodlMeGame.newGame(uint256) (contracts/HodlMeGame.sol#71-83) ignores return value by gameTokenContract.transferFrom(_msgSender(),address(this),amount) (contracts/HodlMeGame.sol#81)
HodlMeGame.joinGame(uint256) (contracts/HodlMeGame.sol#85-107) ignores return value by gameTokenContract.transferFrom(_msgSender(),address(this),game.amount) (contracts/HodlMeGame.sol#101-105)
HodlMeGame.leaveGame(uint256) (contracts/HodlMeGame.sol#109-130) ignores return value by gameTokenContract.transfer(_msgSender(),game.amount) (contracts/HodlMeGame.sol#127)
HodlMeGame.endUserGames(address) (contracts/HodlMeGame.sol#140-168) ignores return value by gameTokenContract.transfer(game.winner,game.amount * 2) (contracts/HodlMeGame.sol#153)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

HodlMeGame.endUserGames(address) (contracts/HodlMeGame.sol#140-168) uses a dangerous strict equality:
- loser == game.player1 (contracts/HodlMeGame.sol#148)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

HodlMe.constructor() (contracts/HodlMe.sol#106-130) performs a multiplication on the result of a division:
-maxHoldingAmount = totalSupply().div(100).mul(5) (contracts/HodlMe.sol#129)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in HodlMe.updateDividendTracker(address) (contracts/HodlMe.sol#227-249):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (contracts/HodlMe.sol#242)
- newDividendTracker.excludeFromDividends(address(this)) (contracts/HodlMe.sol#243)
- newDividendTracker.excludeFromDividends(address(pancakeRouter)) (contracts/HodlMe.sol#244)
State variables written after the call(s):
- dividendTracker = newDividendTracker (contracts/HodlMe.sol#248)
Apply the check-effects-interactions pattern.

Additional information: link

HodlMe._transfer(address,address,uint256).forCharity (contracts/HodlMe.sol#445) is a local variable never initialized
HodlMe._transfer(address,address,uint256).forDividends (contracts/HodlMe.sol#444) is a local variable never initialized
HodlMe._transfer(address,address,uint256).forMarketing (contracts/HodlMe.sol#446) is a local variable never initialized
HodlMe._transfer(address,address,uint256).iterations (contracts/HodlMe.sol#485) is a local variable never initialized
HodlMe._transfer(address,address,uint256).lastProcessedIndex (contracts/HodlMe.sol#487) is a local variable never initialized
HodlMe._transfer(address,address,uint256).forLiquidity (contracts/HodlMe.sol#447) is a local variable never initialized
HodlMe._transfer(address,address,uint256).claims (contracts/HodlMe.sol#486) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

HodlMe.claim() (contracts/HodlMe.sol#382-384) ignores return value by dividendTracker.processAccount(address(msg.sender),false) (contracts/HodlMe.sol#383)
HodlMe._transfer(address,address,uint256) (contracts/HodlMe.sol#404-505) ignores return value by dividendTracker.process(gas) (contracts/HodlMe.sol#484-499)
HodlMe.swapTokensForEth(uint256) (contracts/HodlMe.sol#507-545) ignores return value by pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._name (contracts/DividendPayingToken.sol#49) shadows:
- ERC20._name (contracts/standard/ERC20.sol#16) (state variable)
DividendPayingToken.constructor(string,string)._symbol (contracts/DividendPayingToken.sol#49) shadows:
- ERC20._symbol (contracts/standard/ERC20.sol#17) (state variable)
Rename the local variables that shadow another component.

Additional information: link

HodlMe.updatePancakeRouter(address)._pancakePair (contracts/HodlMe.sol#149-150) lacks a zero-check on :
- pancakePair = _pancakePair (contracts/HodlMe.sol#151)
Ownable.constructor().msgSender (contracts/standard/Ownable.sol#20) lacks a zero-check on :
- _owner = msgSender (contracts/standard/Ownable.sol#21)
HodlMeGame.constructor(address)._gameToken (contracts/HodlMeGame.sol#66) lacks a zero-check on :
- gameToken = _gameToken (contracts/HodlMeGame.sol#67)
Check that the address is not zero.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (contracts/DividendPayingToken.sol#94-120) has external calls inside a loop: (success) = user.call{gas: 3000,value: _withdrawableDividend}() (contracts/DividendPayingToken.sol#104-107)
HodlMeGame.endUserGames(address) (contracts/HodlMeGame.sol#140-168) has external calls inside a loop: gameTokenContract.transfer(game.winner,game.amount * 2) (contracts/HodlMeGame.sol#153)
Favor pull over push strategy for external calls.

Additional information: link

Variable 'HodlMe._transfer(address,address,uint256).lastProcessedIndex (contracts/HodlMe.sol#487)' in HodlMe._transfer(address,address,uint256) (contracts/HodlMe.sol#404-505) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (contracts/HodlMe.sol#489-496)
Variable 'HodlMe._transfer(address,address,uint256).iterations (contracts/HodlMe.sol#485)' in HodlMe._transfer(address,address,uint256) (contracts/HodlMe.sol#404-505) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (contracts/HodlMe.sol#489-496)
Variable 'HodlMe._transfer(address,address,uint256).claims (contracts/HodlMe.sol#486)' in HodlMe._transfer(address,address,uint256) (contracts/HodlMe.sol#404-505) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (contracts/HodlMe.sol#489-496)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in HodlMe.constructor() (contracts/HodlMe.sol#106-130):
External calls:
- updatePancakeRouter(0x10ED43C718714eb63d5aA57B78B54704E256024E) (contracts/HodlMe.sol#108)
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (contracts/HodlMe.sol#149-150)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (contracts/HodlMe.sol#153)
- dividendTracker.excludeFromDividends(pancakePair) (contracts/HodlMe.sol#154)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (contracts/HodlMe.sol#111)
- dividendTracker.excludeFromDividends(address(this)) (contracts/HodlMe.sol#112)
- dividendTracker.excludeFromDividends(address(0)) (contracts/HodlMe.sol#113)
State variables written after the call(s):
- _mint(owner(),10 ** 11 * (10 ** decimals())) (contracts/HodlMe.sol#128)
- _balances[account] += amount (contracts/standard/ERC20.sol#275)
- excludeFromAllLimits(owner(),true) (contracts/HodlMe.sol#117)
- _isExcludedFromFees[account] = status (contracts/HodlMe.sol#166)
- excludeFromAllLimits(address(this),true) (contracts/HodlMe.sol#118)
- _isExcludedFromFees[account] = status (contracts/HodlMe.sol#166)
- excludeFromAllLimits(charityWallet,true) (contracts/HodlMe.sol#119)
- _isExcludedFromFees[account] = status (contracts/HodlMe.sol#166)
- excludeFromAllLimits(marketingWallet,true) (contracts/HodlMe.sol#120)
- _isExcludedFromFees[account] = status (contracts/HodlMe.sol#166)
- _isExcludedFromMaxHoldLimit[address(0)] = true (contracts/HodlMe.sol#115)
- excludeFromAllLimits(owner(),true) (contracts/HodlMe.sol#117)
- _isExcludedFromMaxHoldLimit[account] = status (contracts/HodlMe.sol#167)
- excludeFromAllLimits(address(this),true) (contracts/HodlMe.sol#118)
- _isExcludedFromMaxHoldLimit[account] = status (contracts/HodlMe.sol#167)
- excludeFromAllLimits(charityWallet,true) (contracts/HodlMe.sol#119)
- _isExcludedFromMaxHoldLimit[account] = status (contracts/HodlMe.sol#167)
- excludeFromAllLimits(marketingWallet,true) (contracts/HodlMe.sol#120)
- _isExcludedFromMaxHoldLimit[account] = status (contracts/HodlMe.sol#167)
- _mint(owner(),10 ** 11 * (10 ** decimals())) (contracts/HodlMe.sol#128)
- _totalSupply += amount (contracts/standard/ERC20.sol#274)
- canTransferBeforeTradingIsEnabled[owner()] = true (contracts/HodlMe.sol#122)
- maxHoldingAmount = totalSupply().div(100).mul(5) (contracts/HodlMe.sol#129)
Reentrancy in HodlMeGame.endUserGames(address) (contracts/HodlMeGame.sol#140-168):
External calls:
- gameTokenContract.transfer(game.winner,game.amount * 2) (contracts/HodlMeGame.sol#153)
State variables written after the call(s):
- userEndedGames[loser][userEndedGamesCount[loser]] = userActiveGames[loser][i] (contracts/HodlMeGame.sol#154)
- userEndedGames[game.winner][userEndedGamesCount[game.winner]] = userActiveGames[loser][i] (contracts/HodlMeGame.sol#157)
- userEndedGamesCount[loser] ++ (contracts/HodlMeGame.sol#155)
- userEndedGamesCount[game.winner] ++ (contracts/HodlMeGame.sol#158)
Reentrancy in HodlMeDividendTracker.processAccount(address,bool) (contracts/HodlMeDividendTracker.sol#251-265):
External calls:
- amount = _withdrawDividendOfUser(account) (contracts/HodlMeDividendTracker.sol#256)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (contracts/DividendPayingToken.sol#104-107)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (contracts/HodlMeDividendTracker.sol#259)
Reentrancy in HodlMe.updatePancakeRouter(address) (contracts/HodlMe.sol#142-158):
External calls:
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (contracts/HodlMe.sol#149-150)
State variables written after the call(s):
- pancakePair = _pancakePair (contracts/HodlMe.sol#151)
Reentrancy in HodlMe.updatePancakeRouter(address) (contracts/HodlMe.sol#142-158):
External calls:
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (contracts/HodlMe.sol#149-150)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (contracts/HodlMe.sol#153)
- dividendTracker.excludeFromDividends(pancakePair) (contracts/HodlMe.sol#154)
State variables written after the call(s):
- excludeFromAllLimits(newAddress,true) (contracts/HodlMe.sol#156)
- _isExcludedFromFees[account] = status (contracts/HodlMe.sol#166)
- excludeFromAllLimits(newAddress,true) (contracts/HodlMe.sol#156)
- _isExcludedFromMaxHoldLimit[account] = status (contracts/HodlMe.sol#167)
- _isExcludedFromMaxHoldLimit[pancakePair] = true (contracts/HodlMe.sol#157)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in HodlMe._transfer(address,address,uint256) (contracts/HodlMe.sol#404-505):
External calls:
- swapAndDistributeBNB(swapAmountTotal) (contracts/HodlMe.sol#434)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
External calls sending eth:
- swapAndDistributeBNB(swapAmountTotal) (contracts/HodlMe.sol#434)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (contracts/standard/ERC20.sol#255)
- super._transfer(from,address(this),fees) (contracts/HodlMe.sol#466)
- Transfer(sender,recipient,amount) (contracts/standard/ERC20.sol#255)
- super._transfer(from,to,amount) (contracts/HodlMe.sol#476)
Reentrancy in HodlMe._transfer(address,address,uint256) (contracts/HodlMe.sol#404-505):
External calls:
- swapAndDistributeBNB(swapAmountTotal) (contracts/HodlMe.sol#434)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
- dividendTracker.setBalance(address(from),balanceOf(from)) (contracts/HodlMe.sol#478)
- dividendTracker.setBalance(address(to),balanceOf(to)) (contracts/HodlMe.sol#479)
- dividendTracker.process(gas) (contracts/HodlMe.sol#484-499)
External calls sending eth:
- swapAndDistributeBNB(swapAmountTotal) (contracts/HodlMe.sol#434)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
Event emitted after the call(s):
- ErrorInProcess(msg.sender) (contracts/HodlMe.sol#498)
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (contracts/HodlMe.sol#489-496)
Reentrancy in HodlMe.constructor() (contracts/HodlMe.sol#106-130):
External calls:
- updatePancakeRouter(0x10ED43C718714eb63d5aA57B78B54704E256024E) (contracts/HodlMe.sol#108)
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (contracts/HodlMe.sol#149-150)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (contracts/HodlMe.sol#153)
- dividendTracker.excludeFromDividends(pancakePair) (contracts/HodlMe.sol#154)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (contracts/HodlMe.sol#111)
- dividendTracker.excludeFromDividends(address(this)) (contracts/HodlMe.sol#112)
- dividendTracker.excludeFromDividends(address(0)) (contracts/HodlMe.sol#113)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (contracts/standard/ERC20.sol#276)
- _mint(owner(),10 ** 11 * (10 ** decimals())) (contracts/HodlMe.sol#128)
Reentrancy in HodlMeGame.joinGame(uint256) (contracts/HodlMeGame.sol#85-107):
External calls:
- gameTokenContract.transferFrom(_msgSender(),address(this),game.amount) (contracts/HodlMeGame.sol#101-105)
Event emitted after the call(s):
- GameStarted(game.player1,game.player2,game.amount,gameId) (contracts/HodlMeGame.sol#106)
Reentrancy in HodlMeGame.leaveGame(uint256) (contracts/HodlMeGame.sol#109-130):
External calls:
- gameTokenContract.transfer(_msgSender(),game.amount) (contracts/HodlMeGame.sol#127)
Event emitted after the call(s):
- LeftGame(game.player1,game.amount,gameId) (contracts/HodlMeGame.sol#129)
Reentrancy in HodlMeGame.newGame(uint256) (contracts/HodlMeGame.sol#71-83):
External calls:
- gameTokenContract.transferFrom(_msgSender(),address(this),amount) (contracts/HodlMeGame.sol#81)
Event emitted after the call(s):
- GameCreated(game.player1,amount,gameId) (contracts/HodlMeGame.sol#82)
Reentrancy in HodlMeDividendTracker.processAccount(address,bool) (contracts/HodlMeDividendTracker.sol#251-265):
External calls:
- amount = _withdrawDividendOfUser(account) (contracts/HodlMeDividendTracker.sol#256)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (contracts/DividendPayingToken.sol#104-107)
Event emitted after the call(s):
- Claim(account,amount,automatic) (contracts/HodlMeDividendTracker.sol#260)
Reentrancy in HodlMe.processDividendTracker(uint256) (contracts/HodlMe.sol#366-380):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (contracts/HodlMe.sol#367-371)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (contracts/HodlMe.sol#372-379)
Reentrancy in HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591):
External calls:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
External calls sending eth:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
Event emitted after the call(s):
- CalculatedBNBForEachRecipient(forCharity,forMarketing,forLiquidity,forDividends) (contracts/HodlMe.sol#562-567)
Reentrancy in HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591):
External calls:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
External calls sending eth:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
Event emitted after the call(s):
- SwapAndSendTo(accMarketingFee,forMarketing,CHARITY) (contracts/HodlMe.sol#572)
Reentrancy in HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591):
External calls:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
External calls sending eth:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
Event emitted after the call(s):
- SwapAndSendTo(accMarketingFee,forMarketing,MARKETING) (contracts/HodlMe.sol#579)
Reentrancy in HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591):
External calls:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
External calls sending eth:
- swapTokensForEth(tokens) (contracts/HodlMe.sol#548)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
Event emitted after the call(s):
- SwapAndSendTo(accDividendFee,forDividends,DIVIDENDS) (contracts/HodlMe.sol#588)
Reentrancy in HodlMe.swapTokensForEth(uint256) (contracts/HodlMe.sol#507-545):
External calls:
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount - halfOfLiquidityFee,0,path,address(this),block.timestamp) (contracts/HodlMe.sol#527-533)
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
External calls sending eth:
- pancakeRouter.addLiquidityETH{value: amounts[1]}(address(this),halfOfLiquidityFee,0,0,address(this),block.timestamp) (contracts/HodlMe.sol#535-542)
Event emitted after the call(s):
- FinishSwapTokensForEth(address(this).balance) (contracts/HodlMe.sol#544)
Reentrancy in HodlMe.updateDividendTracker(address) (contracts/HodlMe.sol#227-249):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (contracts/HodlMe.sol#242)
- newDividendTracker.excludeFromDividends(address(this)) (contracts/HodlMe.sol#243)
- newDividendTracker.excludeFromDividends(address(pancakeRouter)) (contracts/HodlMe.sol#244)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (contracts/HodlMe.sol#246)
Apply the check-effects-interactions pattern.

Additional information: link

HodlMeDividendTracker.getAccount(address) (contracts/HodlMeDividendTracker.sol#87-134) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (contracts/HodlMeDividendTracker.sol#131-133)
HodlMeDividendTracker.canAutoClaim(uint256) (contracts/HodlMeDividendTracker.sol#168-174) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (contracts/HodlMeDividendTracker.sol#169)
- block.timestamp.sub(lastClaimTime) >= claimWait (contracts/HodlMeDividendTracker.sol#173)
HodlMeGame.joinGame(uint256) (contracts/HodlMeGame.sol#85-107) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(game.gameState == GAME_CREATED,This game is not available or doesn't exist) (contracts/HodlMeGame.sol#87-90)
- require(bool,string)(_msgSender() != game.player1,You can't join your own private game.) (contracts/HodlMeGame.sol#91-94)
HodlMeGame.leaveGame(uint256) (contracts/HodlMeGame.sol#109-130) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(game.player1 == _msgSender(),You are not playing in this game.) (contracts/HodlMeGame.sol#111-114)
- require(bool,string)(game.gameState == GAME_CREATED,Only games with not all players can be left.) (contracts/HodlMeGame.sol#115-118)
- require(bool,string)(block.timestamp - game.creationTime >= GAME_MINIMUM_PLAY_TIME_IN_SECONDS,Cannot leave game before the minimum waiting time) (contracts/HodlMeGame.sol#119-123)
HodlMeGame.endUserGames(address) (contracts/HodlMeGame.sol#140-168) uses timestamp for comparisons
Dangerous comparisons:
- loser == game.player1 (contracts/HodlMeGame.sol#148)
Avoid relying on block.timestamp.

Additional information: link

console._sendLogPayload(bytes) (hardhat/console.sol#7-14) uses assembly
- INLINE ASM (hardhat/console.sol#10-13)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.4.22<0.9.0', '^0.8.0']
- ^0.8.0 (contracts/DividendPayingToken.sol#3)
- ^0.8.0 (contracts/HodlMe.sol#3)
- ^0.8.0 (contracts/HodlMeDividendTracker.sol#3)
- ^0.8.0 (contracts/HodlMeGame.sol#3)
- ^0.8.0 (contracts/IterableMapping.sol#3)
- ^0.8.0 (contracts/interface/DividendPayingTokenInterface.sol#3)
- ^0.8.0 (contracts/interface/DividendPayingTokenOptionalInterface.sol#3)
- ^0.8.0 (contracts/interface/IERC20.sol#3)
- ^0.8.0 (contracts/interface/IERC20Metadata.sol#3)
- ^0.8.0 (contracts/interface/IPancakeFactory.sol#3)
- ^0.8.0 (contracts/interface/IPancakeRouter01.sol#3)
- ^0.8.0 (contracts/interface/IPancakeRouter02.sol#3)
- ^0.8.0 (contracts/standard/Context.sol#3)
- ^0.8.0 (contracts/standard/ERC20.sol#3)
- ^0.8.0 (contracts/standard/Ownable.sol#3)
- ^0.8.0 (contracts/standard/SafeMath.sol#3)
- ^0.8.0 (contracts/standard/SafeMathInt.sol#3)
- ^0.8.0 (contracts/standard/SafeMathUint.sol#3)
- >=0.4.22<0.9.0 (hardhat/console.sol#2)
Use one Solidity version.

Additional information: link

Context._msgData() (contracts/standard/Context.sol#10-12) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (contracts/DividendPayingToken.sol#177-192) is never used and should be removed
SafeMath.div(uint256,uint256,string) (contracts/standard/SafeMath.sol#200-209) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/standard/SafeMath.sol#160-162) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/standard/SafeMath.sol#226-235) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (contracts/standard/SafeMath.sol#177-186) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (contracts/standard/SafeMath.sol#11-21) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (contracts/standard/SafeMath.sol#65-74) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (contracts/standard/SafeMath.sol#81-90) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (contracts/standard/SafeMath.sol#44-58) is never used and should be removed
SafeMath.trySub(uint256,uint256) (contracts/standard/SafeMath.sol#28-37) is never used and should be removed
SafeMathInt.div(int256,int256) (contracts/standard/SafeMathInt.sol#16-22) is never used and should be removed
SafeMathInt.mul(int256,int256) (contracts/standard/SafeMathInt.sol#6-14) is never used and should be removed
console._sendLogPayload(bytes) (hardhat/console.sol#7-14) is never used and should be removed
console.log() (hardhat/console.sol#16-18) is never used and should be removed
console.log(address) (hardhat/console.sol#184-186) is never used and should be removed
console.log(address,address) (hardhat/console.sol#248-250) is never used and should be removed
console.log(address,address,address) (hardhat/console.sol#504-506) is never used and should be removed
console.log(address,address,address,address) (hardhat/console.sol#1528-1530) is never used and should be removed
console.log(address,address,address,bool) (hardhat/console.sol#1524-1526) is never used and should be removed
console.log(address,address,address,string) (hardhat/console.sol#1520-1522) is never used and should be removed
console.log(address,address,address,uint256) (hardhat/console.sol#1516-1518) is never used and should be removed
console.log(address,address,bool) (hardhat/console.sol#500-502) is never used and should be removed
console.log(address,address,bool,address) (hardhat/console.sol#1512-1514) is never used and should be removed
console.log(address,address,bool,bool) (hardhat/console.sol#1508-1510) is never used and should be removed
console.log(address,address,bool,string) (hardhat/console.sol#1504-1506) is never used and should be removed
console.log(address,address,bool,uint256) (hardhat/console.sol#1500-1502) is never used and should be removed
console.log(address,address,string) (hardhat/console.sol#496-498) is never used and should be removed
console.log(address,address,string,address) (hardhat/console.sol#1496-1498) is never used and should be removed
console.log(address,address,string,bool) (hardhat/console.sol#1492-1494) is never used and should be removed
console.log(address,address,string,string) (hardhat/console.sol#1488-1490) is never used and should be removed
console.log(address,address,string,uint256) (hardhat/console.sol#1484-1486) is never used and should be removed
console.log(address,address,uint256) (hardhat/console.sol#492-494) is never used and should be removed
console.log(address,address,uint256,address) (hardhat/console.sol#1480-1482) is never used and should be removed
console.log(address,address,uint256,bool) (hardhat/console.sol#1476-1478) is never used and should be removed
console.log(address,address,uint256,string) (hardhat/console.sol#1472-1474) is never used and should be removed
console.log(address,address,uint256,uint256) (hardhat/console.sol#1468-1470) is never used and should be removed
console.log(address,bool) (hardhat/console.sol#244-246) is never used and should be removed
console.log(address,bool,address) (hardhat/console.sol#488-490) is never used and should be removed
console.log(address,bool,address,address) (hardhat/console.sol#1464-1466) is never used and should be removed
console.log(address,bool,address,bool) (hardhat/console.sol#1460-1462) is never used and should be removed
console.log(address,bool,address,string) (hardhat/console.sol#1456-1458) is never used and should be removed
console.log(address,bool,address,uint256) (hardhat/console.sol#1452-1454) is never used and should be removed
console.log(address,bool,bool) (hardhat/console.sol#484-486) is never used and should be removed
console.log(address,bool,bool,address) (hardhat/console.sol#1448-1450) is never used and should be removed
console.log(address,bool,bool,bool) (hardhat/console.sol#1444-1446) is never used and should be removed
console.log(address,bool,bool,string) (hardhat/console.sol#1440-1442) is never used and should be removed
console.log(address,bool,bool,uint256) (hardhat/console.sol#1436-1438) is never used and should be removed
console.log(address,bool,string) (hardhat/console.sol#480-482) is never used and should be removed
console.log(address,bool,string,address) (hardhat/console.sol#1432-1434) is never used and should be removed
console.log(address,bool,string,bool) (hardhat/console.sol#1428-1430) is never used and should be removed
console.log(address,bool,string,string) (hardhat/console.sol#1424-1426) is never used and should be removed
console.log(address,bool,string,uint256) (hardhat/console.sol#1420-1422) is never used and should be removed
console.log(address,bool,uint256) (hardhat/console.sol#476-478) is never used and should be removed
console.log(address,bool,uint256,address) (hardhat/console.sol#1416-1418) is never used and should be removed
console.log(address,bool,uint256,bool) (hardhat/console.sol#1412-1414) is never used and should be removed
console.log(address,bool,uint256,string) (hardhat/console.sol#1408-1410) is never used and should be removed
console.log(address,bool,uint256,uint256) (hardhat/console.sol#1404-1406) is never used and should be removed
console.log(address,string) (hardhat/console.sol#240-242) is never used and should be removed
console.log(address,string,address) (hardhat/console.sol#472-474) is never used and should be removed
console.log(address,string,address,address) (hardhat/console.sol#1400-1402) is never used and should be removed
console.log(address,string,address,bool) (hardhat/console.sol#1396-1398) is never used and should be removed
console.log(address,string,address,string) (hardhat/console.sol#1392-1394) is never used and should be removed
console.log(address,string,address,uint256) (hardhat/console.sol#1388-1390) is never used and should be removed
console.log(address,string,bool) (hardhat/console.sol#468-470) is never used and should be removed
console.log(address,string,bool,address) (hardhat/console.sol#1384-1386) is never used and should be removed
console.log(address,string,bool,bool) (hardhat/console.sol#1380-1382) is never used and should be removed
console.log(address,string,bool,string) (hardhat/console.sol#1376-1378) is never used and should be removed
console.log(address,string,bool,uint256) (hardhat/console.sol#1372-1374) is never used and should be removed
console.log(address,string,string) (hardhat/console.sol#464-466) is never used and should be removed
console.log(address,string,string,address) (hardhat/console.sol#1368-1370) is never used and should be removed
console.log(address,string,string,bool) (hardhat/console.sol#1364-1366) is never used and should be removed
console.log(address,string,string,string) (hardhat/console.sol#1360-1362) is never used and should be removed
console.log(address,string,string,uint256) (hardhat/console.sol#1356-1358) is never used and should be removed
console.log(address,string,uint256) (hardhat/console.sol#460-462) is never used and should be removed
console.log(address,string,uint256,address) (hardhat/console.sol#1352-1354) is never used and should be removed
console.log(address,string,uint256,bool) (hardhat/console.sol#1348-1350) is never used and should be removed
console.log(address,string,uint256,string) (hardhat/console.sol#1344-1346) is never used and should be removed
console.log(address,string,uint256,uint256) (hardhat/console.sol#1340-1342) is never used and should be removed
console.log(address,uint256) (hardhat/console.sol#236-238) is never used and should be removed
console.log(address,uint256,address) (hardhat/console.sol#456-458) is never used and should be removed
console.log(address,uint256,address,address) (hardhat/console.sol#1336-1338) is never used and should be removed
console.log(address,uint256,address,bool) (hardhat/console.sol#1332-1334) is never used and should be removed
console.log(address,uint256,address,string) (hardhat/console.sol#1328-1330) is never used and should be removed
console.log(address,uint256,address,uint256) (hardhat/console.sol#1324-1326) is never used and should be removed
console.log(address,uint256,bool) (hardhat/console.sol#452-454) is never used and should be removed
console.log(address,uint256,bool,address) (hardhat/console.sol#1320-1322) is never used and should be removed
console.log(address,uint256,bool,bool) (hardhat/console.sol#1316-1318) is never used and should be removed
console.log(address,uint256,bool,string) (hardhat/console.sol#1312-1314) is never used and should be removed
console.log(address,uint256,bool,uint256) (hardhat/console.sol#1308-1310) is never used and should be removed
console.log(address,uint256,string) (hardhat/console.sol#448-450) is never used and should be removed
console.log(address,uint256,string,address) (hardhat/console.sol#1304-1306) is never used and should be removed
console.log(address,uint256,string,bool) (hardhat/console.sol#1300-1302) is never used and should be removed
console.log(address,uint256,string,string) (hardhat/console.sol#1296-1298) is never used and should be removed
console.log(address,uint256,string,uint256) (hardhat/console.sol#1292-1294) is never used and should be removed
console.log(address,uint256,uint256) (hardhat/console.sol#444-446) is never used and should be removed
console.log(address,uint256,uint256,address) (hardhat/console.sol#1288-1290) is never used and should be removed
console.log(address,uint256,uint256,bool) (hardhat/console.sol#1284-1286) is never used and should be removed
console.log(address,uint256,uint256,string) (hardhat/console.sol#1280-1282) is never used and should be removed
console.log(address,uint256,uint256,uint256) (hardhat/console.sol#1276-1278) is never used and should be removed
console.log(bool) (hardhat/console.sol#180-182) is never used and should be removed
console.log(bool,address) (hardhat/console.sol#232-234) is never used and should be removed
console.log(bool,address,address) (hardhat/console.sol#440-442) is never used and should be removed
console.log(bool,address,address,address) (hardhat/console.sol#1272-1274) is never used and should be removed
console.log(bool,address,address,bool) (hardhat/console.sol#1268-1270) is never used and should be removed
console.log(bool,address,address,string) (hardhat/console.sol#1264-1266) is never used and should be removed
console.log(bool,address,address,uint256) (hardhat/console.sol#1260-1262) is never used and should be removed
console.log(bool,address,bool) (hardhat/console.sol#436-438) is never used and should be removed
console.log(bool,address,bool,address) (hardhat/console.sol#1256-1258) is never used and should be removed
console.log(bool,address,bool,bool) (hardhat/console.sol#1252-1254) is never used and should be removed
console.log(bool,address,bool,string) (hardhat/console.sol#1248-1250) is never used and should be removed
console.log(bool,address,bool,uint256) (hardhat/console.sol#1244-1246) is never used and should be removed
console.log(bool,address,string) (hardhat/console.sol#432-434) is never used and should be removed
console.log(bool,address,string,address) (hardhat/console.sol#1240-1242) is never used and should be removed
console.log(bool,address,string,bool) (hardhat/console.sol#1236-1238) is never used and should be removed
console.log(bool,address,string,string) (hardhat/console.sol#1232-1234) is never used and should be removed
console.log(bool,address,string,uint256) (hardhat/console.sol#1228-1230) is never used and should be removed
console.log(bool,address,uint256) (hardhat/console.sol#428-430) is never used and should be removed
console.log(bool,address,uint256,address) (hardhat/console.sol#1224-1226) is never used and should be removed
console.log(bool,address,uint256,bool) (hardhat/console.sol#1220-1222) is never used and should be removed
console.log(bool,address,uint256,string) (hardhat/console.sol#1216-1218) is never used and should be removed
console.log(bool,address,uint256,uint256) (hardhat/console.sol#1212-1214) is never used and should be removed
console.log(bool,bool) (hardhat/console.sol#228-230) is never used and should be removed
console.log(bool,bool,address) (hardhat/console.sol#424-426) is never used and should be removed
console.log(bool,bool,address,address) (hardhat/console.sol#1208-1210) is never used and should be removed
console.log(bool,bool,address,bool) (hardhat/console.sol#1204-1206) is never used and should be removed
console.log(bool,bool,address,string) (hardhat/console.sol#1200-1202) is never used and should be removed
console.log(bool,bool,address,uint256) (hardhat/console.sol#1196-1198) is never used and should be removed
console.log(bool,bool,bool) (hardhat/console.sol#420-422) is never used and should be removed
console.log(bool,bool,bool,address) (hardhat/console.sol#1192-1194) is never used and should be removed
console.log(bool,bool,bool,bool) (hardhat/console.sol#1188-1190) is never used and should be removed
console.log(bool,bool,bool,string) (hardhat/console.sol#1184-1186) is never used and should be removed
console.log(bool,bool,bool,uint256) (hardhat/console.sol#1180-1182) is never used and should be removed
console.log(bool,bool,string) (hardhat/console.sol#416-418) is never used and should be removed
console.log(bool,bool,string,address) (hardhat/console.sol#1176-1178) is never used and should be removed
console.log(bool,bool,string,bool) (hardhat/console.sol#1172-1174) is never used and should be removed
console.log(bool,bool,string,string) (hardhat/console.sol#1168-1170) is never used and should be removed
console.log(bool,bool,string,uint256) (hardhat/console.sol#1164-1166) is never used and should be removed
console.log(bool,bool,uint256) (hardhat/console.sol#412-414) is never used and should be removed
console.log(bool,bool,uint256,address) (hardhat/console.sol#1160-1162) is never used and should be removed
console.log(bool,bool,uint256,bool) (hardhat/console.sol#1156-1158) is never used and should be removed
console.log(bool,bool,uint256,string) (hardhat/console.sol#1152-1154) is never used and should be removed
console.log(bool,bool,uint256,uint256) (hardhat/console.sol#1148-1150) is never used and should be removed
console.log(bool,string) (hardhat/console.sol#224-226) is never used and should be removed
console.log(bool,string,address) (hardhat/console.sol#408-410) is never used and should be removed
console.log(bool,string,address,address) (hardhat/console.sol#1144-1146) is never used and should be removed
console.log(bool,string,address,bool) (hardhat/console.sol#1140-1142) is never used and should be removed
console.log(bool,string,address,string) (hardhat/console.sol#1136-1138) is never used and should be removed
console.log(bool,string,address,uint256) (hardhat/console.sol#1132-1134) is never used and should be removed
console.log(bool,string,bool) (hardhat/console.sol#404-406) is never used and should be removed
console.log(bool,string,bool,address) (hardhat/console.sol#1128-1130) is never used and should be removed
console.log(bool,string,bool,bool) (hardhat/console.sol#1124-1126) is never used and should be removed
console.log(bool,string,bool,string) (hardhat/console.sol#1120-1122) is never used and should be removed
console.log(bool,string,bool,uint256) (hardhat/console.sol#1116-1118) is never used and should be removed
console.log(bool,string,string) (hardhat/console.sol#400-402) is never used and should be removed
console.log(bool,string,string,address) (hardhat/console.sol#1112-1114) is never used and should be removed
console.log(bool,string,string,bool) (hardhat/console.sol#1108-1110) is never used and should be removed
console.log(bool,string,string,string) (hardhat/console.sol#1104-1106) is never used and should be removed
console.log(bool,string,string,uint256) (hardhat/console.sol#1100-1102) is never used and should be removed
console.log(bool,string,uint256) (hardhat/console.sol#396-398) is never used and should be removed
console.log(bool,string,uint256,address) (hardhat/console.sol#1096-1098) is never used and should be removed
console.log(bool,string,uint256,bool) (hardhat/console.sol#1092-1094) is never used and should be removed
console.log(bool,string,uint256,string) (hardhat/console.sol#1088-1090) is never used and should be removed
console.log(bool,string,uint256,uint256) (hardhat/console.sol#1084-1086) is never used and should be removed
console.log(bool,uint256) (hardhat/console.sol#220-222) is never used and should be removed
console.log(bool,uint256,address) (hardhat/console.sol#392-394) is never used and should be removed
console.log(bool,uint256,address,address) (hardhat/console.sol#1080-1082) is never used and should be removed
console.log(bool,uint256,address,bool) (hardhat/console.sol#1076-1078) is never used and should be removed
console.log(bool,uint256,address,string) (hardhat/console.sol#1072-1074) is never used and should be removed
console.log(bool,uint256,address,uint256) (hardhat/console.sol#1068-1070) is never used and should be removed
console.log(bool,uint256,bool) (hardhat/console.sol#388-390) is never used and should be removed
console.log(bool,uint256,bool,address) (hardhat/console.sol#1064-1066) is never used and should be removed
console.log(bool,uint256,bool,bool) (hardhat/console.sol#1060-1062) is never used and should be removed
console.log(bool,uint256,bool,string) (hardhat/console.sol#1056-1058) is never used and should be removed
console.log(bool,uint256,bool,uint256) (hardhat/console.sol#1052-1054) is never used and should be removed
console.log(bool,uint256,string) (hardhat/console.sol#384-386) is never used and should be removed
console.log(bool,uint256,string,address) (hardhat/console.sol#1048-1050) is never used and should be removed
console.log(bool,uint256,string,bool) (hardhat/console.sol#1044-1046) is never used and should be removed
console.log(bool,uint256,string,string) (hardhat/console.sol#1040-1042) is never used and should be removed
console.log(bool,uint256,string,uint256) (hardhat/console.sol#1036-1038) is never used and should be removed
console.log(bool,uint256,uint256) (hardhat/console.sol#380-382) is never used and should be removed
console.log(bool,uint256,uint256,address) (hardhat/console.sol#1032-1034) is never used and should be removed
console.log(bool,uint256,uint256,bool) (hardhat/console.sol#1028-1030) is never used and should be removed
console.log(bool,uint256,uint256,string) (hardhat/console.sol#1024-1026) is never used and should be removed
console.log(bool,uint256,uint256,uint256) (hardhat/console.sol#1020-1022) is never used and should be removed
console.log(string) (hardhat/console.sol#176-178) is never used and should be removed
console.log(string,address) (hardhat/console.sol#216-218) is never used and should be removed
console.log(string,address,address) (hardhat/console.sol#376-378) is never used and should be removed
console.log(string,address,address,address) (hardhat/console.sol#1016-1018) is never used and should be removed
console.log(string,address,address,bool) (hardhat/console.sol#1012-1014) is never used and should be removed
console.log(string,address,address,string) (hardhat/console.sol#1008-1010) is never used and should be removed
console.log(string,address,address,uint256) (hardhat/console.sol#1004-1006) is never used and should be removed
console.log(string,address,bool) (hardhat/console.sol#372-374) is never used and should be removed
console.log(string,address,bool,address) (hardhat/console.sol#1000-1002) is never used and should be removed
console.log(string,address,bool,bool) (hardhat/console.sol#996-998) is never used and should be removed
console.log(string,address,bool,string) (hardhat/console.sol#992-994) is never used and should be removed
console.log(string,address,bool,uint256) (hardhat/console.sol#988-990) is never used and should be removed
console.log(string,address,string) (hardhat/console.sol#368-370) is never used and should be removed
console.log(string,address,string,address) (hardhat/console.sol#984-986) is never used and should be removed
console.log(string,address,string,bool) (hardhat/console.sol#980-982) is never used and should be removed
console.log(string,address,string,string) (hardhat/console.sol#976-978) is never used and should be removed
console.log(string,address,string,uint256) (hardhat/console.sol#972-974) is never used and should be removed
console.log(string,address,uint256) (hardhat/console.sol#364-366) is never used and should be removed
console.log(string,address,uint256,address) (hardhat/console.sol#968-970) is never used and should be removed
console.log(string,address,uint256,bool) (hardhat/console.sol#964-966) is never used and should be removed
console.log(string,address,uint256,string) (hardhat/console.sol#960-962) is never used and should be removed
console.log(string,address,uint256,uint256) (hardhat/console.sol#956-958) is never used and should be removed
console.log(string,bool) (hardhat/console.sol#212-214) is never used and should be removed
console.log(string,bool,address) (hardhat/console.sol#360-362) is never used and should be removed
console.log(string,bool,address,address) (hardhat/console.sol#952-954) is never used and should be removed
console.log(string,bool,address,bool) (hardhat/console.sol#948-950) is never used and should be removed
console.log(string,bool,address,string) (hardhat/console.sol#944-946) is never used and should be removed
console.log(string,bool,address,uint256) (hardhat/console.sol#940-942) is never used and should be removed
console.log(string,bool,bool) (hardhat/console.sol#356-358) is never used and should be removed
console.log(string,bool,bool,address) (hardhat/console.sol#936-938) is never used and should be removed
console.log(string,bool,bool,bool) (hardhat/console.sol#932-934) is never used and should be removed
console.log(string,bool,bool,string) (hardhat/console.sol#928-930) is never used and should be removed
console.log(string,bool,bool,uint256) (hardhat/console.sol#924-926) is never used and should be removed
console.log(string,bool,string) (hardhat/console.sol#352-354) is never used and should be removed
console.log(string,bool,string,address) (hardhat/console.sol#920-922) is never used and should be removed
console.log(string,bool,string,bool) (hardhat/console.sol#916-918) is never used and should be removed
console.log(string,bool,string,string) (hardhat/console.sol#912-914) is never used and should be removed
console.log(string,bool,string,uint256) (hardhat/console.sol#908-910) is never used and should be removed
console.log(string,bool,uint256) (hardhat/console.sol#348-350) is never used and should be removed
console.log(string,bool,uint256,address) (hardhat/console.sol#904-906) is never used and should be removed
console.log(string,bool,uint256,bool) (hardhat/console.sol#900-902) is never used and should be removed
console.log(string,bool,uint256,string) (hardhat/console.sol#896-898) is never used and should be removed
console.log(string,bool,uint256,uint256) (hardhat/console.sol#892-894) is never used and should be removed
console.log(string,string) (hardhat/console.sol#208-210) is never used and should be removed
console.log(string,string,address) (hardhat/console.sol#344-346) is never used and should be removed
console.log(string,string,address,address) (hardhat/console.sol#888-890) is never used and should be removed
console.log(string,string,address,bool) (hardhat/console.sol#884-886) is never used and should be removed
console.log(string,string,address,string) (hardhat/console.sol#880-882) is never used and should be removed
console.log(string,string,address,uint256) (hardhat/console.sol#876-878) is never used and should be removed
console.log(string,string,bool) (hardhat/console.sol#340-342) is never used and should be removed
console.log(string,string,bool,address) (hardhat/console.sol#872-874) is never used and should be removed
console.log(string,string,bool,bool) (hardhat/console.sol#868-870) is never used and should be removed
console.log(string,string,bool,string) (hardhat/console.sol#864-866) is never used and should be removed
console.log(string,string,bool,uint256) (hardhat/console.sol#860-862) is never used and should be removed
console.log(string,string,string) (hardhat/console.sol#336-338) is never used and should be removed
console.log(string,string,string,address) (hardhat/console.sol#856-858) is never used and should be removed
console.log(string,string,string,bool) (hardhat/console.sol#852-854) is never used and should be removed
console.log(string,string,string,string) (hardhat/console.sol#848-850) is never used and should be removed
console.log(string,string,string,uint256) (hardhat/console.sol#844-846) is never used and should be removed
console.log(string,string,uint256) (hardhat/console.sol#332-334) is never used and should be removed
console.log(string,string,uint256,address) (hardhat/console.sol#840-842) is never used and should be removed
console.log(string,string,uint256,bool) (hardhat/console.sol#836-838) is never used and should be removed
console.log(string,string,uint256,string) (hardhat/console.sol#832-834) is never used and should be removed
console.log(string,string,uint256,uint256) (hardhat/console.sol#828-830) is never used and should be removed
console.log(string,uint256) (hardhat/console.sol#204-206) is never used and should be removed
console.log(string,uint256,address) (hardhat/console.sol#328-330) is never used and should be removed
console.log(string,uint256,address,address) (hardhat/console.sol#824-826) is never used and should be removed
console.log(string,uint256,address,bool) (hardhat/console.sol#820-822) is never used and should be removed
console.log(string,uint256,address,string) (hardhat/console.sol#816-818) is never used and should be removed
console.log(string,uint256,address,uint256) (hardhat/console.sol#812-814) is never used and should be removed
console.log(string,uint256,bool) (hardhat/console.sol#324-326) is never used and should be removed
console.log(string,uint256,bool,address) (hardhat/console.sol#808-810) is never used and should be removed
console.log(string,uint256,bool,bool) (hardhat/console.sol#804-806) is never used and should be removed
console.log(string,uint256,bool,string) (hardhat/console.sol#800-802) is never used and should be removed
console.log(string,uint256,bool,uint256) (hardhat/console.sol#796-798) is never used and should be removed
console.log(string,uint256,string) (hardhat/console.sol#320-322) is never used and should be removed
console.log(string,uint256,string,address) (hardhat/console.sol#792-794) is never used and should be removed
console.log(string,uint256,string,bool) (hardhat/console.sol#788-790) is never used and should be removed
console.log(string,uint256,string,string) (hardhat/console.sol#784-786) is never used and should be removed
console.log(string,uint256,string,uint256) (hardhat/console.sol#780-782) is never used and should be removed
console.log(string,uint256,uint256) (hardhat/console.sol#316-318) is never used and should be removed
console.log(string,uint256,uint256,address) (hardhat/console.sol#776-778) is never used and should be removed
console.log(string,uint256,uint256,bool) (hardhat/console.sol#772-774) is never used and should be removed
console.log(string,uint256,uint256,string) (hardhat/console.sol#768-770) is never used and should be removed
console.log(string,uint256,uint256,uint256) (hardhat/console.sol#764-766) is never used and should be removed
console.log(uint256) (hardhat/console.sol#172-174) is never used and should be removed
console.log(uint256,address) (hardhat/console.sol#200-202) is never used and should be removed
console.log(uint256,address,address) (hardhat/console.sol#312-314) is never used and should be removed
console.log(uint256,address,address,address) (hardhat/console.sol#760-762) is never used and should be removed
console.log(uint256,address,address,bool) (hardhat/console.sol#756-758) is never used and should be removed
console.log(uint256,address,address,string) (hardhat/console.sol#752-754) is never used and should be removed
console.log(uint256,address,address,uint256) (hardhat/console.sol#748-750) is never used and should be removed
console.log(uint256,address,bool) (hardhat/console.sol#308-310) is never used and should be removed
console.log(uint256,address,bool,address) (hardhat/console.sol#744-746) is never used and should be removed
console.log(uint256,address,bool,bool) (hardhat/console.sol#740-742) is never used and should be removed
console.log(uint256,address,bool,string) (hardhat/console.sol#736-738) is never used and should be removed
console.log(uint256,address,bool,uint256) (hardhat/console.sol#732-734) is never used and should be removed
console.log(uint256,address,string) (hardhat/console.sol#304-306) is never used and should be removed
console.log(uint256,address,string,address) (hardhat/console.sol#728-730) is never used and should be removed
console.log(uint256,address,string,bool) (hardhat/console.sol#724-726) is never used and should be removed
console.log(uint256,address,string,string) (hardhat/console.sol#720-722) is never used and should be removed
console.log(uint256,address,string,uint256) (hardhat/console.sol#716-718) is never used and should be removed
console.log(uint256,address,uint256) (hardhat/console.sol#300-302) is never used and should be removed
console.log(uint256,address,uint256,address) (hardhat/console.sol#712-714) is never used and should be removed
console.log(uint256,address,uint256,bool) (hardhat/console.sol#708-710) is never used and should be removed
console.log(uint256,address,uint256,string) (hardhat/console.sol#704-706) is never used and should be removed
console.log(uint256,address,uint256,uint256) (hardhat/console.sol#700-702) is never used and should be removed
console.log(uint256,bool) (hardhat/console.sol#196-198) is never used and should be removed
console.log(uint256,bool,address) (hardhat/console.sol#296-298) is never used and should be removed
console.log(uint256,bool,address,address) (hardhat/console.sol#696-698) is never used and should be removed
console.log(uint256,bool,address,bool) (hardhat/console.sol#692-694) is never used and should be removed
console.log(uint256,bool,address,string) (hardhat/console.sol#688-690) is never used and should be removed
console.log(uint256,bool,address,uint256) (hardhat/console.sol#684-686) is never used and should be removed
console.log(uint256,bool,bool) (hardhat/console.sol#292-294) is never used and should be removed
console.log(uint256,bool,bool,address) (hardhat/console.sol#680-682) is never used and should be removed
console.log(uint256,bool,bool,bool) (hardhat/console.sol#676-678) is never used and should be removed
console.log(uint256,bool,bool,string) (hardhat/console.sol#672-674) is never used and should be removed
console.log(uint256,bool,bool,uint256) (hardhat/console.sol#668-670) is never used and should be removed
console.log(uint256,bool,string) (hardhat/console.sol#288-290) is never used and should be removed
console.log(uint256,bool,string,address) (hardhat/console.sol#664-666) is never used and should be removed
console.log(uint256,bool,string,bool) (hardhat/console.sol#660-662) is never used and should be removed
console.log(uint256,bool,string,string) (hardhat/console.sol#656-658) is never used and should be removed
console.log(uint256,bool,string,uint256) (hardhat/console.sol#652-654) is never used and should be removed
console.log(uint256,bool,uint256) (hardhat/console.sol#284-286) is never used and should be removed
console.log(uint256,bool,uint256,address) (hardhat/console.sol#648-650) is never used and should be removed
console.log(uint256,bool,uint256,bool) (hardhat/console.sol#644-646) is never used and should be removed
console.log(uint256,bool,uint256,string) (hardhat/console.sol#640-642) is never used and should be removed
console.log(uint256,bool,uint256,uint256) (hardhat/console.sol#636-638) is never used and should be removed
console.log(uint256,string) (hardhat/console.sol#192-194) is never used and should be removed
console.log(uint256,string,address) (hardhat/console.sol#280-282) is never used and should be removed
console.log(uint256,string,address,address) (hardhat/console.sol#632-634) is never used and should be removed
console.log(uint256,string,address,bool) (hardhat/console.sol#628-630) is never used and should be removed
console.log(uint256,string,address,string) (hardhat/console.sol#624-626) is never used and should be removed
console.log(uint256,string,address,uint256) (hardhat/console.sol#620-622) is never used and should be removed
console.log(uint256,string,bool) (hardhat/console.sol#276-278) is never used and should be removed
console.log(uint256,string,bool,address) (hardhat/console.sol#616-618) is never used and should be removed
console.log(uint256,string,bool,bool) (hardhat/console.sol#612-614) is never used and should be removed
console.log(uint256,string,bool,string) (hardhat/console.sol#608-610) is never used and should be removed
console.log(uint256,string,bool,uint256) (hardhat/console.sol#604-606) is never used and should be removed
console.log(uint256,string,string) (hardhat/console.sol#272-274) is never used and should be removed
console.log(uint256,string,string,address) (hardhat/console.sol#600-602) is never used and should be removed
console.log(uint256,string,string,bool) (hardhat/console.sol#596-598) is never used and should be removed
console.log(uint256,string,string,string) (hardhat/console.sol#592-594) is never used and should be removed
console.log(uint256,string,string,uint256) (hardhat/console.sol#588-590) is never used and should be removed
console.log(uint256,string,uint256) (hardhat/console.sol#268-270) is never used and should be removed
console.log(uint256,string,uint256,address) (hardhat/console.sol#584-586) is never used and should be removed
console.log(uint256,string,uint256,bool) (hardhat/console.sol#580-582) is never used and should be removed
console.log(uint256,string,uint256,string) (hardhat/console.sol#576-578) is never used and should be removed
console.log(uint256,string,uint256,uint256) (hardhat/console.sol#572-574) is never used and should be removed
console.log(uint256,uint256) (hardhat/console.sol#188-190) is never used and should be removed
console.log(uint256,uint256,address) (hardhat/console.sol#264-266) is never used and should be removed
console.log(uint256,uint256,address,address) (hardhat/console.sol#568-570) is never used and should be removed
console.log(uint256,uint256,address,bool) (hardhat/console.sol#564-566) is never used and should be removed
console.log(uint256,uint256,address,string) (hardhat/console.sol#560-562) is never used and should be removed
console.log(uint256,uint256,address,uint256) (hardhat/console.sol#556-558) is never used and should be removed
console.log(uint256,uint256,bool) (hardhat/console.sol#260-262) is never used and should be removed
console.log(uint256,uint256,bool,address) (hardhat/console.sol#552-554) is never used and should be removed
console.log(uint256,uint256,bool,bool) (hardhat/console.sol#548-550) is never used and should be removed
console.log(uint256,uint256,bool,string) (hardhat/console.sol#544-546) is never used and should be removed
console.log(uint256,uint256,bool,uint256) (hardhat/console.sol#540-542) is never used and should be removed
console.log(uint256,uint256,string) (hardhat/console.sol#256-258) is never used and should be removed
console.log(uint256,uint256,string,address) (hardhat/console.sol#536-538) is never used and should be removed
console.log(uint256,uint256,string,bool) (hardhat/console.sol#532-534) is never used and should be removed
console.log(uint256,uint256,string,string) (hardhat/console.sol#528-530) is never used and should be removed
console.log(uint256,uint256,string,uint256) (hardhat/console.sol#524-526) is never used and should be removed
console.log(uint256,uint256,uint256) (hardhat/console.sol#252-254) is never used and should be removed
console.log(uint256,uint256,uint256,address) (hardhat/console.sol#520-522) is never used and should be removed
console.log(uint256,uint256,uint256,bool) (hardhat/console.sol#516-518) is never used and should be removed
console.log(uint256,uint256,uint256,string) (hardhat/console.sol#512-514) is never used and should be removed
console.log(uint256,uint256,uint256,uint256) (hardhat/console.sol#508-510) is never used and should be removed
console.logAddress(address) (hardhat/console.sol#36-38) is never used and should be removed
console.logBool(bool) (hardhat/console.sol#32-34) is never used and should be removed
console.logBytes(bytes) (hardhat/console.sol#40-42) is never used and should be removed
console.logBytes1(bytes1) (hardhat/console.sol#44-46) is never used and should be removed
console.logBytes10(bytes10) (hardhat/console.sol#80-82) is never used and should be removed
console.logBytes11(bytes11) (hardhat/console.sol#84-86) is never used and should be removed
console.logBytes12(bytes12) (hardhat/console.sol#88-90) is never used and should be removed
console.logBytes13(bytes13) (hardhat/console.sol#92-94) is never used and should be removed
console.logBytes14(bytes14) (hardhat/console.sol#96-98) is never used and should be removed
console.logBytes15(bytes15) (hardhat/console.sol#100-102) is never used and should be removed
console.logBytes16(bytes16) (hardhat/console.sol#104-106) is never used and should be removed
console.logBytes17(bytes17) (hardhat/console.sol#108-110) is never used and should be removed
console.logBytes18(bytes18) (hardhat/console.sol#112-114) is never used and should be removed
console.logBytes19(bytes19) (hardhat/console.sol#116-118) is never used and should be removed
console.logBytes2(bytes2) (hardhat/console.sol#48-50) is never used and should be removed
console.logBytes20(bytes20) (hardhat/console.sol#120-122) is never used and should be removed
console.logBytes21(bytes21) (hardhat/console.sol#124-126) is never used and should be removed
console.logBytes22(bytes22) (hardhat/console.sol#128-130) is never used and should be removed
console.logBytes23(bytes23) (hardhat/console.sol#132-134) is never used and should be removed
console.logBytes24(bytes24) (hardhat/console.sol#136-138) is never used and should be removed
console.logBytes25(bytes25) (hardhat/console.sol#140-142) is never used and should be removed
console.logBytes26(bytes26) (hardhat/console.sol#144-146) is never used and should be removed
console.logBytes27(bytes27) (hardhat/console.sol#148-150) is never used and should be removed
console.logBytes28(bytes28) (hardhat/console.sol#152-154) is never used and should be removed
console.logBytes29(bytes29) (hardhat/console.sol#156-158) is never used and should be removed
console.logBytes3(bytes3) (hardhat/console.sol#52-54) is never used and should be removed
console.logBytes30(bytes30) (hardhat/console.sol#160-162) is never used and should be removed
console.logBytes31(bytes31) (hardhat/console.sol#164-166) is never used and should be removed
console.logBytes32(bytes32) (hardhat/console.sol#168-170) is never used and should be removed
console.logBytes4(bytes4) (hardhat/console.sol#56-58) is never used and should be removed
console.logBytes5(bytes5) (hardhat/console.sol#60-62) is never used and should be removed
console.logBytes6(bytes6) (hardhat/console.sol#64-66) is never used and should be removed
console.logBytes7(bytes7) (hardhat/console.sol#68-70) is never used and should be removed
console.logBytes8(bytes8) (hardhat/console.sol#72-74) is never used and should be removed
console.logBytes9(bytes9) (hardhat/console.sol#76-78) is never used and should be removed
console.logInt(int256) (hardhat/console.sol#20-22) is never used and should be removed
console.logString(string) (hardhat/console.sol#28-30) is never used and should be removed
console.logUint(uint256) (hardhat/console.sol#24-26) is never used and should be removed
Remove unused functions.

Additional information: link

HodlMe.swapTokensAtAmount (contracts/HodlMe.sol#27) is set pre-construction with a non-constant function or state variable:
- 625000000 * (10 ** decimals())
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 (contracts/DividendPayingToken.sol#3) allows old versions
Pragma version^0.8.0 (contracts/HodlMe.sol#3) allows old versions
Pragma version^0.8.0 (contracts/HodlMeDividendTracker.sol#3) allows old versions
Pragma version^0.8.0 (contracts/HodlMeGame.sol#3) allows old versions
Pragma version^0.8.0 (contracts/IterableMapping.sol#3) allows old versions
Pragma version^0.8.0 (contracts/interface/DividendPayingTokenInterface.sol#3) allows old versions
Pragma version^0.8.0 (contracts/interface/DividendPayingTokenOptionalInterface.sol#3) allows old versions
Pragma version^0.8.0 (contracts/interface/IERC20.sol#3) allows old versions
Pragma version^0.8.0 (contracts/interface/IERC20Metadata.sol#3) allows old versions
Pragma version^0.8.0 (contracts/interface/IPancakeFactory.sol#3) allows old versions
Pragma version^0.8.0 (contracts/interface/IPancakeRouter01.sol#3) allows old versions
Pragma version^0.8.0 (contracts/interface/IPancakeRouter02.sol#3) allows old versions
Pragma version^0.8.0 (contracts/standard/Context.sol#3) allows old versions
Pragma version^0.8.0 (contracts/standard/ERC20.sol#3) allows old versions
Pragma version^0.8.0 (contracts/standard/Ownable.sol#3) allows old versions
Pragma version^0.8.0 (contracts/standard/SafeMath.sol#3) allows old versions
Pragma version^0.8.0 (contracts/standard/SafeMathInt.sol#3) allows old versions
Pragma version^0.8.0 (contracts/standard/SafeMathUint.sol#3) allows old versions
Pragma version>=0.4.22<0.9.0 (hardhat/console.sol#2) is too complex
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 DividendPayingToken._withdrawDividendOfUser(address) (contracts/DividendPayingToken.sol#94-120):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (contracts/DividendPayingToken.sol#104-107)
Low level call in HodlMe.swapAndDistributeBNB(uint256) (contracts/HodlMe.sol#547-591):
- (success) = address(charityWallet).call{value: forCharity}() (contracts/HodlMe.sol#569)
- (success,None) = address(marketingWallet).call{value: forMarketing}() (contracts/HodlMe.sol#576)
- (success,None) = address(dividendTracker).call{value: forDividends}() (contracts/HodlMe.sol#585)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter DividendPayingToken.dividendOf(address)._owner (contracts/DividendPayingToken.sol#125) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (contracts/DividendPayingToken.sol#132) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (contracts/DividendPayingToken.sol#144) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (contracts/DividendPayingToken.sol#158) is not in mixedCase
Constant DividendPayingToken.magnitude (contracts/DividendPayingToken.sol#29) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter HodlMe.setGameIsEnabled(bool)._gameIsEnabled (contracts/HodlMe.sol#133) is not in mixedCase
Parameter HodlMe.setHodlMeGameAddress(address)._hodlMeGameAddress (contracts/HodlMe.sol#137) is not in mixedCase
Parameter HodlMe.setBuyFees(uint256,uint256,uint256)._BuyCharityFee (contracts/HodlMe.sol#181) is not in mixedCase
Parameter HodlMe.setBuyFees(uint256,uint256,uint256)._BuyMarketingFee (contracts/HodlMe.sol#182) is not in mixedCase
Parameter HodlMe.setBuyFees(uint256,uint256,uint256)._BuyLiquidityFee (contracts/HodlMe.sol#183) is not in mixedCase
Parameter HodlMe.setSellFees(uint256)._SellDividendFee (contracts/HodlMe.sol#194) is not in mixedCase
Parameter HodlMeDividendTracker.getAccount(address)._account (contracts/HodlMeDividendTracker.sol#87) is not in mixedCase
Function IPancakeRouter01.WETH() (contracts/interface/IPancakeRouter01.sol#8) is not in mixedCase
Contract console (hardhat/console.sol#4-1532) is not in CapWords
Follow the Solidity naming convention.

Additional information: link

Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (contracts/DividendPayingToken.sol#98) is too similar to HodlMeDividendTracker.getAccount(address).withdrawableDividends (contracts/HodlMeDividendTracker.sol#94)
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (contracts/interface/IPancakeRouter01.sol#13) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (contracts/interface/IPancakeRouter01.sol#14)
Prevent variables from having similar names.

Additional information: link

HodlMe.updateGasForProcessing(uint256) (contracts/HodlMe.sol#272-283) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,HodlMe: gasForProcessing must be between 200,000 and 500,000) (contracts/HodlMe.sol#273-276)
HodlMe.slitherConstructorVariables() (contracts/HodlMe.sol#13-592) uses literals with too many digits:
- swapTokensAtAmount = 625000000 * (10 ** decimals()) (contracts/HodlMe.sol#27)
HodlMe.slitherConstructorVariables() (contracts/HodlMe.sol#13-592) uses literals with too many digits:
- gasForProcessing = 300000 (contracts/HodlMe.sol#46)
HodlMeDividendTracker.getAccountAtIndex(uint256) (contracts/HodlMeDividendTracker.sol#136-166) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (contracts/HodlMeDividendTracker.sol#151-160)
console.slitherConstructorConstantVariables() (hardhat/console.sol#4-1532) uses literals with too many digits:
- CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67) (hardhat/console.sol#5)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (contracts/standard/Ownable.sol#9) is never used in HodlMe (contracts/HodlMe.sol#13-592)
Ownable._previousOwner (contracts/standard/Ownable.sol#9) is never used in HodlMeDividendTracker (contracts/HodlMeDividendTracker.sol#9-266)
Ownable._previousOwner (contracts/standard/Ownable.sol#9) is never used in HodlMeGame (contracts/HodlMeGame.sol#9-173)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (contracts/standard/Ownable.sol#9) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (contracts/DividendPayingToken.sol#88-90)
- HodlMeDividendTracker.withdrawDividend() (contracts/HodlMeDividendTracker.sol#49-54)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (contracts/DividendPayingToken.sol#125-127)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (contracts/DividendPayingToken.sol#144-151)
setGameIsEnabled(bool) should be declared external:
- HodlMe.setGameIsEnabled(bool) (contracts/HodlMe.sol#133-135)
setHodlMeGameAddress(address) should be declared external:
- HodlMe.setHodlMeGameAddress(address) (contracts/HodlMe.sol#137-140)
updateDividendTracker(address) should be declared external:
- HodlMe.updateDividendTracker(address) (contracts/HodlMe.sol#227-249)
excludeFromFees(address,bool) should be declared external:
- HodlMe.excludeFromFees(address,bool) (contracts/HodlMe.sol#251-259)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- HodlMe.excludeMultipleAccountsFromFees(address[],bool) (contracts/HodlMe.sol#261-270)
updateGasForProcessing(uint256) should be declared external:
- HodlMe.updateGasForProcessing(uint256) (contracts/HodlMe.sol#272-283)
isExcludedFromFees(address) should be declared external:
- HodlMe.isExcludedFromFees(address) (contracts/HodlMe.sol#304-306)
isExcludedFromMaxHoldLimit(address) should be declared external:
- HodlMe.isExcludedFromMaxHoldLimit(address) (contracts/HodlMe.sol#308-314)
withdrawableDividendOf(address) should be declared external:
- HodlMe.withdrawableDividendOf(address) (contracts/HodlMe.sol#316-322)
dividendTokenBalanceOf(address) should be declared external:
- HodlMe.dividendTokenBalanceOf(address) (contracts/HodlMe.sol#324-330)
getAccountAtIndex(uint256) should be declared external:
- HodlMeDividendTracker.getAccountAtIndex(uint256) (contracts/HodlMeDividendTracker.sol#136-166)
process(uint256) should be declared external:
- HodlMeDividendTracker.process(uint256) (contracts/HodlMeDividendTracker.sol#197-249)
newGame(uint256) should be declared external:
- HodlMeGame.newGame(uint256) (contracts/HodlMeGame.sol#71-83)
joinGame(uint256) should be declared external:
- HodlMeGame.joinGame(uint256) (contracts/HodlMeGame.sol#85-107)
leaveGame(uint256) should be declared external:
- HodlMeGame.leaveGame(uint256) (contracts/HodlMeGame.sol#109-130)
gamesCount() should be declared external:
- HodlMeGame.gamesCount() (contracts/HodlMeGame.sol#170-172)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (contracts/IterableMapping.sol#14-16)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (contracts/IterableMapping.sol#18-27)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (contracts/IterableMapping.sol#29-35)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (contracts/IterableMapping.sol#37-39)
name() should be declared external:
- ERC20.name() (contracts/standard/ERC20.sol#36-38)
symbol() should be declared external:
- ERC20.symbol() (contracts/standard/ERC20.sol#44-46)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (contracts/standard/ERC20.sol#93-101)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (contracts/standard/ERC20.sol#106-114)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (contracts/standard/ERC20.sol#123-131)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (contracts/standard/ERC20.sol#146-163)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (contracts/standard/ERC20.sol#177-188)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (contracts/standard/ERC20.sol#204-219)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/standard/Ownable.sol#47-50)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/standard/Ownable.sol#56-63)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord 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 on CoinGecko

Additional information: link


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

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for HODM

News for HODM