MEG Token Logo

MEG Token

ALERT: rug pull scam

About MEG

Listings

Token 3 years

Website

white paper

🏃🏻‍♂️ Move2e is application is combined with NFTs, GameFi and SocialFi elements where you can earn rewards in MEG and NFTs by walking, running, or working out🏃🏻‍♀️ 80% of selling fees are rewarded to Holders 📱 Application ready to be launched ✨ Google Play & Appstore Buy 🥾 NFTs purchased with MEG 👟Reward NFT up to 14% daily 🤩 15% from referrals income 🤾🏻‍♀️ Audited 🔐 Liquidity locked 10 years 💎 BIG PARTNER & KOLs all around the world💎

Social

Laser Scorebeta Last Audit: 23 May 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links


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

Reentrancy in MEG._transfer(address,address,uint256) (#1413-1496):
External calls:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1530-1536)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
State variables written after the call(s):
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1365)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1594)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1595)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1365)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1594)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1595)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1365)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1594)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1595)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1365)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1594)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1595)
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _rTotal = _rTotal.sub(rFee) (#1276)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _rTotal = _rTotal.sub(rFee) (#1276)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _rTotal = _rTotal.sub(rFee) (#1276)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _rTotal = _rTotal.sub(rFee) (#1276)
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1367)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1367)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1367)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1367)
- _tTotal = _tTotal.add(feeAmount2) (#1490)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

MEG.setTaxFeePercent(uint256) (#1231-1233) should emit an event for:
- _taxFee = taxFee (#1232)
MEG.setLiquidityFeePercent(uint256) (#1235-1237) should emit an event for:
- _liquidityFee = liquidityFee (#1236)
MEG.setMaxTxPercent(uint256) (#1239-1241) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1240)
MEG.changeNumTokensSellToAddToLiquidity(uint256) (#1263-1266) should emit an event for:
- numTokensSellToAddToLiquidity = _numTokensSellToAddToLiquidity (#1265)
Emit an event for critical parameter changes.

Additional information: link

MEG.setMarketingWallet(address)._add (#1248) lacks a zero-check on :
- MARKETING_ADDRESS = _add (#1250)
MEG.setPoolWallet(address)._add (#1253) lacks a zero-check on :
- WPOOL = _add (#1255)
Check that the address is not zero.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#498-501)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#507-514)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#516-518)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#521-526)
unlock() should be declared external:
- Ownable.unlock() (#529-537)
addresses() should be declared external:
- MEG.addresses() (#1022-1024)
name() should be declared external:
- MEG.name() (#1026-1028)
symbol() should be declared external:
- MEG.symbol() (#1030-1032)
decimals() should be declared external:
- MEG.decimals() (#1034-1036)
totalSupply() should be declared external:
- MEG.totalSupply() (#1038-1040)
transfer(address,uint256) should be declared external:
- MEG.transfer(address,uint256) (#1047-1055)
transferWBNB(address,uint256) should be declared external:
- MEG.transferWBNB(address,uint256) (#1059-1064)
allowance(address,address) should be declared external:
- MEG.allowance(address,address) (#1066-1073)
approve(address,uint256) should be declared external:
- MEG.approve(address,uint256) (#1075-1082)
transferFrom(address,address,uint256) should be declared external:
- MEG.transferFrom(address,address,uint256) (#1084-1099)
increaseAllowance(address,uint256) should be declared external:
- MEG.increaseAllowance(address,uint256) (#1101-1112)
decreaseAllowance(address,uint256) should be declared external:
- MEG.decreaseAllowance(address,uint256) (#1114-1128)
isExcludedFromReward(address) should be declared external:
- MEG.isExcludedFromReward(address) (#1130-1132)
totalFees() should be declared external:
- MEG.totalFees() (#1134-1136)
deliver(uint256) should be declared external:
- MEG.deliver(uint256) (#1138-1148)
reflectionFromToken(uint256,bool) should be declared external:
- MEG.reflectionFromToken(uint256,bool) (#1150-1163)
excludeFromReward(address) should be declared external:
- MEG.excludeFromReward(address) (#1178-1186)
excludeFromFee(address) should be declared external:
- MEG.excludeFromFee(address) (#1223-1225)
includeInFee(address) should be declared external:
- MEG.includeInFee(address) (#1227-1229)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MEG.setSwapAndLiquifyEnabled(bool) (#1258-1261)
isExcludedFromFee(address) should be declared external:
- MEG.isExcludedFromFee(address) (#1397-1399)
Use the external attribute for functions never called from the contract.

Additional information: link

MEG.FEE_ADDRESS (#911) should be constant
MEG.FEE_ADDRESS_2 (#913) should be constant
MEG.ROUTER_ADDRESS (#900) should be constant
MEG.WBNB_ADDRESS (#902) should be constant
MEG.WETH (#905) should be constant
MEG._buyFee (#916) should be constant
MEG._decimals (#938) should be constant
MEG._feeToDiv (#977) should be constant
MEG._name (#936) should be constant
MEG._sellFee (#917) should be constant
MEG._symbol (#937) should be constant
MEG._tokenToBNBFee (#915) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

MEG.addLiquidity(uint256,uint256) (#1539-1552) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
Ensure that all the return values of the function calls are used.

Additional information: link

MEG.allowance(address,address).owner (#1066) shadows:
- Ownable.owner() (#479-481) (function)
MEG._approve(address,address,uint256).owner (#1402) shadows:
- Ownable.owner() (#479-481) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in MEG._transfer(address,address,uint256) (#1413-1496):
External calls:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1530-1536)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
State variables written after the call(s):
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _addresses.push(sender) (#1598)
- _addresses.push(recipient) (#1602)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _addresses.push(sender) (#1598)
- _addresses.push(recipient) (#1602)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _addresses.push(sender) (#1598)
- _addresses.push(recipient) (#1602)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _addresses.push(sender) (#1598)
- _addresses.push(recipient) (#1602)
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _liquidityFee = _previousLiquidityFee (#1394)
- _liquidityFee = 0 (#1389)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _liquidityFee = _previousLiquidityFee (#1394)
- _liquidityFee = 0 (#1389)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _liquidityFee = _previousLiquidityFee (#1394)
- _liquidityFee = 0 (#1389)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _liquidityFee = _previousLiquidityFee (#1394)
- _liquidityFee = 0 (#1389)
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _previousLiquidityFee = _liquidityFee (#1386)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _previousLiquidityFee = _liquidityFee (#1386)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _previousLiquidityFee = _liquidityFee (#1386)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _previousLiquidityFee = _liquidityFee (#1386)
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _previousTaxFee = _taxFee (#1385)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _previousTaxFee = _taxFee (#1385)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _previousTaxFee = _taxFee (#1385)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _previousTaxFee = _taxFee (#1385)
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1277)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1277)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1277)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1277)
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- _taxFee = _previousTaxFee (#1393)
- _taxFee = 0 (#1388)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
- _taxFee = _previousTaxFee (#1393)
- _taxFee = 0 (#1388)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- _taxFee = _previousTaxFee (#1393)
- _taxFee = 0 (#1388)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- _taxFee = _previousTaxFee (#1393)
- _taxFee = 0 (#1388)
Reentrancy in MEG.constructor() (#979-1007):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#996-997)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#1003)
- _isExcludedFromFee[address(this)] = true (#1004)
- uniswapV2Router = _uniswapV2Router (#1000)
Reentrancy in MEG.swapAndLiquify(uint256) (#1498-1519):
External calls:
- swapTokensForEth(half) (#1510)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1530-1536)
- addLiquidity(otherHalf,newBalance) (#1516)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1516)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1516)
- _allowances[owner][spender] = amount (#1409)
Reentrancy in MEG.transferFrom(address,address,uint256) (#1084-1099):
External calls:
- _transfer(sender,recipient,amount) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1530-1536)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC0: transfer amount exceeds allowance)) (#1090-1097)
- _allowances[owner][spender] = amount (#1409)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MEG._transfer(address,address,uint256) (#1413-1496):
External calls:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1530-1536)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1607)
- _tokenTransfer(from,to,amount,takeFee) (#1494)
- Transfer(sender,recipient,tTransferAmount) (#1607)
- _tokenTransfer(from,FEE_ADDRESS,feeAmount,false) (#1486)
- Transfer(sender,recipient,tTransferAmount) (#1607)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1488)
- Transfer(sender,recipient,tTransferAmount) (#1607)
- _tokenTransfer(from,FEE_ADDRESS_2,feeAmount2,false) (#1487)
Reentrancy in MEG.constructor() (#979-1007):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#996-997)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#1006)
Reentrancy in MEG.swapAndLiquify(uint256) (#1498-1519):
External calls:
- swapTokensForEth(half) (#1510)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1530-1536)
- addLiquidity(otherHalf,newBalance) (#1516)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1516)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1410)
- addLiquidity(otherHalf,newBalance) (#1516)
- SwapAndLiquify(half,newBalance,otherHalf) (#1518)
Reentrancy in MEG.transferFrom(address,address,uint256) (#1084-1099):
External calls:
- _transfer(sender,recipient,amount) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1530-1536)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1544-1551)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1410)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC0: transfer amount exceeds allowance)) (#1090-1097)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#288-300) uses assembly
- INLINE ASM (#296-298)
Address._functionCallWithValue(address,bytes,uint256,string) (#415-442) uses assembly
- INLINE ASM (#434-437)
Do not use evm assembly.

Additional information: link

MEG.includeInReward(address) (#1188-1199) has costly operations inside a loop:
- _excluded.pop() (#1195)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#415-442) is never used and should be removed
Address.functionCall(address,bytes) (#350-355) is never used and should be removed
Address.functionCall(address,bytes,string) (#363-369) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#382-394) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#402-413) is never used and should be removed
Address.isContract(address) (#288-300) is never used and should be removed
Address.sendValue(address,uint256) (#318-330) is never used and should be removed
Context._msgData() (#261-264) is never used and should be removed
MEG._transferBothExcluded(address,address,uint256) (#1201-1221) is never used and should be removed
MEG._transferFromExcluded(address,address,uint256) (#1631-1650) is never used and should be removed
MEG._transferToExcluded(address,address,uint256) (#1610-1629) is never used and should be removed
SafeMath.mod(uint256,uint256) (#230-232) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#246-253) is never used and should be removed
Remove unused functions.

Additional information: link

MEG.wbnb (#903) is set pre-construction with a non-constant function or state variable:
- WBNB(WBNB_ADDRESS)
MEG._rTotal (#933) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MEG._previousTaxFee (#942) is set pre-construction with a non-constant function or state variable:
- _taxFee
MEG._previousLiquidityFee (#946) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
MEG._maxTxAmount (#956) is set pre-construction with a non-constant function or state variable:
- _tTotal
MEG._maxWalletAmount (#957) is set pre-construction with a non-constant function or state variable:
- _tTotal
MEG._uniswapV2Router (#974-975) is set pre-construction with a non-constant function or state variable:
- IUniswapV2Router02(ROUTER_ADDRESS)
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) (#318-330):
- (success) = recipient.call{value: amount}() (#325)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#415-442):
- (success,returndata) = target.call{value: weiValue}(data) (#424-425)
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() (#603) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#605) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#636) is not in mixedCase
Function IUniswapV2Router01.WETH() (#682) is not in mixedCase
Parameter MEG.isExist(address)._address (#1009) is not in mixedCase
Parameter MEG.setMarketingWallet(address)._add (#1248) is not in mixedCase
Parameter MEG.setPoolWallet(address)._add (#1253) is not in mixedCase
Parameter MEG.setSwapAndLiquifyEnabled(bool)._enabled (#1258) is not in mixedCase
Parameter MEG.changeNumTokensSellToAddToLiquidity(uint256)._numTokensSellToAddToLiquidity (#1263) is not in mixedCase
Parameter MEG.calculateTaxFee(uint256)._amount (#1370) is not in mixedCase
Parameter MEG.calculateLiquidityFee(uint256)._amount (#1374) is not in mixedCase
Variable MEG.ROUTER_ADDRESS (#900) is not in mixedCase
Variable MEG.WBNB_ADDRESS (#902) is not in mixedCase
Variable MEG.WETH (#905) is not in mixedCase
Variable MEG.WPOOL (#906) is not in mixedCase
Variable MEG.MARKETING_ADDRESS (#908-909) is not in mixedCase
Variable MEG.FEE_ADDRESS (#911) is not in mixedCase
Variable MEG.FEE_ADDRESS_2 (#913) is not in mixedCase
Variable MEG._tokenToBNBFee (#915) is not in mixedCase
Variable MEG._buyFee (#916) is not in mixedCase
Variable MEG._sellFee (#917) is not in mixedCase
Variable MEG._addresses (#919) is not in mixedCase
Variable MEG._taxFee (#941) is not in mixedCase
Variable MEG._liquidityFee (#945) is not in mixedCase
Variable MEG._MKTshare (#948) is not in mixedCase
Variable MEG._maxTxAmount (#956) is not in mixedCase
Variable MEG._maxWalletAmount (#957) is not in mixedCase
Variable MEG._uniswapV2Router (#974-975) is not in mixedCase
Variable MEG._feeToDiv (#977) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#262)" inContext (#256-265)
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 (#687) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#688)
Variable MEG._transferBothExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to MEG._transferFromExcluded(address,address,uint256).tTransferAmount (#1640)
Variable MEG._transferStandard(address,address,uint256).rTransferAmount (#1588) is too similar to MEG._transferFromExcluded(address,address,uint256).tTransferAmount (#1640)
Variable MEG._transferFromExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to MEG._transferFromExcluded(address,address,uint256).tTransferAmount (#1640)
Variable MEG._transferToExcluded(address,address,uint256).rTransferAmount (#1617) is too similar to MEG._getValues(uint256).tTransferAmount (#1292)
Variable MEG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1338) is too similar to MEG._transferFromExcluded(address,address,uint256).tTransferAmount (#1640)
Variable MEG._transferToExcluded(address,address,uint256).rTransferAmount (#1617) is too similar to MEG._transferToExcluded(address,address,uint256).tTransferAmount (#1619)
Variable MEG._transferToExcluded(address,address,uint256).rTransferAmount (#1617) is too similar to MEG._transferStandard(address,address,uint256).tTransferAmount (#1590)
Variable MEG._transferBothExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to MEG._transferBothExcluded(address,address,uint256).tTransferAmount (#1210)
Variable MEG._getValues(uint256).rTransferAmount (#1294) is too similar to MEG._transferFromExcluded(address,address,uint256).tTransferAmount (#1640)
Variable MEG._transferBothExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to MEG._getValues(uint256).tTransferAmount (#1292)
Variable MEG._transferBothExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to MEG._transferStandard(address,address,uint256).tTransferAmount (#1590)
Variable MEG._transferBothExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to MEG._transferToExcluded(address,address,uint256).tTransferAmount (#1619)
Variable MEG._transferStandard(address,address,uint256).rTransferAmount (#1588) is too similar to MEG._transferStandard(address,address,uint256).tTransferAmount (#1590)
Variable MEG._transferBothExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to MEG._getTValues(uint256).tTransferAmount (#1317)
Variable MEG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1338) is too similar to MEG._getValues(uint256).tTransferAmount (#1292)
Variable MEG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1338) is too similar to MEG._transferToExcluded(address,address,uint256).tTransferAmount (#1619)
Variable MEG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1338) is too similar to MEG._transferStandard(address,address,uint256).tTransferAmount (#1590)
Variable MEG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1338) is too similar to MEG._getTValues(uint256).tTransferAmount (#1317)
Variable MEG._getValues(uint256).rTransferAmount (#1294) is too similar to MEG._transferStandard(address,address,uint256).tTransferAmount (#1590)
Variable MEG._transferToExcluded(address,address,uint256).rTransferAmount (#1617) is too similar to MEG._transferFromExcluded(address,address,uint256).tTransferAmount (#1640)
Variable MEG._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1338) is too similar to MEG._transferBothExcluded(address,address,uint256).tTransferAmount (#1210)
Variable MEG._getValues(uint256).rTransferAmount (#1294) is too similar to MEG._transferToExcluded(address,address,uint256).tTransferAmount (#1619)
Variable MEG._transferStandard(address,address,uint256).rTransferAmount (#1588) is too similar to MEG._getValues(uint256).tTransferAmount (#1292)
Variable MEG._transferFromExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to MEG._transferToExcluded(address,address,uint256).tTransferAmount (#1619)
Variable MEG._getValues(uint256).rTransferAmount (#1294) is too similar to MEG._transferBothExcluded(address,address,uint256).tTransferAmount (#1210)
Variable MEG.reflectionFromToken(uint256,bool).rTransferAmount (#1160) is too similar to MEG._transferToExcluded(address,address,uint256).tTransferAmount (#1619)
Variable MEG._transferToExcluded(address,address,uint256).rTransferAmount (#1617) is too similar to MEG._getTValues(uint256).tTransferAmount (#1317)
Variable MEG._transferStandard(address,address,uint256).rTransferAmount (#1588) is too similar to MEG._getTValues(uint256).tTransferAmount (#1317)
Variable MEG._transferFromExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to MEG._transferBothExcluded(address,address,uint256).tTransferAmount (#1210)
Variable MEG.reflectionFromToken(uint256,bool).rTransferAmount (#1160) is too similar to MEG._transferBothExcluded(address,address,uint256).tTransferAmount (#1210)
Variable MEG._transferFromExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to MEG._transferStandard(address,address,uint256).tTransferAmount (#1590)
Variable MEG.reflectionFromToken(uint256,bool).rTransferAmount (#1160) is too similar to MEG._transferStandard(address,address,uint256).tTransferAmount (#1590)
Variable MEG.reflectionFromToken(uint256,bool).rTransferAmount (#1160) is too similar to MEG._transferFromExcluded(address,address,uint256).tTransferAmount (#1640)
Variable MEG._getValues(uint256).rTransferAmount (#1294) is too similar to MEG._getValues(uint256).tTransferAmount (#1292)
Variable MEG._transferStandard(address,address,uint256).rTransferAmount (#1588) is too similar to MEG._transferToExcluded(address,address,uint256).tTransferAmount (#1619)
Variable MEG._transferFromExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to MEG._getValues(uint256).tTransferAmount (#1292)
Variable MEG._getValues(uint256).rTransferAmount (#1294) is too similar to MEG._getTValues(uint256).tTransferAmount (#1317)
Variable MEG.reflectionFromToken(uint256,bool).rTransferAmount (#1160) is too similar to MEG._getValues(uint256).tTransferAmount (#1292)
Variable MEG._transferToExcluded(address,address,uint256).rTransferAmount (#1617) is too similar to MEG._transferBothExcluded(address,address,uint256).tTransferAmount (#1210)
Variable MEG._transferStandard(address,address,uint256).rTransferAmount (#1588) is too similar to MEG._transferBothExcluded(address,address,uint256).tTransferAmount (#1210)
Variable MEG._transferFromExcluded(address,address,uint256).rTransferAmount (#1638) is too similar to MEG._getTValues(uint256).tTransferAmount (#1317)
Variable MEG.reflectionFromToken(uint256,bool).rTransferAmount (#1160) is too similar to MEG._getTValues(uint256).tTransferAmount (#1317)
Prevent variables from having similar names.

Additional information: link

MEG.slitherConstructorVariables() (#895-1652) uses literals with too many digits:
- _tTotal = 1000000000000 * 10 ** 18 (#931)
MEG.slitherConstructorVariables() (#895-1652) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000000 * 10 ** 18 (#958)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Twitter account has few posts


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


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 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

Price for MEG

News for MEG