🔥Dogemoon is a passive yield mechanic charity token with partnerships with charities around the world! 🔥.
The token will be launched via a fair launch on Wednesday 21st of July. With a huge 4 month old community active & ready to buy!
$Dogemoon is one of the first charity tokens on BSC. It has multiple features to ensure a long-lasting project.
These features include, auto burns to a locked liquidity and auto staking mechanics, a key difference is a 6% tax for charity and marketing that is automatically turned into bnb this will make sure price doesn’t drop, and also this will ensure that we can let the world know about dogemoon while also focusing on giving that auto yield back to charities to help the less fortunate.
Dogemoon has the goal of using blockchain technology to help charities and communities around the world that do not have the same opportunities.
DogeMoon.addLiquidity(uint256,uint256) (#860-870) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in DogeMoon._transfer(address,address,uint256) (#773-809):
External calls:
- swapAndLiquify(contractTokenBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#820-826)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- address(_devWalletAddress).transfer(devFee) (#839)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _devFee = _previousDevFee (#757)
- _devFee = 0 (#751)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#722)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#894)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#903)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#914)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#631)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#895)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#905)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#915)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#633)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _rTotal = _rTotal.sub(rFee) (#677)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#724)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#630)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#913)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#904)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#632)
Apply the check-effects-interactions pattern.
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.
Contract ownership is not renounced (belongs to a wallet)
Ownable.unlock() (#241-246) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked.) (#243)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#129-133) uses assembly
- INLINE ASM (#131)
Address._verifyCallResult(bool,bytes,string) (#181-194) uses assembly
- INLINE ASM (#186-189)
Do not use evm assembly.
Additional information: link
Reentrancy in DogeMoon.transferFrom(address,address,uint256) (#557-561):
External calls:
- _transfer(sender,recipient,amount) (#558)
- address(_devWalletAddress).transfer(devFee) (#839)
External calls sending eth:
- _transfer(sender,recipient,amount) (#558)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- address(_devWalletAddress).transfer(devFee) (#839)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#559)
- _allowances[owner][spender] = amount (#769)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#770)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#559)
Reentrancy in DogeMoon.swapAndLiquify(uint256) (#829-844):
External calls:
- address(_devWalletAddress).transfer(devFee) (#839)
Event emitted after the call(s):
- DevFeeSent(_devWalletAddress,devFee) (#840)
Reentrancy in DogeMoon.swapAndLiquify(uint256) (#829-844):
External calls:
- address(_devWalletAddress).transfer(devFee) (#839)
External calls sending eth:
- address(_devWalletAddress).transfer(devFee) (#839)
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
State variables written after the call(s):
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- _allowances[owner][spender] = amount (#769)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#770)
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- SwapAndLiquify(half,bnbForLiquidity,otherHalf) (#843)
Reentrancy in DogeMoon._transfer(address,address,uint256) (#773-809):
External calls:
- swapAndLiquify(contractTokenBalance) (#800)
- address(_devWalletAddress).transfer(devFee) (#839)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- address(_devWalletAddress).transfer(devFee) (#839)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _devFee = _previousDevFee (#757)
- _devFee = 0 (#751)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _liquidityFee = _previousLiquidityFee (#758)
- _liquidityFee = 0 (#752)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _previousDevFee = _devFee (#747)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _previousLiquidityFee = _liquidityFee (#748)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _previousTaxFee = _taxFee (#746)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#722)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#894)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#903)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#914)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#631)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#895)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#905)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#915)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#633)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _rTotal = _rTotal.sub(rFee) (#677)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _tFeeTotal = _tFeeTotal.add(tFee) (#678)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#724)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#630)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#913)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#904)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#632)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _taxFee = _previousTaxFee (#756)
- _taxFee = 0 (#750)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#898)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- Transfer(sender,recipient,tTransferAmount) (#908)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- Transfer(sender,recipient,tTransferAmount) (#918)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- Transfer(sender,recipient,tTransferAmount) (#636)
- _tokenTransfer(from,to,amount,takeFee) (#808)
Apply the check-effects-interactions pattern.
Additional information: link
DogeMoon.setNumTokensSellToAddToLiquidity(uint256) (#928-930) should emit an event for:
- numTokensSellToAddToLiquidity = amountToUpdate (#929)
DogeMoon.setLiquidityFeePercent(uint256) (#655-657) should emit an event for:
- _liquidityFee = liquidityFee (#656)
DogeMoon.setMaxTxPercent(uint256) (#659-661) should emit an event for:
- _maxTxAmount = maxTxPercent * 10 ** _decimals (#660)
DogeMoon.setDevFeePercent(uint256) (#651-653) should emit an event for:
- _devFee = devFee (#652)
DogeMoon.setTaxFeePercent(uint256) (#647-649) should emit an event for:
- _taxFee = taxFee (#648)
Emit an event for critical parameter changes.
Additional information: link
DogeMoon.constructor(string,string,address,address).owner (#482) lacks a zero-check on :
- _owner = owner (#514)
DogeMoon.setDevWalletAddress(address)._addr (#663) lacks a zero-check on :
- _devWalletAddress = _addr (#664)
DogeMoon.constructor(string,string,address,address).devAddress (#482) lacks a zero-check on :
- _devWalletAddress = devAddress (#497)
Check that the address is not zero.
Additional information: link
Reentrancy in DogeMoon.transferFrom(address,address,uint256) (#557-561):
External calls:
- _transfer(sender,recipient,amount) (#558)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#820-826)
External calls sending eth:
- _transfer(sender,recipient,amount) (#558)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- address(_devWalletAddress).transfer(devFee) (#839)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#559)
- _allowances[owner][spender] = amount (#769)
Reentrancy in DogeMoon.setRouterAddress(address) (#922-926):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#924)
State variables written after the call(s):
- uniswapV2Router = _uniswapV2Router (#925)
Reentrancy in DogeMoon.swapAndLiquify(uint256) (#829-844):
External calls:
- swapTokensForBnb(half) (#833)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#820-826)
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
External calls sending eth:
- address(_devWalletAddress).transfer(devFee) (#839)
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
State variables written after the call(s):
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- _allowances[owner][spender] = amount (#769)
Reentrancy in DogeMoon._transfer(address,address,uint256) (#773-809):
External calls:
- swapAndLiquify(contractTokenBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#820-826)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- address(_devWalletAddress).transfer(devFee) (#839)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _liquidityFee = _previousLiquidityFee (#758)
- _liquidityFee = 0 (#752)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _previousDevFee = _devFee (#747)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _previousLiquidityFee = _liquidityFee (#748)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _previousTaxFee = _taxFee (#746)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _tFeeTotal = _tFeeTotal.add(tFee) (#678)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- _taxFee = _previousTaxFee (#756)
- _taxFee = 0 (#750)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in DogeMoon.swapAndLiquify(uint256) (#829-844):
External calls:
- swapTokensForBnb(half) (#833)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#820-826)
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
External calls sending eth:
- address(_devWalletAddress).transfer(devFee) (#839)
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#770)
- addLiquidity(otherHalf,bnbForLiquidity) (#842)
- SwapAndLiquify(half,bnbForLiquidity,otherHalf) (#843)
Reentrancy in DogeMoon.transferFrom(address,address,uint256) (#557-561):
External calls:
- _transfer(sender,recipient,amount) (#558)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#820-826)
External calls sending eth:
- _transfer(sender,recipient,amount) (#558)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- address(_devWalletAddress).transfer(devFee) (#839)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#770)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#559)
Reentrancy in DogeMoon.swapAndLiquify(uint256) (#829-844):
External calls:
- swapTokensForBnb(half) (#833)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#820-826)
External calls sending eth:
- address(_devWalletAddress).transfer(devFee) (#839)
Event emitted after the call(s):
- DevFeeSent(_devWalletAddress,devFee) (#840)
Reentrancy in DogeMoon._transfer(address,address,uint256) (#773-809):
External calls:
- swapAndLiquify(contractTokenBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#820-826)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
- address(_devWalletAddress).transfer(devFee) (#839)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#898)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- Transfer(sender,recipient,tTransferAmount) (#908)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- Transfer(sender,recipient,tTransferAmount) (#918)
- _tokenTransfer(from,to,amount,takeFee) (#808)
- Transfer(sender,recipient,tTransferAmount) (#636)
- _tokenTransfer(from,to,amount,takeFee) (#808)
Apply the check-effects-interactions pattern.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#135-139):
- (success) = recipient.call{value: amount}() (#137)
Low level call in Address.functionDelegateCall(address,bytes,string) (#175-179):
- (success,returndata) = target.delegatecall(data) (#177)
Low level call in Address.functionStaticCall(address,bytes,string) (#164-168):
- (success,returndata) = target.staticcall(data) (#166)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#153-158):
- (success,returndata) = target.call{value: value}(data) (#156)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable DogeMoon._getValues(uint256).rTransferAmount (#683) is too similar to DogeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable DogeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#912) is too similar to DogeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable DogeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#596) is too similar to DogeMoon._transferStandard(address,address,uint256).tTransferAmount (#893)
Variable DogeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#596) is too similar to DogeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable DogeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#596) is too similar to DogeMoon._getValues(uint256).tTransferAmount (#682)
Variable DogeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#912) is too similar to DogeMoon._transferStandard(address,address,uint256).tTransferAmount (#893)
Variable DogeMoon._transferStandard(address,address,uint256).rTransferAmount (#893) is too similar to DogeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#902)
Variable DogeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to DogeMoon._getValues(uint256).tTransferAmount (#682)
Variable DogeMoon._transferStandard(address,address,uint256).rTransferAmount (#893) is too similar to DogeMoon._getTValues(uint256).tTransferAmount (#690)
Variable DogeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to DogeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#902)
Variable DogeMoon._transferStandard(address,address,uint256).rTransferAmount (#893) is too similar to DogeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#912)
Variable DogeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to DogeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#912)
Variable DogeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to DogeMoon._getTValues(uint256).tTransferAmount (#690)
Variable DogeMoon._getValues(uint256).rTransferAmount (#683) is too similar to DogeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#912)
Variable DogeMoon._getValues(uint256).rTransferAmount (#683) is too similar to DogeMoon._transferStandard(address,address,uint256).tTransferAmount (#893)
Variable DogeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#902) is too similar to DogeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#902)
Variable DogeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#902) is too similar to DogeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable DogeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#596) is too similar to DogeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#912)
Variable DogeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to DogeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable DogeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#912) is too similar to DogeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#902)
Variable DogeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to DogeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#912)
Variable DogeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#912) is too similar to DogeMoon._getValues(uint256).tTransferAmount (#682)
Variable DogeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#902) is too similar to DogeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#912)
Variable DogeMoon._getValues(uint256).rTransferAmount (#683) is too similar to DogeMoon._getValues(uint256).tTransferAmount (#682)
Variable DogeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to DogeMoon._getValues(uint256).tTransferAmount (#682)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#310) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#311)
Variable DogeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to DogeMoon._transferStandard(address,address,uint256).tTransferAmount (#893)
Variable DogeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#902) is too similar to DogeMoon._transferStandard(address,address,uint256).tTransferAmount (#893)
Variable DogeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to DogeMoon._transferStandard(address,address,uint256).tTransferAmount (#893)
Variable DogeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#902) is too similar to DogeMoon._getTValues(uint256).tTransferAmount (#690)
Variable DogeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#912) is too similar to DogeMoon._getTValues(uint256).tTransferAmount (#690)
Variable DogeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#902) is too similar to DogeMoon._getValues(uint256).tTransferAmount (#682)
Variable DogeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to DogeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable DogeMoon._transferStandard(address,address,uint256).rTransferAmount (#893) is too similar to DogeMoon._getValues(uint256).tTransferAmount (#682)
Variable DogeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to DogeMoon._getTValues(uint256).tTransferAmount (#690)
Variable DogeMoon._getValues(uint256).rTransferAmount (#683) is too similar to DogeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#902)
Variable DogeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#596) is too similar to DogeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#902)
Variable DogeMoon._getValues(uint256).rTransferAmount (#683) is too similar to DogeMoon._getTValues(uint256).tTransferAmount (#690)
Variable DogeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#596) is too similar to DogeMoon._getTValues(uint256).tTransferAmount (#690)
Variable DogeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to DogeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#902)
Variable DogeMoon._transferStandard(address,address,uint256).rTransferAmount (#893) is too similar to DogeMoon._transferStandard(address,address,uint256).tTransferAmount (#893)
Variable DogeMoon._transferStandard(address,address,uint256).rTransferAmount (#893) is too similar to DogeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable DogeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#912) is too similar to DogeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#912)
Prevent variables from having similar names.
Additional information: link
decreaseAllowance(address,uint256) should be declared external:
- DogeMoon.decreaseAllowance(address,uint256) (#568-571)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#219-222)
includeInFee(address) should be declared external:
- DogeMoon.includeInFee(address) (#643-645)
setDevWalletAddress(address) should be declared external:
- DogeMoon.setDevWalletAddress(address) (#663-665)
increaseAllowance(address,uint256) should be declared external:
- DogeMoon.increaseAllowance(address,uint256) (#563-566)
symbol() should be declared external:
- DogeMoon.symbol() (#526-528)
deliver(uint256) should be declared external:
- DogeMoon.deliver(uint256) (#581-588)
setSwapAndLiquifyEnabled(bool) should be declared external:
- DogeMoon.setSwapAndLiquifyEnabled(bool) (#668-671)
totalSupply() should be declared external:
- DogeMoon.totalSupply() (#534-536)
excludeFromFee(address) should be declared external:
- DogeMoon.excludeFromFee(address) (#639-641)
setMaxTxPercent(uint256) should be declared external:
- DogeMoon.setMaxTxPercent(uint256) (#659-661)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#225-229)
name() should be declared external:
- DogeMoon.name() (#522-524)
excludeFromReward(address) should be declared external:
- DogeMoon.excludeFromReward(address) (#607-614)
transfer(address,uint256) should be declared external:
- DogeMoon.transfer(address,uint256) (#543-546)
unlock() should be declared external:
- Ownable.unlock() (#241-246)
totalFees() should be declared external:
- DogeMoon.totalFees() (#577-579)
decimals() should be declared external:
- DogeMoon.decimals() (#530-532)
isExcludedFromReward(address) should be declared external:
- DogeMoon.isExcludedFromReward(address) (#573-575)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#233-238)
isExcludedFromFee(address) should be declared external:
- DogeMoon.isExcludedFromFee(address) (#761-763)
transferFrom(address,address,uint256) should be declared external:
- DogeMoon.transferFrom(address,address,uint256) (#557-561)
allowance(address,address) should be declared external:
- DogeMoon.allowance(address,address) (#548-550)
approve(address,uint256) should be declared external:
- DogeMoon.approve(address,uint256) (#552-555)
reflectionFromToken(uint256,bool) should be declared external:
- DogeMoon.reflectionFromToken(uint256,bool) (#590-599)
Use the external attribute for functions never called from the contract.
Additional information: link
DogeMoon.includeInReward(address) (#616-627) has costly operations inside a loop:
- _excluded.pop() (#623)
Use a local variable to hold the loop computation result.
Additional information: link
DogeMoon.addLiquidity(uint256,uint256) (#860-870) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#862-869)
Ensure that all the return values of the function calls are used.
Additional information: link
Redundant expression "this (#121)" inContext (#115-124)
Remove redundant statements if they congest code but offer no value.
Additional information: link
DogeMoon.constructor(string,string,address,address) (#482-520) performs a multiplication on the result of a division:
-_maxTxAmount = (_tTotal * 5 / 1000) * 10 ** _decimals (#495)
DogeMoon.constructor(string,string,address,address) (#482-520) performs a multiplication on the result of a division:
-numTokensSellToAddToLiquidity = (_tTotal * 5 / 10000) * 10 ** _decimals (#496)
Consider ordering multiplication before division.
Additional information: link
DogeMoon.allowance(address,address).owner (#548) shadows:
- Ownable.owner() (#210-212) (function)
DogeMoon._approve(address,address,uint256).owner (#765) shadows:
- Ownable.owner() (#210-212) (function)
DogeMoon.constructor(string,string,address,address).owner (#482) shadows:
- Ownable.owner() (#210-212) (function)
Rename the local variables that shadow another component.
Additional information: link
SafeMath.tryDiv(uint256,uint256) (#53-58) is never used and should be removed
Address.sendValue(address,uint256) (#135-139) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#149-151) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#60-65) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#175-179) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#171-173) is never used and should be removed
DogeMoon.swapTokensForEth(uint256) (#846-858) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#26-32) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#104-109) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#153-158) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#97-102) is never used and should be removed
Context._msgData() (#120-123) is never used and should be removed
Address.functionStaticCall(address,bytes) (#160-162) is never used and should be removed
DogeMoon.calculateDevFee(uint256) (#733-737) is never used and should be removed
SafeMath.mod(uint256,uint256) (#86-88) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (#181-194) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#41-51) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#34-39) is never used and should be removed
Address.isContract(address) (#129-133) is never used and should be removed
Address.functionCall(address,bytes,string) (#145-147) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#164-168) is never used and should be removed
Address.functionCall(address,bytes) (#141-143) is never used and should be removed
Remove unused functions.
Additional information: link
Variable DogeMoon._taxFee (#456) is not in mixedCase
Variable Ownable._lockTime (#202) is not in mixedCase
Variable DogeMoon._devFee (#458) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#274) is not in mixedCase
Parameter DogeMoon.calculateDevFee(uint256)._amount (#733) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#288) is not in mixedCase
Parameter DogeMoon.setSwapAndLiquifyEnabled(bool)._enabled (#668) is not in mixedCase
Variable DogeMoon._maxTxAmount (#466) is not in mixedCase
Parameter DogeMoon.setDevWalletAddress(address)._addr (#663) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#273) is not in mixedCase
Parameter DogeMoon.calculateLiquidityFee(uint256)._amount (#739) is not in mixedCase
Parameter DogeMoon.calculateTaxFee(uint256)._amount (#727) is not in mixedCase
Variable Ownable._owner (#200) is not in mixedCase
Variable DogeMoon._liquidityFee (#460) is not in mixedCase
Variable DogeMoon._devWalletAddress (#448) is not in mixedCase
Function IUniswapV2Router01.WETH() (#306) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
DogeMoon.constructor(string,string,address,address) (#482-520) uses literals with too many digits:
- _tTotal = 10000000000 * 10 ** _decimals (#486)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Contract has 10% buy tax and 9% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find whitepaper link on the website
Unable to find code repository for the project
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid