Moonarch.app Token Logo

MOONARCH [Moonarch.app] Token

About MOONARCH

Listings

Token 23 months
CoinMarketCap 22 months
white paper

Moonarch.app is designed to help BSC traders to get an edge, by providing several original tools. The token is used to unlock premium features and remove limitations, on top of rewarding holders with redistributon.
The Top Gainers tool allows to see the tokens that have the best performance in the last 15sec/1min/5m/10m/30m/60m. The Wallet tool allows to see the user's tokens, their value and their performance. The New tokens tool allows to see the new tokens being created. The Whale watch tool allows to add addresses and watch their transactions.
All of the tools work in real time and give valuable information to traders in order to make the best moves.

Social

Laser Scorebeta Last Audit: 18 February 2022

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 Moonarch._transfer(address,address,uint256) (#1063-1110):
External calls:
- swapAndLiquify(contractTokenBalance) (#1097)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#982-988)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1097)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#938)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#993)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1057)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1012)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#862)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1058)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1013)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#995)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#864)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- _rTotal = _rTotal.sub(rFee) (#893)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#940)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#861)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1011)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#994)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#863)
Apply the check-effects-interactions pattern.

Additional information: link

Contract name (Moonarch.app) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Moonarch.constructor() (#728-750) performs a multiplication on the result of a division:
-marketingPart = _rTotal.div(100).mul(2) (#730)
Consider ordering multiplication before division.

Additional information: link

Moonarch.addLiquidity(uint256,uint256) (#1019-1032) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
Ensure that all the return values of the function calls are used.

Additional information: link

Moonarch.allowance(address,address).owner (#778) shadows:
- Ownable.owner() (#407-409) (function)
Moonarch._approve(address,address,uint256).owner (#1001) shadows:
- Ownable.owner() (#407-409) (function)
Rename the local variables that shadow another component.

Additional information: link

Moonarch.setLiquidityFeePercent(uint256) (#874-876) should emit an event for:
- _liquidityFee = liquidityFee (#875)
Moonarch.setMaxTxPercent(uint256) (#878-882) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#879-881)
Moonarch.setTaxFeePercent(uint256) (#1139-1141) should emit an event for:
- _taxFee = taxFee (#1140)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Moonarch._transfer(address,address,uint256) (#1063-1110):
External calls:
- swapAndLiquify(contractTokenBalance) (#1097)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#982-988)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1097)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- _liquidityFee = _previousLiquidityFee (#967)
- _liquidityFee = 0 (#962)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- _previousLiquidityFee = _liquidityFee (#959)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- _previousTaxFee = _taxFee (#958)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- _tFeeTotal = _tFeeTotal.add(tFee) (#894)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- _taxFee = _previousTaxFee (#966)
- _taxFee = 0 (#961)
Reentrancy in Moonarch.constructor() (#728-750):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#737-738)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#744)
- _isExcludedFromFee[marketing] = true (#745)
- _isExcludedFromFee[address(this)] = true (#746)
- uniswapV2Router = _uniswapV2Router (#741)
Reentrancy in Moonarch.swapAndLiquify(uint256) (#1112-1133):
External calls:
- swapTokensForEth(half) (#1124)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#982-988)
- addLiquidity(otherHalf,newBalance) (#1130)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1130)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1130)
- _allowances[owner][spender] = amount (#1005)
Reentrancy in Moonarch.transferFrom(address,address,uint256) (#787-791):
External calls:
- _transfer(sender,recipient,amount) (#788)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#982-988)
External calls sending eth:
- _transfer(sender,recipient,amount) (#788)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#789)
- _allowances[owner][spender] = amount (#1005)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Moonarch._transfer(address,address,uint256) (#1063-1110):
External calls:
- swapAndLiquify(contractTokenBalance) (#1097)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#982-988)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1097)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1061)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- Transfer(sender,recipient,tTransferAmount) (#1016)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- Transfer(sender,recipient,tTransferAmount) (#998)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
- Transfer(sender,recipient,tTransferAmount) (#867)
- _tokenTransfer(from,to,amount,takeFee) (#1109)
Reentrancy in Moonarch.constructor() (#728-750):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#737-738)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),remaining) (#748)
- Transfer(address(0),marketing,marketingPart) (#749)
Reentrancy in Moonarch.swapAndLiquify(uint256) (#1112-1133):
External calls:
- swapTokensForEth(half) (#1124)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#982-988)
- addLiquidity(otherHalf,newBalance) (#1130)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1130)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1006)
- addLiquidity(otherHalf,newBalance) (#1130)
- SwapAndLiquify(half,newBalance,otherHalf) (#1132)
Reentrancy in Moonarch.transferFrom(address,address,uint256) (#787-791):
External calls:
- _transfer(sender,recipient,amount) (#788)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#982-988)
External calls sending eth:
- _transfer(sender,recipient,amount) (#788)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1024-1031)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1006)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#789)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#454-459) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#456)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#37-46) uses assembly
- INLINE ASM (#44)
Address._functionCallWithValue(address,bytes,uint256,string) (#130-151) uses assembly
- INLINE ASM (#143-146)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#130-151) is never used and should be removed
Address.functionCall(address,bytes) (#90-92) is never used and should be removed
Address.functionCall(address,bytes,string) (#100-102) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#115-117) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#125-128) is never used and should be removed
Address.isContract(address) (#37-46) is never used and should be removed
Address.sendValue(address,uint256) (#64-70) is never used and should be removed
Context._msgData() (#158-161) is never used and should be removed
SafeMath.mod(uint256,uint256) (#284-286) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#300-303) is never used and should be removed
Remove unused functions.

Additional information: link

Moonarch._rTotal (#691) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Moonarch._previousTaxFee (#699) is set pre-construction with a non-constant function or state variable:
- _taxFee
Moonarch._previousLiquidityFee (#702) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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) (#64-70):
- (success) = recipient.call{value: amount}() (#68)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#130-151):
- (success,returndata) = target.call{value: weiValue}(data) (#134)
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() (#498) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#499) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#516) is not in mixedCase
Function IUniswapV2Router01.WETH() (#538) is not in mixedCase
Parameter Moonarch.setSwapAndLiquifyEnabled(bool)._enabled (#884) is not in mixedCase
Parameter Moonarch.calculateTaxFee(uint256)._amount (#943) is not in mixedCase
Parameter Moonarch.calculateLiquidityFee(uint256)._amount (#949) is not in mixedCase
Variable Moonarch._taxFee (#698) is not in mixedCase
Variable Moonarch._liquidityFee (#701) is not in mixedCase
Variable Moonarch._maxTxAmount (#710) is not in mixedCase
Variable Moonarch._maxWalletToken (#712) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#159)" inContext (#153-162)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#543) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#544)
Variable Moonarch._transferFromExcluded(address,address,uint256).rTransferAmount (#1010) is too similar to Moonarch._transferFromExcluded(address,address,uint256).tTransferAmount (#1010)
Variable Moonarch._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to Moonarch._transferStandard(address,address,uint256).tTransferAmount (#1056)
Variable Moonarch._transferToExcluded(address,address,uint256).rTransferAmount (#992) is too similar to Moonarch._transferStandard(address,address,uint256).tTransferAmount (#1056)
Variable Moonarch._transferFromExcluded(address,address,uint256).rTransferAmount (#1010) is too similar to Moonarch._getValues(uint256).tTransferAmount (#898)
Variable Moonarch._getValues(uint256).rTransferAmount (#899) is too similar to Moonarch._transferFromExcluded(address,address,uint256).tTransferAmount (#1010)
Variable Moonarch._getValues(uint256).rTransferAmount (#899) is too similar to Moonarch._getValues(uint256).tTransferAmount (#898)
Variable Moonarch._transferStandard(address,address,uint256).rTransferAmount (#1056) is too similar to Moonarch._transferFromExcluded(address,address,uint256).tTransferAmount (#1010)
Variable Moonarch.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Moonarch._transferStandard(address,address,uint256).tTransferAmount (#1056)
Variable Moonarch._getValues(uint256).rTransferAmount (#899) is too similar to Moonarch._transferToExcluded(address,address,uint256).tTransferAmount (#992)
Variable Moonarch._transferBothExcluded(address,address,uint256).rTransferAmount (#860) is too similar to Moonarch._transferBothExcluded(address,address,uint256).tTransferAmount (#860)
Variable Moonarch._transferStandard(address,address,uint256).rTransferAmount (#1056) is too similar to Moonarch._getValues(uint256).tTransferAmount (#898)
Variable Moonarch._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to Moonarch._transferBothExcluded(address,address,uint256).tTransferAmount (#860)
Variable Moonarch._getValues(uint256).rTransferAmount (#899) is too similar to Moonarch._getTValues(uint256).tTransferAmount (#906)
Variable Moonarch._transferBothExcluded(address,address,uint256).rTransferAmount (#860) is too similar to Moonarch._transferFromExcluded(address,address,uint256).tTransferAmount (#1010)
Variable Moonarch._transferFromExcluded(address,address,uint256).rTransferAmount (#1010) is too similar to Moonarch._transferStandard(address,address,uint256).tTransferAmount (#1056)
Variable Moonarch._transferBothExcluded(address,address,uint256).rTransferAmount (#860) is too similar to Moonarch._getValues(uint256).tTransferAmount (#898)
Variable Moonarch._transferBothExcluded(address,address,uint256).rTransferAmount (#860) is too similar to Moonarch._transferToExcluded(address,address,uint256).tTransferAmount (#992)
Variable Moonarch._getValues(uint256).rTransferAmount (#899) is too similar to Moonarch._transferStandard(address,address,uint256).tTransferAmount (#1056)
Variable Moonarch._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to Moonarch._transferFromExcluded(address,address,uint256).tTransferAmount (#1010)
Variable Moonarch._transferToExcluded(address,address,uint256).rTransferAmount (#992) is too similar to Moonarch._transferFromExcluded(address,address,uint256).tTransferAmount (#1010)
Variable Moonarch._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to Moonarch._getValues(uint256).tTransferAmount (#898)
Variable Moonarch._transferToExcluded(address,address,uint256).rTransferAmount (#992) is too similar to Moonarch._getValues(uint256).tTransferAmount (#898)
Variable Moonarch._transferBothExcluded(address,address,uint256).rTransferAmount (#860) is too similar to Moonarch._getTValues(uint256).tTransferAmount (#906)
Variable Moonarch._transferStandard(address,address,uint256).rTransferAmount (#1056) is too similar to Moonarch._transferStandard(address,address,uint256).tTransferAmount (#1056)
Variable Moonarch._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to Moonarch._transferToExcluded(address,address,uint256).tTransferAmount (#992)
Variable Moonarch._transferToExcluded(address,address,uint256).rTransferAmount (#992) is too similar to Moonarch._transferToExcluded(address,address,uint256).tTransferAmount (#992)
Variable Moonarch.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Moonarch._transferFromExcluded(address,address,uint256).tTransferAmount (#1010)
Variable Moonarch._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#914) is too similar to Moonarch._getTValues(uint256).tTransferAmount (#906)
Variable Moonarch.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Moonarch._getValues(uint256).tTransferAmount (#898)
Variable Moonarch._transferBothExcluded(address,address,uint256).rTransferAmount (#860) is too similar to Moonarch._transferStandard(address,address,uint256).tTransferAmount (#1056)
Variable Moonarch._getValues(uint256).rTransferAmount (#899) is too similar to Moonarch._transferBothExcluded(address,address,uint256).tTransferAmount (#860)
Variable Moonarch._transferToExcluded(address,address,uint256).rTransferAmount (#992) is too similar to Moonarch._getTValues(uint256).tTransferAmount (#906)
Variable Moonarch._transferStandard(address,address,uint256).rTransferAmount (#1056) is too similar to Moonarch._transferBothExcluded(address,address,uint256).tTransferAmount (#860)
Variable Moonarch.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Moonarch._transferBothExcluded(address,address,uint256).tTransferAmount (#860)
Variable Moonarch._transferStandard(address,address,uint256).rTransferAmount (#1056) is too similar to Moonarch._transferToExcluded(address,address,uint256).tTransferAmount (#992)
Variable Moonarch._transferStandard(address,address,uint256).rTransferAmount (#1056) is too similar to Moonarch._getTValues(uint256).tTransferAmount (#906)
Variable Moonarch.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Moonarch._transferToExcluded(address,address,uint256).tTransferAmount (#992)
Variable Moonarch._transferFromExcluded(address,address,uint256).rTransferAmount (#1010) is too similar to Moonarch._transferBothExcluded(address,address,uint256).tTransferAmount (#860)
Variable Moonarch._transferToExcluded(address,address,uint256).rTransferAmount (#992) is too similar to Moonarch._transferBothExcluded(address,address,uint256).tTransferAmount (#860)
Variable Moonarch.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Moonarch._getTValues(uint256).tTransferAmount (#906)
Variable Moonarch._transferFromExcluded(address,address,uint256).rTransferAmount (#1010) is too similar to Moonarch._transferToExcluded(address,address,uint256).tTransferAmount (#992)
Variable Moonarch._transferFromExcluded(address,address,uint256).rTransferAmount (#1010) is too similar to Moonarch._getTValues(uint256).tTransferAmount (#906)
Prevent variables from having similar names.

Additional information: link

Moonarch.slitherConstructorVariables() (#676-1145) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** 9 (#690)
Moonarch.slitherConstructorVariables() (#676-1145) uses literals with too many digits:
- _maxTxAmount = 1000000 * 10 ** 9 (#710)
Moonarch.slitherConstructorVariables() (#676-1145) uses literals with too many digits:
- _maxWalletToken = 2000000 * 10 ** 9 (#712)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Moonarch._decimals (#696) should be constant
Moonarch._maxWalletToken (#712) should be constant
Moonarch._name (#694) should be constant
Moonarch._symbol (#695) should be constant
Moonarch._tTotal (#690) should be constant
Moonarch.numTokensSellToAddToLiquidity (#711) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#426-429)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#435-439)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#441-443)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#446-451)
unlock() should be declared external:
- Ownable.unlock() (#454-459)
name() should be declared external:
- Moonarch.name() (#752-754)
symbol() should be declared external:
- Moonarch.symbol() (#756-758)
decimals() should be declared external:
- Moonarch.decimals() (#760-762)
totalSupply() should be declared external:
- Moonarch.totalSupply() (#764-766)
transfer(address,uint256) should be declared external:
- Moonarch.transfer(address,uint256) (#773-776)
allowance(address,address) should be declared external:
- Moonarch.allowance(address,address) (#778-780)
approve(address,uint256) should be declared external:
- Moonarch.approve(address,uint256) (#782-785)
transferFrom(address,address,uint256) should be declared external:
- Moonarch.transferFrom(address,address,uint256) (#787-791)
increaseAllowance(address,uint256) should be declared external:
- Moonarch.increaseAllowance(address,uint256) (#793-796)
decreaseAllowance(address,uint256) should be declared external:
- Moonarch.decreaseAllowance(address,uint256) (#798-801)
isExcludedFromReward(address) should be declared external:
- Moonarch.isExcludedFromReward(address) (#803-805)
totalFees() should be declared external:
- Moonarch.totalFees() (#807-809)
deliver(uint256) should be declared external:
- Moonarch.deliver(uint256) (#811-818)
reflectionFromToken(uint256,bool) should be declared external:
- Moonarch.reflectionFromToken(uint256,bool) (#820-829)
excludeFromReward(address) should be declared external:
- Moonarch.excludeFromReward(address) (#837-844)
excludeFromFee(address) should be declared external:
- Moonarch.excludeFromFee(address) (#870-872)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Moonarch.setSwapAndLiquifyEnabled(bool) (#884-887)
isExcludedFromFee(address) should be declared external:
- Moonarch.isExcludedFromFee(address) (#970-972)
includeInFee(address) should be declared external:
- Moonarch.includeInFee(address) (#1135-1137)
Use the external attribute for functions never called from the contract.

Additional information: link

Moonarch.includeInReward(address) (#846-857) has costly operations inside a loop:
- _excluded.pop() (#853)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 6% buy tax and 4% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find Discord account


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for MOONARCH

News for MOONARCH