The Moon Lady $LADY is a BSC20 token project aiming to gather cypto community and bring a prosperity to members in Moon Festival. Users can play gamefi and get rewarded by $LADY token $LADY is transparency, trust, charitable donation and long-term development.
✅CONTRACT RENOUNCED
✅COINGECKO & CMC
✅ DOXXED TEAM
✅ FULLY AUDITED
Also, $LADY charity provides blind orphans the education necessary so that they will have a fulfilling & independent life.
Reentrancy in TheMoonLady._transfer(address,address,uint256) (#642-677):
External calls:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#676)
- _rOwned[address(this)] = _rOwned[address(this)] + rLiquidity (#585)
- _rOwned[address(this)] = _rOwned[address(this)] + rMarketing (#595)
- _rOwned[sender] = _rOwned[sender] - rAmount (#786)
- _rOwned[sender] = _rOwned[sender] - rAmount (#776)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#777)
- _rOwned[sender] = _rOwned[sender] - rAmount (#809)
- _rOwned[sender] = _rOwned[sender] - rAmount (#798)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#799)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#788)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#811)
- _tokenTransfer(from,to,amount) (#676)
- _rTotal = _rTotal - rFee (#537)
- _tokenTransfer(from,to,amount) (#676)
- _tOwned[address(this)] = _tOwned[address(this)] + tMarketing (#597)
- _tOwned[address(this)] = _tOwned[address(this)] + tLiquidity (#587)
- _tOwned[sender] = _tOwned[sender] - tAmount (#808)
- _tOwned[sender] = _tOwned[sender] - tAmount (#797)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#787)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#810)
- inSwapAndLiquify = false (#672)
- _tokenTransfer(from,to,amount) (#676)
- liquidityFee = _previousLiquidityFee (#626)
- liquidityFee = 0 (#621)
- _tokenTransfer(from,to,amount) (#676)
- marketingFee = _previousMarketingFee (#627)
- marketingFee = 0 (#620)
Apply the check-effects-interactions pattern.
Additional information: link
TheMoonLady.claimStuckTokens(address) (#514-523) ignores return value by ERC20token.transfer(msg.sender,balance) (#522)
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.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
TheMoonLady.swapAndLiquify(uint256) (#679-708) ignores return value by uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
Ensure that all the return values of the function calls are used.
Additional information: link
TheMoonLady.allowance(address,address).owner (#431) shadows:
- Ownable.owner() (#27-29) (function)
TheMoonLady._approve(address,address,uint256).owner (#634) shadows:
- Ownable.owner() (#27-29) (function)
Rename the local variables that shadow another component.
Additional information: link
TheMoonLady.setSwapTokensAtAmount(uint256) (#737-740) should emit an event for:
- swapTokensAtAmount = newAmount (#739)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in TheMoonLady.transferFrom(address,address,uint256) (#440-444):
External calls:
- _transfer(sender,recipient,amount) (#441)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
External calls sending eth:
- _transfer(sender,recipient,amount) (#441)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#442)
- _allowances[owner][spender] = amount (#638)
Reentrancy in TheMoonLady._transfer(address,address,uint256) (#642-677):
External calls:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#676)
- _previousLiquidityFee = liquidityFee (#617)
- _tokenTransfer(from,to,amount) (#676)
- _previousMarketingFee = marketingFee (#618)
- _tokenTransfer(from,to,amount) (#676)
- _previousTaxFee = taxFee (#616)
- _tokenTransfer(from,to,amount) (#676)
- _tFeeTotal = _tFeeTotal + tFee (#538)
- _tokenTransfer(from,to,amount) (#676)
- taxFee = _previousTaxFee (#625)
- taxFee = 0 (#619)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in TheMoonLady.transferFrom(address,address,uint256) (#440-444):
External calls:
- _transfer(sender,recipient,amount) (#441)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
External calls sending eth:
- _transfer(sender,recipient,amount) (#441)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#639)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#442)
Reentrancy in TheMoonLady.swapAndLiquify(uint256) (#679-708):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
External calls sending eth:
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
Event emitted after the call(s):
- SwapAndLiquify(half,newBalance,otherHalf) (#707)
Reentrancy in TheMoonLady.swapAndSendMarketing(uint256) (#711-735):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
- sendBNB(address(marketingWallet),(newBalance * 730 / 1000)) (#727)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(reserveWalletAddress),(newBalance * 200 / 1000)) (#729)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(charityWalletAddress),(newBalance * 25 / 1000)) (#730)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletOne),(newBalance * 25 / 1000)) (#731)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletTwo),(newBalance * 20 / 1000)) (#732)
- (success) = recipient.call{value: amount}() (#532)
External calls sending eth:
- sendBNB(address(marketingWallet),(newBalance * 730 / 1000)) (#727)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(reserveWalletAddress),(newBalance * 200 / 1000)) (#729)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(charityWalletAddress),(newBalance * 25 / 1000)) (#730)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletOne),(newBalance * 25 / 1000)) (#731)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletTwo),(newBalance * 20 / 1000)) (#732)
- (success) = recipient.call{value: amount}() (#532)
Event emitted after the call(s):
- SwapAndSendMarketing(tokenAmount,newBalance) (#734)
Reentrancy in TheMoonLady._transfer(address,address,uint256) (#642-677):
External calls:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
Event emitted after the call(s):
- SwapAndSendMarketing(tokenAmount,newBalance) (#734)
- swapAndSendMarketing(marketingTokens) (#669)
- Transfer(sender,recipient,tTransferAmount) (#781)
- _tokenTransfer(from,to,amount) (#676)
- Transfer(sender,recipient,tTransferAmount) (#803)
- _tokenTransfer(from,to,amount) (#676)
- Transfer(sender,recipient,tTransferAmount) (#792)
- _tokenTransfer(from,to,amount) (#676)
- Transfer(sender,recipient,tTransferAmount) (#815)
- _tokenTransfer(from,to,amount) (#676)
Apply the check-effects-interactions pattern.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#101-122) uses assembly
- INLINE ASM (#114-117)
Address.isContract(address) (#65-74) uses assembly
- INLINE ASM (#72)
Do not use evm assembly.
Additional information: link
TheMoonLady.includeInReward(address) (#499-510) has costly operations inside a loop:
- _excluded.pop() (#506)
Use a local variable to hold the loop computation result.
Additional information: link
Address.sendValue(address,uint256) (#76-82) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#92-94) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#96-99) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
TheMoonLady.isContract(address) (#525-527) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#101-122) is never used and should be removed
Address.isContract(address) (#65-74) is never used and should be removed
Address.functionCall(address,bytes,string) (#88-90) is never used and should be removed
Address.functionCall(address,bytes) (#84-86) is never used and should be removed
Remove unused functions.
Additional information: link
TheMoonLady.swapTokensAtAmount (#372) is set pre-construction with a non-constant function or state variable:
- _tTotal / 5000
TheMoonLady.totalFees (#354) is set pre-construction with a non-constant function or state variable:
- taxFee + liquidityFee + marketingFee
TheMoonLady._previousMarketingFee (#352) is set pre-construction with a non-constant function or state variable:
- marketingFee
TheMoonLady._previousTaxFee (#346) is set pre-construction with a non-constant function or state variable:
- taxFee
TheMoonLady._previousLiquidityFee (#349) is set pre-construction with a non-constant function or state variable:
- liquidityFee
TheMoonLady._rTotal (#342) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
TheMoonLady._tTotal (#341) is set pre-construction with a non-constant function or state variable:
- 1_000_000_000_000_000 * (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
solc-0.8.16 is not recommended for deployment
Pragma version0.8.16 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
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 Address._functionCallWithValue(address,bytes,uint256,string) (#101-122):
- (success,returndata) = target.call{value: weiValue}(data) (#105)
Low level call in Address.sendValue(address,uint256) (#76-82):
- (success) = recipient.call{value: amount}() (#80)
Low level call in TheMoonLady.sendBNB(address,uint256) (#529-534):
- (success) = recipient.call{value: amount}() (#532)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter TheMoonLady.calculateTaxFee(uint256)._amount (#601) is not in mixedCase
Variable TheMoonLady.DEAD (#365) is not in mixedCase
Parameter TheMoonLady.calculateMarketingFee(uint256)._amount (#609) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#157) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#173) is not in mixedCase
Parameter TheMoonLady.setSwapEnabled(bool)._enabled (#742) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#156) is not in mixedCase
Parameter TheMoonLady.calculateLiquidityFee(uint256)._amount (#605) is not in mixedCase
Function IUniswapV2Router01.WETH() (#192) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#11)" inContext (#5-14)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable TheMoonLady._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to TheMoonLady._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable TheMoonLady.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to TheMoonLady._getValues(uint256).tTransferAmount (#542)
Variable TheMoonLady._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to TheMoonLady._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable TheMoonLady._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to TheMoonLady._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable TheMoonLady._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to TheMoonLady._getValues(uint256).tTransferAmount (#542)
Variable TheMoonLady._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to TheMoonLady._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable TheMoonLady._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to TheMoonLady._getTValues(uint256).tTransferAmount (#551)
Variable TheMoonLady._getValues(uint256).rTransferAmount (#543) is too similar to TheMoonLady._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable TheMoonLady._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to TheMoonLady._getValues(uint256).tTransferAmount (#542)
Variable TheMoonLady._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to TheMoonLady._getTValues(uint256).tTransferAmount (#551)
Variable TheMoonLady.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to TheMoonLady._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable TheMoonLady._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to TheMoonLady._getTValues(uint256).tTransferAmount (#551)
Variable TheMoonLady._getValues(uint256).rTransferAmount (#543) is too similar to TheMoonLady._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable TheMoonLady.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to TheMoonLady._getTValues(uint256).tTransferAmount (#551)
Variable TheMoonLady._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to TheMoonLady._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable TheMoonLady._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to TheMoonLady._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable TheMoonLady._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to TheMoonLady._getTValues(uint256).tTransferAmount (#551)
Variable TheMoonLady._getValues(uint256).rTransferAmount (#543) is too similar to TheMoonLady._getValues(uint256).tTransferAmount (#542)
Variable TheMoonLady._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to TheMoonLady._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable TheMoonLady._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to TheMoonLady._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable TheMoonLady._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to TheMoonLady._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable TheMoonLady._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to TheMoonLady._getValues(uint256).tTransferAmount (#542)
Variable TheMoonLady.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to TheMoonLady._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable TheMoonLady.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to TheMoonLady._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable TheMoonLady._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to TheMoonLady._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable TheMoonLady._getValues(uint256).rTransferAmount (#543) is too similar to TheMoonLady._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable TheMoonLady._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to TheMoonLady._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable TheMoonLady._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to TheMoonLady._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#197) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#198)
Variable TheMoonLady._getValues(uint256).rTransferAmount (#543) is too similar to TheMoonLady._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable TheMoonLady._getValues(uint256).rTransferAmount (#543) is too similar to TheMoonLady._getTValues(uint256).tTransferAmount (#551)
Variable TheMoonLady._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to TheMoonLady._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable TheMoonLady._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to TheMoonLady._getValues(uint256).tTransferAmount (#542)
Variable TheMoonLady._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to TheMoonLady._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable TheMoonLady._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to TheMoonLady._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable TheMoonLady._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to TheMoonLady._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable TheMoonLady.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to TheMoonLady._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable TheMoonLady._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to TheMoonLady._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable TheMoonLady._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to TheMoonLady._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable TheMoonLady._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to TheMoonLady._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable TheMoonLady._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to TheMoonLady._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable TheMoonLady._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to TheMoonLady._getTValues(uint256).tTransferAmount (#551)
Variable TheMoonLady._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to TheMoonLady._getValues(uint256).tTransferAmount (#542)
Prevent variables from having similar names.
Additional information: link
TheMoonLady.slitherConstructorVariables() (#325-831) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#365)
TheMoonLady.setSwapTokensAtAmount(uint256) (#737-740) uses literals with too many digits:
- require(bool,string)(newAmount > totalSupply() / 100000,SwapTokensAtAmount must be greater than 0.001% of total supply) (#738)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
TheMoonLady._name (#336) should be constant
TheMoonLady.DEAD (#365) should be constant
TheMoonLady._decimals (#338) should be constant
TheMoonLady.reserveWalletAddress (#358) should be constant
TheMoonLady.charityWalletAddress (#359) should be constant
TheMoonLady.marketingWallet (#356) should be constant
TheMoonLady.teamWalletOne (#360) should be constant
TheMoonLady._symbol (#337) should be constant
TheMoonLady.teamWalletTwo (#361) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
approve(address,uint256) should be declared external:
- TheMoonLady.approve(address,uint256) (#435-438)
decimals() should be declared external:
- TheMoonLady.decimals() (#413-415)
isExcludedFromFee(address) should be declared external:
- TheMoonLady.isExcludedFromFee(address) (#630-632)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#36-39)
deliver(uint256) should be declared external:
- TheMoonLady.deliver(uint256) (#464-471)
increaseAllowance(address,uint256) should be declared external:
- TheMoonLady.increaseAllowance(address,uint256) (#446-449)
transferFrom(address,address,uint256) should be declared external:
- TheMoonLady.transferFrom(address,address,uint256) (#440-444)
reflectionFromToken(uint256,bool) should be declared external:
- TheMoonLady.reflectionFromToken(uint256,bool) (#473-482)
name() should be declared external:
- TheMoonLady.name() (#405-407)
totalReflectionDistributed() should be declared external:
- TheMoonLady.totalReflectionDistributed() (#460-462)
excludeFromReward(address) should be declared external:
- TheMoonLady.excludeFromReward(address) (#490-497)
transfer(address,uint256) should be declared external:
- TheMoonLady.transfer(address,uint256) (#426-429)
allowance(address,address) should be declared external:
- TheMoonLady.allowance(address,address) (#431-433)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#41-45)
symbol() should be declared external:
- TheMoonLady.symbol() (#409-411)
isExcludedFromReward(address) should be declared external:
- TheMoonLady.isExcludedFromReward(address) (#456-458)
decreaseAllowance(address,uint256) should be declared external:
- TheMoonLady.decreaseAllowance(address,uint256) (#451-454)
Use the external attribute for functions never called from the contract.
Additional information: link
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
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.
Average 30d PancakeSwap liquidity is low.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 8% buy tax and 7% sell tax.
Taxes are low and contract ownership is renounced.
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
Unable to find token on CoinMarketCap
Additional information: link
Unable to find KYC or doxxing proof
Unable to find Telegram link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token is relatively young, but twitter if very old (probably it's fake).
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account