4JNET Token Logo

4JNET Token

About 4JNET

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

Website

white paper

DEFI, NFT, MATEVERSE

Social

Laser Scorebeta Last Audit: 13 March 2024

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


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

Reentrancy in MoonToken._transfer(address,address,uint256) (#988-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#941)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1135)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1122)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1150)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#848)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1123)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1151)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1137)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#850)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- _rTotal = _rTotal.sub(rFee) (#896)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#943)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#847)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1149)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1136)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#849)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

MoonToken.setStarter(address).starter (#870) lacks a zero-check on :
- _starter = starter (#872)
Check that the address is not zero.

Additional information: link

MoonToken.addLiquidity(uint256,uint256) (#1082-1095) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
Ensure that all the return values of the function calls are used.

Additional information: link

Redundant expression "this (#247)" inContext (#241-250)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable MoonToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#917) is too similar to MoonToken._getValues(uint256,bool).tTransferAmount (#901)
Variable MoonToken._getValues(uint256,bool).rTransferAmount (#902) is too similar to MoonToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable MoonToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to MoonToken._transferToExcluded(address,address,uint256).tTransferAmount (#1134)
Variable MoonToken._getValues(uint256,bool).rTransferAmount (#902) is too similar to MoonToken._getTValues(uint256,bool).tTransferAmount (#909)
Variable MoonToken._getValues(uint256,bool).rTransferAmount (#902) is too similar to MoonToken._transferBothExcluded(address,address,uint256).tTransferAmount (#846)
Variable MoonToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#917) is too similar to MoonToken._getTValues(uint256,bool).tTransferAmount (#909)
Variable MoonToken._transferStandard(address,address,uint256).rTransferAmount (#1121) is too similar to MoonToken._transferStandard(address,address,uint256).tTransferAmount (#1121)
Variable MoonToken._transferToExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to MoonToken._getValues(uint256,bool).tTransferAmount (#901)
Variable MoonToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to MoonToken._getTValues(uint256,bool).tTransferAmount (#909)
Variable MoonToken._getValues(uint256,bool).rTransferAmount (#902) is too similar to MoonToken._transferStandard(address,address,uint256).tTransferAmount (#1121)
Variable MoonToken.reflectionFromToken(uint256,bool).rTransferAmount (#807) is too similar to MoonToken._transferToExcluded(address,address,uint256).tTransferAmount (#1134)
Variable MoonToken._transferToExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to MoonToken._transferStandard(address,address,uint256).tTransferAmount (#1121)
Variable MoonToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#917) is too similar to MoonToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable MoonToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to MoonToken._getValues(uint256,bool).tTransferAmount (#901)
Variable MoonToken._transferBothExcluded(address,address,uint256).rTransferAmount (#846) is too similar to MoonToken._transferToExcluded(address,address,uint256).tTransferAmount (#1134)
Variable MoonToken.reflectionFromToken(uint256,bool).rTransferAmount (#807) is too similar to MoonToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable MoonToken.reflectionFromToken(uint256,bool).rTransferAmount (#807) is too similar to MoonToken._transferBothExcluded(address,address,uint256).tTransferAmount (#846)
Variable MoonToken._getValues(uint256,bool).rTransferAmount (#902) is too similar to MoonToken._getValues(uint256,bool).tTransferAmount (#901)
Variable MoonToken.reflectionFromToken(uint256,bool).rTransferAmount (#807) is too similar to MoonToken._transferStandard(address,address,uint256).tTransferAmount (#1121)
Variable MoonToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#917) is too similar to MoonToken._transferBothExcluded(address,address,uint256).tTransferAmount (#846)
Variable MoonToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#917) is too similar to MoonToken._transferStandard(address,address,uint256).tTransferAmount (#1121)
Variable MoonToken._transferStandard(address,address,uint256).rTransferAmount (#1121) is too similar to MoonToken._getValues(uint256,bool).tTransferAmount (#901)
Variable MoonToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to MoonToken._transferBothExcluded(address,address,uint256).tTransferAmount (#846)
Variable MoonToken._transferBothExcluded(address,address,uint256).rTransferAmount (#846) is too similar to MoonToken._transferStandard(address,address,uint256).tTransferAmount (#1121)
Variable MoonToken._transferStandard(address,address,uint256).rTransferAmount (#1121) is too similar to MoonToken._transferToExcluded(address,address,uint256).tTransferAmount (#1134)
Variable MoonToken.reflectionFromToken(uint256,bool).rTransferAmount (#807) is too similar to MoonToken._getTValues(uint256,bool).tTransferAmount (#909)
Variable MoonToken._transferBothExcluded(address,address,uint256).rTransferAmount (#846) is too similar to MoonToken._transferBothExcluded(address,address,uint256).tTransferAmount (#846)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#503) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#504)
Variable MoonToken._transferBothExcluded(address,address,uint256).rTransferAmount (#846) is too similar to MoonToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable MoonToken._transferToExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to MoonToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable MoonToken._transferToExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to MoonToken._transferToExcluded(address,address,uint256).tTransferAmount (#1134)
Variable MoonToken._getValues(uint256,bool).rTransferAmount (#902) is too similar to MoonToken._transferToExcluded(address,address,uint256).tTransferAmount (#1134)
Variable MoonToken._transferStandard(address,address,uint256).rTransferAmount (#1121) is too similar to MoonToken._getTValues(uint256,bool).tTransferAmount (#909)
Variable MoonToken._transferStandard(address,address,uint256).rTransferAmount (#1121) is too similar to MoonToken._transferBothExcluded(address,address,uint256).tTransferAmount (#846)
Variable MoonToken._transferBothExcluded(address,address,uint256).rTransferAmount (#846) is too similar to MoonToken._getTValues(uint256,bool).tTransferAmount (#909)
Variable MoonToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#917) is too similar to MoonToken._transferToExcluded(address,address,uint256).tTransferAmount (#1134)
Variable MoonToken._transferToExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to MoonToken._transferBothExcluded(address,address,uint256).tTransferAmount (#846)
Variable MoonToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to MoonToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable MoonToken._transferStandard(address,address,uint256).rTransferAmount (#1121) is too similar to MoonToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable MoonToken._transferBothExcluded(address,address,uint256).rTransferAmount (#846) is too similar to MoonToken._getValues(uint256,bool).tTransferAmount (#901)
Variable MoonToken._transferToExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to MoonToken._getTValues(uint256,bool).tTransferAmount (#909)
Variable MoonToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to MoonToken._transferStandard(address,address,uint256).tTransferAmount (#1121)
Variable MoonToken.reflectionFromToken(uint256,bool).rTransferAmount (#807) is too similar to MoonToken._getValues(uint256,bool).tTransferAmount (#901)
Prevent variables from having similar names.

Additional information: link

MoonToken.numTokensSellToAddToLiquidity (#699) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

decimals() should be declared external:
- MoonToken.decimals() (#741-743)
allowance(address,address) should be declared external:
- MoonToken.allowance(address,address) (#759-761)
totalFees() should be declared external:
- MoonToken.totalFees() (#788-790)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#408-411)
decreaseAllowance(address,uint256) should be declared external:
- MoonToken.decreaseAllowance(address,uint256) (#779-782)
deliver(uint256) should be declared external:
- MoonToken.deliver(uint256) (#792-799)
isExcludedFromFee(address) should be declared external:
- MoonToken.isExcludedFromFee(address) (#976-978)
transfer(address,uint256) should be declared external:
- MoonToken.transfer(address,uint256) (#754-757)
excludeFromReward(address) should be declared external:
- MoonToken.excludeFromReward(address) (#818-826)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#412-414)
symbol() should be declared external:
- MoonToken.symbol() (#737-739)
totalSupply() should be declared external:
- MoonToken.totalSupply() (#745-747)
approve(address,uint256) should be declared external:
- MoonToken.approve(address,uint256) (#763-766)
includeInFee(address) should be declared external:
- MoonToken.includeInFee(address) (#860-862)
increaseAllowance(address,uint256) should be declared external:
- MoonToken.increaseAllowance(address,uint256) (#774-777)
name() should be declared external:
- MoonToken.name() (#733-735)
isExcludedFromReward(address) should be declared external:
- MoonToken.isExcludedFromReward(address) (#784-786)
reflectionFromToken(uint256,bool) should be declared external:
- MoonToken.reflectionFromToken(uint256,bool) (#801-810)
transferFrom(address,address,uint256) should be declared external:
- MoonToken.transferFrom(address,address,uint256) (#768-772)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MoonToken.setSwapAndLiquifyEnabled(bool) (#887-890)
excludeFromFee(address) should be declared external:
- MoonToken.excludeFromFee(address) (#856-858)
Use the external attribute for functions never called from the contract.

Additional information: link

MoonToken._transfer(address,address,uint256) (#988-1039) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _startTime,The start time is not up.) (#998)
Avoid relying on block.timestamp.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#367-388) uses assembly
- INLINE ASM (#380-383)
Address.isContract(address) (#274-283) uses assembly
- INLINE ASM (#281)
Do not use evm assembly.

Additional information: link

Address.sendValue(address,uint256) (#301-307) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#352-354) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#235-238) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#362-365) is never used and should be removed
Context._msgData() (#246-249) is never used and should be removed
SafeMath.mod(uint256,uint256) (#219-221) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#367-388) is never used and should be removed
Address.isContract(address) (#274-283) is never used and should be removed
Address.functionCall(address,bytes,string) (#337-339) is never used and should be removed
Address.functionCall(address,bytes) (#327-329) is never used and should be removed
Remove unused functions.

Additional information: link

MoonToken.slitherConstructorConstantVariables() (#655-1157) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#669)
MoonToken.slitherConstructorVariables() (#655-1157) uses literals with too many digits:
- _maxTxAmount = 10000000 * 10 ** 6 * 10 ** 9 (#698)
MoonToken.slitherConstructorVariables() (#655-1157) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#699)
MoonToken.slitherConstructorConstantVariables() (#655-1157) uses literals with too many digits:
- _liquidityOwner = address(0x0000000000000000000000000000000000000001) (#687)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

MoonToken.allowance(address,address).owner (#759) shadows:
- Ownable.owner() (#398-400) (function)
MoonToken._approve(address,address,uint256).owner (#980) shadows:
- Ownable.owner() (#398-400) (function)
Rename the local variables that shadow another component.

Additional information: link

MoonToken.setMaxTxPercent(uint256) (#881-885) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#882-884)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in MoonToken._transfer(address,address,uint256) (#988-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
State variables written after the call(s):
- _liquidityBase = _liquidityBase.mul(999).div(10 ** 3) (#1036)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- _liquidityFee = _previousLiquidityFee (#973)
- _liquidityFee = 0 (#968)
- _liquidityFee = _liquidityBase.div(10 ** 3) (#1037)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- _previousLiquidityFee = _liquidityFee (#965)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- _previousTaxFee = _taxFee (#964)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- _tFeeTotal = _tFeeTotal.add(tFee) (#897)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- _taxFee = _previousTaxFee (#972)
- _taxFee = 0 (#967)
Reentrancy in MoonToken.transferFrom(address,address,uint256) (#768-772):
External calls:
- _transfer(sender,recipient,amount) (#769)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- _transfer(sender,recipient,amount) (#769)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#770)
- _allowances[owner][spender] = amount (#984)
Reentrancy in MoonToken.swapAndLiquify(uint256) (#1041-1062):
External calls:
- swapTokensForEth(half) (#1053)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
- addLiquidity(otherHalf,newBalance) (#1059)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1059)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1059)
- _allowances[owner][spender] = amount (#984)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MoonToken._transfer(address,address,uint256) (#988-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1126)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- Transfer(sender,recipient,tTransferAmount) (#1154)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- Transfer(sender,recipient,tTransferAmount) (#1140)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
- Transfer(sender,recipient,tTransferAmount) (#853)
- _tokenTransfer(from,to,amount,takeFee) (#1033)
Reentrancy in MoonToken.swapAndLiquify(uint256) (#1041-1062):
External calls:
- swapTokensForEth(half) (#1053)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
- addLiquidity(otherHalf,newBalance) (#1059)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1059)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#985)
- addLiquidity(otherHalf,newBalance) (#1059)
- SwapAndLiquify(half,newBalance,otherHalf) (#1061)
Reentrancy in MoonToken.transferFrom(address,address,uint256) (#768-772):
External calls:
- _transfer(sender,recipient,amount) (#769)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- _transfer(sender,recipient,amount) (#769)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_liquidityOwner,block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#985)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#770)
Apply the check-effects-interactions pattern.

Additional information: link

MoonToken._previousLiquidityFee (#686) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
MoonToken._previousTaxFee (#678) is set pre-construction with a non-constant function or state variable:
- _taxFee
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

Low level call in Address.sendValue(address,uint256) (#301-307):
- (success) = recipient.call{value: amount}() (#305)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#367-388):
- (success,returndata) = target.call{value: weiValue}(data) (#371)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter MoonToken.calculateTaxFee(uint256,bool)._amount (#946) is not in mixedCase
Constant MoonToken._name (#673) is not in UPPER_CASE_WITH_UNDERSCORES
Variable MoonToken._liquidityFee (#684) is not in mixedCase
Variable MoonToken._liquidityBase (#685) is not in mixedCase
Constant MoonToken._NFTFee (#680) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MoonToken._liquidityOwner (#687) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MoonToken._decimals (#675) is not in UPPER_CASE_WITH_UNDERSCORES
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#459) is not in mixedCase
Variable MoonToken._taxFee (#677) is not in mixedCase
Constant MoonToken._symbol (#674) is not in UPPER_CASE_WITH_UNDERSCORES
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#476) is not in mixedCase
Parameter MoonToken.setSwapAndLiquifyEnabled(bool)._enabled (#887) is not in mixedCase
Parameter MoonToken.setNFTContract(IERC721).NFTContract (#864) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#458) is not in mixedCase
Constant MoonToken._tTotal (#669) is not in UPPER_CASE_WITH_UNDERSCORES
Variable MoonToken._NFTContract (#681) is not in mixedCase
Variable MoonToken._maxTxAmount (#698) is not in mixedCase
Variable MoonToken._startTime (#690) is not in mixedCase
Function IUniswapV2Router01.WETH() (#498) is not in mixedCase
Variable MoonToken._starter (#689) is not in mixedCase
Parameter MoonToken.calculateLiquidityFee(uint256)._amount (#955) is not in mixedCase
Variable MoonToken._NFTContractSet (#682) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

MoonToken.includeInReward(address) (#828-839) has costly operations inside a loop:
- _excluded.pop() (#835)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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.

Contract has 10% buy tax and 10% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord account


Unable to crawl data from the website


Unable to find token contract audit


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find audit link on the website


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank

Price for 4JNET