Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in LANDOFDOGES._transferFrom(address,address,uint256) (#283-301):
External calls:
- swapAndLiquify(swapThreshold) (#291)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp.add(300)) (#395-406)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#376-386)
- address(dev).call{gas: 30000,value: amountBNBdev}() (#360)
External calls sending eth:
- swapAndLiquify(swapThreshold) (#291)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp.add(300)) (#395-406)
- address(dev).call{gas: 30000,value: amountBNBdev}() (#360)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#294)
- amountReceived = takeFee(sender,recipient,amount) (#296)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#326)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#297)
Apply the check-effects-interactions pattern.
Additional information: link
LANDOFDOGES.rescueToken(address,uint256) (#451-453) ignores return value by IBEP20(_token).transfer(owner(),_amount) (#452)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
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.
LANDOFDOGES.swapAndLiquify(uint256) (#339-365) ignores return value by address(dev).call{gas: 30000,value: amountBNBdev}() (#360)
Ensure that the return value of a low-level call is checked or logged.
Additional information: link
LANDOFDOGES.addLiquidity(uint256,uint256).e (#402) 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
LANDOFDOGES.addLiquidity(uint256,uint256) (#389-407) ignores return value by router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp.add(300)) (#395-406)
Ensure that all the return values of the function calls are used.
Additional information: link
LANDOFDOGES.setSwapBackSettings(bool,uint256) (#438-441) should emit an event for:
- swapThreshold = _amount (#440)
Emit an event for critical parameter changes.
Additional information: link
LANDOFDOGES.setdevWallet(address)._dev (#434) lacks a zero-check on :
- dev = _dev (#435)
Check that the address is not zero.
Additional information: link
Variable 'LANDOFDOGES.addLiquidity(uint256,uint256).e (#402)' in LANDOFDOGES.addLiquidity(uint256,uint256) (#389-407) potentially used before declaration: AddLiquidityFailed(string(abi.encodePacked(AddLiquidityFailed failed with error ,e))) (#403)
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 LANDOFDOGES.swapAndLiquify(uint256) (#339-365):
External calls:
- swapTokensForEth(swapAmount) (#352)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#376-386)
- address(dev).call{gas: 30000,value: amountBNBdev}() (#360)
- addLiquidity(liqAmount,amountLiqBNB) (#362)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp.add(300)) (#395-406)
External calls sending eth:
- address(dev).call{gas: 30000,value: amountBNBdev}() (#360)
- addLiquidity(liqAmount,amountLiqBNB) (#362)
- router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp.add(300)) (#395-406)
State variables written after the call(s):
- addLiquidity(liqAmount,amountLiqBNB) (#362)
- _allowances[msg.sender][spender] = amount (#262)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in LANDOFDOGES.swapTokensForEth(uint256) (#367-387):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#376-386)
Event emitted after the call(s):
- SwapTokenForETHFailed(string(abi.encodePacked(SwapTokenForETHFailed failed with error ,e))) (#383)
- SwapTokenForETHFailed(SwapTokenForETHFailed failed without an error message from pancakeSwap) (#385)
Apply the check-effects-interactions pattern.
Additional information: link
LANDOFDOGES.canSwap() (#303-305) is never used and should be removed
Remove unused functions.
Additional information: link
LANDOFDOGES.swapThreshold (#208) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 5000
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
solc-0.8.6 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in LANDOFDOGES.swapAndLiquify(uint256) (#339-365):
- address(dev).call{gas: 30000,value: amountBNBdev}() (#360)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable LANDOFDOGES.ZERO (#461) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#53)" inContext (#47-56)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#138) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#139)
Prevent variables from having similar names.
Additional information: link
LANDOFDOGES.slitherConstructorVariables() (#179-471) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#461)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
LANDOFDOGES.feeDenominator (#199) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
getCirculatingSupply() should be declared external:
- LANDOFDOGES.getCirculatingSupply() (#443-445)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
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.
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/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinHunt, CoinGecko, CoinMarketCap
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account