MoonMakerProtocol Token Logo

MMP [MoonMakerProtocol] Token

About MMP

Listings

Token 2 years
CoinGecko 2 years
white paper

It is a platform that combines the idea of a centralized launchpad (like BSC Launchpad) with the advantage of DeFi under the concept that everyone can promote their own ideas and tokens on MMP.

Social

Laser Scorebeta Last Audit: 6 August 2022

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

Reentrancy in MoonMakerProtocol._transfer(address,address,uint256) (#1332-1393):
External calls:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
State variables written after the call(s):
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1284)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1488)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1508)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1530)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1489)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1510)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1531)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1284)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1488)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1508)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1530)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1489)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1510)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1531)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1284)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1488)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1508)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1530)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1489)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1510)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1531)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _rTotal = _rTotal.sub(rFee) (#1195)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _rTotal = _rTotal.sub(rFee) (#1195)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _rTotal = _rTotal.sub(rFee) (#1195)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1286)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1157)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1529)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1509)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1159)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1286)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1157)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1529)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1509)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1159)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1286)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1157)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1529)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1509)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1159)
Apply the check-effects-interactions pattern.

Additional information: link

MoonMakerProtocol.addLiquidity(uint256,uint256) (#1436-1449) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
Ensure that all the return values of the function calls are used.

Additional information: link

MoonMakerProtocol.allowance(address,address).owner (#1009) shadows:
- Ownable.owner() (#488-490) (function)
MoonMakerProtocol._approve(address,address,uint256).owner (#1321) shadows:
- Ownable.owner() (#488-490) (function)
Rename the local variables that shadow another component.

Additional information: link

MoonMakerProtocol.setTaxFeePercent(uint256) (#1174-1176) should emit an event for:
- _taxFee = taxFee (#1175)
MoonMakerProtocol.setLiquidityFeePercent(uint256) (#1178-1180) should emit an event for:
- _liquidityFee = liquidityFee (#1179)
MoonMakerProtocol.setMaxTxPercent(uint256) (#1182-1184) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1183)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in MoonMakerProtocol._transfer(address,address,uint256) (#1332-1393):
External calls:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
State variables written after the call(s):
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _liquidityFee = _previousLiquidityFee (#1313)
- _liquidityFee = 0 (#1308)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _liquidityFee = _previousLiquidityFee (#1313)
- _liquidityFee = 0 (#1308)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _liquidityFee = _previousLiquidityFee (#1313)
- _liquidityFee = 0 (#1308)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _previousLiquidityFee = _liquidityFee (#1305)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _previousLiquidityFee = _liquidityFee (#1305)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _previousLiquidityFee = _liquidityFee (#1305)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _previousTaxFee = _taxFee (#1304)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _previousTaxFee = _taxFee (#1304)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _previousTaxFee = _taxFee (#1304)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1196)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1196)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1196)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _taxFee = _previousTaxFee (#1312)
- _taxFee = 0 (#1307)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _taxFee = _previousTaxFee (#1312)
- _taxFee = 0 (#1307)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _taxFee = _previousTaxFee (#1312)
- _taxFee = 0 (#1307)
Reentrancy in MoonMakerProtocol.constructor() (#959-977):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#966-967)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#973)
- _isExcludedFromFee[address(this)] = true (#974)
- uniswapV2Router = _uniswapV2Router (#970)
Reentrancy in MoonMakerProtocol.swapAndLiquify(uint256) (#1395-1416):
External calls:
- swapTokensForEth(half) (#1407)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
- addLiquidity(otherHalf,newBalance) (#1413)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1413)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1413)
- _allowances[owner][spender] = amount (#1328)
Reentrancy in MoonMakerProtocol.transferFrom(address,address,uint256) (#1027-1042):
External calls:
- _transfer(sender,recipient,amount) (#1032)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1032)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC0: transfer amount exceeds allowance)) (#1033-1040)
- _allowances[owner][spender] = amount (#1328)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MoonMakerProtocol._transfer(address,address,uint256) (#1332-1393):
External calls:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1492)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- Transfer(sender,recipient,tTransferAmount) (#1492)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- Transfer(sender,recipient,tTransferAmount) (#1492)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- Transfer(sender,recipient,tTransferAmount) (#1513)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- Transfer(sender,recipient,tTransferAmount) (#1534)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- Transfer(sender,recipient,tTransferAmount) (#1534)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- Transfer(sender,recipient,tTransferAmount) (#1534)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- Transfer(sender,recipient,tTransferAmount) (#1513)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- Transfer(sender,recipient,tTransferAmount) (#1513)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
Reentrancy in MoonMakerProtocol.constructor() (#959-977):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#966-967)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#976)
Reentrancy in MoonMakerProtocol.swapAndLiquify(uint256) (#1395-1416):
External calls:
- swapTokensForEth(half) (#1407)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
- addLiquidity(otherHalf,newBalance) (#1413)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1413)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1329)
- addLiquidity(otherHalf,newBalance) (#1413)
- SwapAndLiquify(half,newBalance,otherHalf) (#1415)
Reentrancy in MoonMakerProtocol.transferFrom(address,address,uint256) (#1027-1042):
External calls:
- _transfer(sender,recipient,amount) (#1032)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1032)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1329)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC0: transfer amount exceeds allowance)) (#1033-1040)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#297-309) uses assembly
- INLINE ASM (#305-307)
Address._functionCallWithValue(address,bytes,uint256,string) (#424-451) uses assembly
- INLINE ASM (#443-446)
Do not use evm assembly.

Additional information: link

MoonMakerProtocol.includeInReward(address) (#1131-1142) has costly operations inside a loop:
- _excluded.pop() (#1138)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#424-451) is never used and should be removed
Address.functionCall(address,bytes) (#359-364) is never used and should be removed
Address.functionCall(address,bytes,string) (#372-378) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#391-403) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#411-422) is never used and should be removed
Address.isContract(address) (#297-309) is never used and should be removed
Address.sendValue(address,uint256) (#327-339) is never used and should be removed
Context._msgData() (#270-273) is never used and should be removed
SafeMath.mod(uint256,uint256) (#239-241) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#255-262) is never used and should be removed
Remove unused functions.

Additional information: link

MoonMakerProtocol._rTotal (#921) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MoonMakerProtocol._previousTaxFee (#929) is set pre-construction with a non-constant function or state variable:
- _taxFee
MoonMakerProtocol._previousLiquidityFee (#932) 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) (#327-339):
- (success) = recipient.call{value: amount}() (#334)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#424-451):
- (success,returndata) = target.call{value: weiValue}(data) (#433-434)
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() (#616) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#618) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#649) is not in mixedCase
Function IUniswapV2Router01.WETH() (#697) is not in mixedCase
Parameter MoonMakerProtocol.setSwapAndLiquifyEnabled(bool)._enabled (#1186) is not in mixedCase
Parameter MoonMakerProtocol.calculateTaxFee(uint256)._amount (#1289) is not in mixedCase
Parameter MoonMakerProtocol.calculateLiquidityFee(uint256)._amount (#1293) is not in mixedCase
Variable MoonMakerProtocol._taxFee (#928) is not in mixedCase
Variable MoonMakerProtocol._liquidityFee (#931) is not in mixedCase
Variable MoonMakerProtocol._MKTshare (#934) is not in mixedCase
Variable MoonMakerProtocol._maxTxAmount (#942) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#271)" inContext (#265-274)
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 (#702) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#703)
Variable MoonMakerProtocol._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to MoonMakerProtocol._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable MoonMakerProtocol._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to MoonMakerProtocol._getTValues(uint256).tTransferAmount (#1236)
Variable MoonMakerProtocol._getValues(uint256).rTransferAmount (#1213) is too similar to MoonMakerProtocol._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable MoonMakerProtocol._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to MoonMakerProtocol._getTValues(uint256).tTransferAmount (#1236)
Variable MoonMakerProtocol._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to MoonMakerProtocol._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable MoonMakerProtocol._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to MoonMakerProtocol._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable MoonMakerProtocol._getValues(uint256).rTransferAmount (#1213) is too similar to MoonMakerProtocol._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable MoonMakerProtocol._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to MoonMakerProtocol._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable MoonMakerProtocol._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to MoonMakerProtocol._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable MoonMakerProtocol._getValues(uint256).rTransferAmount (#1213) is too similar to MoonMakerProtocol._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable MoonMakerProtocol._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to MoonMakerProtocol._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable MoonMakerProtocol._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to MoonMakerProtocol._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable MoonMakerProtocol._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to MoonMakerProtocol._getValues(uint256).tTransferAmount (#1211)
Variable MoonMakerProtocol._getValues(uint256).rTransferAmount (#1213) is too similar to MoonMakerProtocol._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable MoonMakerProtocol._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to MoonMakerProtocol._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable MoonMakerProtocol._getValues(uint256).rTransferAmount (#1213) is too similar to MoonMakerProtocol._getValues(uint256).tTransferAmount (#1211)
Variable MoonMakerProtocol._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to MoonMakerProtocol._getValues(uint256).tTransferAmount (#1211)
Variable MoonMakerProtocol._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to MoonMakerProtocol._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable MoonMakerProtocol._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to MoonMakerProtocol._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable MoonMakerProtocol._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to MoonMakerProtocol._getTValues(uint256).tTransferAmount (#1236)
Variable MoonMakerProtocol._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to MoonMakerProtocol._getTValues(uint256).tTransferAmount (#1236)
Variable MoonMakerProtocol._getValues(uint256).rTransferAmount (#1213) is too similar to MoonMakerProtocol._getTValues(uint256).tTransferAmount (#1236)
Variable MoonMakerProtocol._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to MoonMakerProtocol._getTValues(uint256).tTransferAmount (#1236)
Variable MoonMakerProtocol._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to MoonMakerProtocol._getValues(uint256).tTransferAmount (#1211)
Variable MoonMakerProtocol._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to MoonMakerProtocol._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable MoonMakerProtocol._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to MoonMakerProtocol._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable MoonMakerProtocol._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to MoonMakerProtocol._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable MoonMakerProtocol._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to MoonMakerProtocol._getValues(uint256).tTransferAmount (#1211)
Variable MoonMakerProtocol.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to MoonMakerProtocol._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable MoonMakerProtocol._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to MoonMakerProtocol._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable MoonMakerProtocol.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to MoonMakerProtocol._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable MoonMakerProtocol._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to MoonMakerProtocol._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable MoonMakerProtocol.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to MoonMakerProtocol._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable MoonMakerProtocol.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to MoonMakerProtocol._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable MoonMakerProtocol._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to MoonMakerProtocol._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable MoonMakerProtocol._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to MoonMakerProtocol._getValues(uint256).tTransferAmount (#1211)
Variable MoonMakerProtocol.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to MoonMakerProtocol._getTValues(uint256).tTransferAmount (#1236)
Variable MoonMakerProtocol._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to MoonMakerProtocol._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable MoonMakerProtocol._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to MoonMakerProtocol._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable MoonMakerProtocol._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to MoonMakerProtocol._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable MoonMakerProtocol.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to MoonMakerProtocol._getValues(uint256).tTransferAmount (#1211)
Variable MoonMakerProtocol._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to MoonMakerProtocol._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Prevent variables from having similar names.

Additional information: link

MoonMakerProtocol._MKTshare (#934) should be constant
MoonMakerProtocol._decimals (#926) should be constant
MoonMakerProtocol._name (#924) should be constant
MoonMakerProtocol._symbol (#925) should be constant
MoonMakerProtocol._tTotal (#920) should be constant
MoonMakerProtocol.numTokensSellToAddToLiquidity (#943) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#507-510)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#516-523)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#525-527)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#530-535)
unlock() should be declared external:
- Ownable.unlock() (#538-546)
name() should be declared external:
- MoonMakerProtocol.name() (#979-981)
symbol() should be declared external:
- MoonMakerProtocol.symbol() (#983-985)
decimals() should be declared external:
- MoonMakerProtocol.decimals() (#987-989)
totalSupply() should be declared external:
- MoonMakerProtocol.totalSupply() (#991-993)
transfer(address,uint256) should be declared external:
- MoonMakerProtocol.transfer(address,uint256) (#1000-1007)
allowance(address,address) should be declared external:
- MoonMakerProtocol.allowance(address,address) (#1009-1016)
approve(address,uint256) should be declared external:
- MoonMakerProtocol.approve(address,uint256) (#1018-1025)
transferFrom(address,address,uint256) should be declared external:
- MoonMakerProtocol.transferFrom(address,address,uint256) (#1027-1042)
increaseAllowance(address,uint256) should be declared external:
- MoonMakerProtocol.increaseAllowance(address,uint256) (#1044-1055)
decreaseAllowance(address,uint256) should be declared external:
- MoonMakerProtocol.decreaseAllowance(address,uint256) (#1057-1071)
isExcludedFromReward(address) should be declared external:
- MoonMakerProtocol.isExcludedFromReward(address) (#1073-1075)
totalFees() should be declared external:
- MoonMakerProtocol.totalFees() (#1077-1079)
deliver(uint256) should be declared external:
- MoonMakerProtocol.deliver(uint256) (#1081-1091)
reflectionFromToken(uint256,bool) should be declared external:
- MoonMakerProtocol.reflectionFromToken(uint256,bool) (#1093-1106)
excludeFromReward(address) should be declared external:
- MoonMakerProtocol.excludeFromReward(address) (#1121-1129)
excludeFromFee(address) should be declared external:
- MoonMakerProtocol.excludeFromFee(address) (#1166-1168)
includeInFee(address) should be declared external:
- MoonMakerProtocol.includeInFee(address) (#1170-1172)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MoonMakerProtocol.setSwapAndLiquifyEnabled(bool) (#1186-1189)
isExcludedFromFee(address) should be declared external:
- MoonMakerProtocol.isExcludedFromFee(address) (#1316-1318)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Token is deployed only at one blockchain

Contract has 9% buy tax and 7% sell tax.
Taxes are low and contract ownership is renounced.


Twitter account link seems to be invalid


Telegram account has less than 100 subscribers


Unable to find Youtube account


Unable to find Discord account


Unable to find token on CoinMarketCap

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinGecko rank

Price for MMP