BSC project together with NFT development. Our NFT collection has already started its way. Visit the store and don't miss the start of our collection sales.
MOONANFT.Numforswap(uint256) (#1085-1102) contains a tautology or contradiction:
- require(bool,string)(totalFees() >= 0,no negative fee) (#1096)
Fix the incorrect comparison by changing the value type or the comparison.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Address.isContract(address) (#286-297) uses assembly
- INLINE ASM (#293-295)
Address._functionCallWithValue(address,bytes,uint256,string) (#412-440) uses assembly
- INLINE ASM (#432-435)
Do not use evm assembly.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#315-327):
- (success) = recipient.call{value: amount}() (#322)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#412-440):
- (success,returndata) = target.call{value: weiValue}(data) (#421-423)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#592) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#594) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#625) is not in mixedCase
Function IUniswapV2Router01.WETH() (#671) is not in mixedCase
Function MOONANFT.Numforswap(uint256) (#1085-1102) is not in mixedCase
Function MOONANFT.LiquifyEnabled(bool) (#1186-1189) is not in mixedCase
Parameter MOONANFT.LiquifyEnabled(bool)._enabled (#1186) is not in mixedCase
Variable MOONANFT._taxFee (#901) is not in mixedCase
Variable MOONANFT._liquidityFee (#903) is not in mixedCase
Variable MOONANFT._MarketingFee (#905) is not in mixedCase
Variable MOONANFT._MarketingWallet (#909) is not in mixedCase
Variable MOONANFT._isExcludedMarketing (#910) is not in mixedCase
Variable MOONANFT._MarketingstatWallet (#912) is not in mixedCase
Variable MOONANFT._MarketingExcludefee (#913) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#260)" inContext (#254-263)
Remove redundant statements if they congest code but offer no value.
Additional information: link
MOONANFT.allowance(address,address).owner (#999) shadows:
- Ownable.owner() (#477-479) (function)
MOONANFT._approve(address,address,uint256).owner (#1333) shadows:
- Ownable.owner() (#477-479) (function)
Rename the local variables that shadow another component.
Additional information: link
MOONANFT.setFee(uint256,uint256,uint256) (#1144-1152) should emit an event for:
- _taxFee = taxFeeset (#1145)
- _previousTaxFee = _taxFee (#1146)
- _liquidityFee = liquidityFeeset (#1147)
- _previousLiquidityFee = _liquidityFee (#1148)
- _MarketingFee = marketingFeeset (#1149)
- _previousMarketingFee = _MarketingFee (#1150)
Emit an event for critical parameter changes.
Additional information: link
MOONANFT.constructor(address,uint256,uint256[],uint256[]).isExcludedMarketing (#934) lacks a zero-check on :
- _isExcludedMarketing = isExcludedMarketing (#956)
Check that the address is not zero.
Additional information: link
Reentrancy in MOONANFT.constructor(address,uint256,uint256[],uint256[]) (#933-967):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#951-952)
State variables written after the call(s):
- _isExcludedFromFee[_msgSender()] = true (#962)
- _isExcludedFromFee[address(this)] = true (#963)
- _isExcludedFromFee[_MarketingWallet] = true (#964)
- _isExcludedMarketing = isExcludedMarketing (#956)
- _txbalance = txbalance (#957)
- automatedMarketMakerPairs[uniswapV2Pair] = true (#959)
- uniswapV2Router = _uniswapV2Router (#955)
Reentrancy in MOONANFT.swapAndLiquify(uint256) (#1358-1376):
External calls:
- swapTokensForEth(half.add(MarketingTokens)) (#1369)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1387-1393)
- MarketingTokens = addLiquidity(otherHalf,newBalance) (#1372)
- (ethToLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1404-1413)
External calls sending eth:
- MarketingTokens = addLiquidity(otherHalf,newBalance) (#1372)
- (ethToLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1404-1413)
State variables written after the call(s):
- MarketingTokens = addLiquidity(otherHalf,newBalance) (#1372)
- _allowances[owner][spender] = amount (#1340)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in MOONANFT.constructor(address,uint256,uint256[],uint256[]) (#933-967):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#951-952)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#966)
Reentrancy in MOONANFT.swapAndLiquify(uint256) (#1358-1376):
External calls:
- swapTokensForEth(half.add(MarketingTokens)) (#1369)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1387-1393)
- MarketingTokens = addLiquidity(otherHalf,newBalance) (#1372)
- (ethToLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1404-1413)
External calls sending eth:
- MarketingTokens = addLiquidity(otherHalf,newBalance) (#1372)
- (ethToLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1404-1413)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1341)
- MarketingTokens = addLiquidity(otherHalf,newBalance) (#1372)
Reentrancy in MOONANFT.swapAndLiquify(uint256) (#1358-1376):
External calls:
- swapTokensForEth(half.add(MarketingTokens)) (#1369)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1387-1393)
- MarketingTokens = addLiquidity(otherHalf,newBalance) (#1372)
- (ethToLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1404-1413)
- address(_MarketingWallet).sendValue(MarketingTokens) (#1373)
External calls sending eth:
- MarketingTokens = addLiquidity(otherHalf,newBalance) (#1372)
- (ethToLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1404-1413)
Event emitted after the call(s):
- SwapAndLiquify(half,newBalance,otherHalf) (#1375)
Apply the check-effects-interactions pattern.
Additional information: link
MOONANFT.Numforswap(uint256) (#1085-1102) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(block.timestamp != block.number) (#1091)
MOONANFT._tokenTransfer(address,address,uint256,bool) (#1419-1455) uses timestamp for comparisons
Dangerous comparisons:
- _getMarketingExclude < _MarketingstatWallet.length && _MarketingstatWallet[_getMarketingExclude] <= block.timestamp && tTransferAmount <= _txbalance (#1452-1453)
Avoid relying on block.timestamp.
Additional information: link
MOONANFT.includeInReward(address) (#1165-1176) has costly operations inside a loop:
- _excluded.pop() (#1172)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#412-440) is never used and should be removed
Address.functionCall(address,bytes) (#347-352) is never used and should be removed
Address.functionCall(address,bytes,string) (#360-366) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#379-391) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#399-410) is never used and should be removed
Address.isContract(address) (#286-297) is never used and should be removed
Address.sendValue(address,uint256) (#315-327) is never used and should be removed
Context._msgData() (#259-262) is never used and should be removed
MOONANFT.addLiquidity(uint256,uint256) (#1396-1416) is never used and should be removed
MOONANFT.swapAndLiquify(uint256) (#1358-1376) is never used and should be removed
MOONANFT.swapTokensForEth(uint256) (#1378-1394) is never used and should be removed
SafeMath.mod(uint256,uint256) (#228-230) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#244-251) is never used and should be removed
Remove unused functions.
Additional information: link
MOONANFT._tTotal (#898) is set pre-construction with a non-constant function or state variable:
- 100000000000 * 10 ** _decimals
MOONANFT._rTotal (#899) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MOONANFT._previousTaxFee (#902) is set pre-construction with a non-constant function or state variable:
- _taxFee
MOONANFT._previousLiquidityFee (#904) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
MOONANFT._previousMarketingFee (#906) is set pre-construction with a non-constant function or state variable:
- _MarketingFee
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.14 (#1) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.14 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
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#676) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#677)
Variable MOONANFT._tokenTransfer(address,address,uint256,bool).rTransferAmount (#1429) is too similar to MOONANFT._getValues(uint256).tTransferAmount (#1213)
Variable MOONANFT._tokenTransfer(address,address,uint256,bool).rTransferAmount (#1429) is too similar to MOONANFT._getTValues(uint256).tTransferAmount (#1249-1251)
Variable MOONANFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1274-1276) is too similar to MOONANFT._getValues(uint256).tTransferAmount (#1213)
Variable MOONANFT._tokenTransfer(address,address,uint256,bool).rTransferAmount (#1429) is too similar to MOONANFT._tokenTransfer(address,address,uint256,bool).tTransferAmount (#1431)
Variable MOONANFT._getValues(uint256).rTransferAmount (#1218) is too similar to MOONANFT._getTValues(uint256).tTransferAmount (#1249-1251)
Variable MOONANFT._getValues(uint256).rTransferAmount (#1218) is too similar to MOONANFT._getValues(uint256).tTransferAmount (#1213)
Variable MOONANFT._getValues(uint256).rTransferAmount (#1218) is too similar to MOONANFT._tokenTransfer(address,address,uint256,bool).tTransferAmount (#1431)
Variable MOONANFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1274-1276) is too similar to MOONANFT._getTValues(uint256).tTransferAmount (#1249-1251)
Variable MOONANFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1274-1276) is too similar to MOONANFT._tokenTransfer(address,address,uint256,bool).tTransferAmount (#1431)
Prevent variables from having similar names.
Additional information: link
MOONANFT.slitherConstructorVariables() (#876-1457) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** _decimals (#898)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ownable._previousOwner (#457) is never used in MOONANFT (#876-1457)
Ownable._lockTime (#458) is never used in MOONANFT (#876-1457)
MOONANFT.numTokensSellToAddToLiquidity (#915) is never used in MOONANFT (#876-1457)
Remove unused state variables.
Additional information: link
MOONANFT._MarketingWallet (#909) should be constant
MOONANFT._decimals (#883) should be constant
MOONANFT._name (#881) should be constant
MOONANFT._symbol (#882) should be constant
MOONANFT.numTokensSellToAddToLiquidity (#915) should be constant
Ownable._lockTime (#458) should be constant
Ownable._previousOwner (#457) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#496-499)
name() should be declared external:
- MOONANFT.name() (#969-971)
symbol() should be declared external:
- MOONANFT.symbol() (#973-975)
decimals() should be declared external:
- MOONANFT.decimals() (#977-979)
totalSupply() should be declared external:
- MOONANFT.totalSupply() (#981-983)
balanceOf(address) should be declared external:
- MOONANFT.balanceOf(address) (#985-988)
transfer(address,uint256) should be declared external:
- MOONANFT.transfer(address,uint256) (#990-997)
allowance(address,address) should be declared external:
- MOONANFT.allowance(address,address) (#999-1006)
approve(address,uint256) should be declared external:
- MOONANFT.approve(address,uint256) (#1008-1015)
transferFrom(address,address,uint256) should be declared external:
- MOONANFT.transferFrom(address,address,uint256) (#1017-1032)
increaseAllowance(address,uint256) should be declared external:
- MOONANFT.increaseAllowance(address,uint256) (#1034-1045)
decreaseAllowance(address,uint256) should be declared external:
- MOONANFT.decreaseAllowance(address,uint256) (#1047-1061)
isExcludedFromReward(address) should be declared external:
- MOONANFT.isExcludedFromReward(address) (#1063-1065)
excludeFromReward(address) should be declared external:
- MOONANFT.excludeFromReward(address) (#1155-1163)
excludeFromFee(address) should be declared external:
- MOONANFT.excludeFromFee(address) (#1178-1180)
includeInFee(address) should be declared external:
- MOONANFT.includeInFee(address) (#1182-1184)
LiquifyEnabled(bool) should be declared external:
- MOONANFT.LiquifyEnabled(bool) (#1186-1189)
isExcludedFromFee(address) should be declared external:
- MOONANFT.isExcludedFromFee(address) (#1328-1330)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / 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
Telegram account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts