Mad Production Token Logo

MPC [Mad Production] Token

About MPC

Listings

Token 2 years
white paper

One of a kind crypto and stocks SOCIAL PLATFORM for traders around the world. MARKETPLACE for NFTs. NFT, token giveaways and REWARD Fee for long term holders, LIQUIDITY top up. A play to earn GAME using Crypto Centuri 3D models. Last but not least Trading platform for cryptocurrencies and stocks in one APP – This membership will be exclusive to token and NFT holders. Just Serious investors in group. JOIN the Centurians community!!!

Social

Laser Scorebeta Last Audit: 13 December 2021

report
Token is either risky or in presale. For presale 30+ is a fine score.

CoinToken.addLiquidity(uint256,uint256) (#842-852) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in CoinToken._transfer(address,address,uint256) (#781-816):
External calls:
- swapAndLiquify(contractTokenBalance) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#833-839)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#722)
- _rOwned[_devWalletAddress] = _rOwned[_devWalletAddress].add(rDev) (#730)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#886)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#876)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#877)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#628)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#898)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#899)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#888)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#630)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _rTotal = _rTotal.sub(rFee) (#675)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#724)
- _tOwned[_devWalletAddress] = _tOwned[_devWalletAddress].add(tDev) (#732)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#897)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#627)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#887)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#629)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#309) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#310)
Variable CoinToken._transferStandard(address,address,uint256).rTransferAmount (#875) is too similar to CoinToken._transferStandard(address,address,uint256).tTransferAmount (#875)
Variable CoinToken._transferFromExcluded(address,address,uint256).rTransferAmount (#896) is too similar to CoinToken._transferBothExcluded(address,address,uint256).tTransferAmount (#626)
Variable CoinToken._transferStandard(address,address,uint256).rTransferAmount (#875) is too similar to CoinToken._transferFromExcluded(address,address,uint256).tTransferAmount (#896)
Variable CoinToken._transferToExcluded(address,address,uint256).rTransferAmount (#885) is too similar to CoinToken._getValues(uint256).tTransferAmount (#680)
Variable CoinToken._transferToExcluded(address,address,uint256).rTransferAmount (#885) is too similar to CoinToken._transferStandard(address,address,uint256).tTransferAmount (#875)
Variable CoinToken.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CoinToken._getValues(uint256).tTransferAmount (#680)
Variable CoinToken._transferToExcluded(address,address,uint256).rTransferAmount (#885) is too similar to CoinToken._transferToExcluded(address,address,uint256).tTransferAmount (#885)
Variable CoinToken._transferBothExcluded(address,address,uint256).rTransferAmount (#626) is too similar to CoinToken._getValues(uint256).tTransferAmount (#680)
Variable CoinToken.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CoinToken._transferStandard(address,address,uint256).tTransferAmount (#875)
Variable CoinToken._transferBothExcluded(address,address,uint256).rTransferAmount (#626) is too similar to CoinToken._transferStandard(address,address,uint256).tTransferAmount (#875)
Variable CoinToken._transferToExcluded(address,address,uint256).rTransferAmount (#885) is too similar to CoinToken._transferFromExcluded(address,address,uint256).tTransferAmount (#896)
Variable CoinToken.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CoinToken._transferToExcluded(address,address,uint256).tTransferAmount (#885)
Variable CoinToken.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CoinToken._transferFromExcluded(address,address,uint256).tTransferAmount (#896)
Variable CoinToken._transferBothExcluded(address,address,uint256).rTransferAmount (#626) is too similar to CoinToken._transferFromExcluded(address,address,uint256).tTransferAmount (#896)
Variable CoinToken._transferStandard(address,address,uint256).rTransferAmount (#875) is too similar to CoinToken._transferBothExcluded(address,address,uint256).tTransferAmount (#626)
Variable CoinToken._transferFromExcluded(address,address,uint256).rTransferAmount (#896) is too similar to CoinToken._transferStandard(address,address,uint256).tTransferAmount (#875)
Variable CoinToken._transferToExcluded(address,address,uint256).rTransferAmount (#885) is too similar to CoinToken._getTValues(uint256).tTransferAmount (#689)
Variable CoinToken._transferToExcluded(address,address,uint256).rTransferAmount (#885) is too similar to CoinToken._transferBothExcluded(address,address,uint256).tTransferAmount (#626)
Variable CoinToken.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CoinToken._getTValues(uint256).tTransferAmount (#689)
Variable CoinToken._transferFromExcluded(address,address,uint256).rTransferAmount (#896) is too similar to CoinToken._transferFromExcluded(address,address,uint256).tTransferAmount (#896)
Variable CoinToken.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CoinToken._transferBothExcluded(address,address,uint256).tTransferAmount (#626)
Variable CoinToken._transferBothExcluded(address,address,uint256).rTransferAmount (#626) is too similar to CoinToken._transferBothExcluded(address,address,uint256).tTransferAmount (#626)
Variable CoinToken._transferBothExcluded(address,address,uint256).rTransferAmount (#626) is too similar to CoinToken._transferToExcluded(address,address,uint256).tTransferAmount (#885)
Variable CoinToken._getValues(uint256).rTransferAmount (#681) is too similar to CoinToken._transferBothExcluded(address,address,uint256).tTransferAmount (#626)
Variable CoinToken._transferStandard(address,address,uint256).rTransferAmount (#875) is too similar to CoinToken._getTValues(uint256).tTransferAmount (#689)
Variable CoinToken._getValues(uint256).rTransferAmount (#681) is too similar to CoinToken._transferToExcluded(address,address,uint256).tTransferAmount (#885)
Variable CoinToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to CoinToken._getTValues(uint256).tTransferAmount (#689)
Variable CoinToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to CoinToken._transferStandard(address,address,uint256).tTransferAmount (#875)
Variable CoinToken._transferFromExcluded(address,address,uint256).rTransferAmount (#896) is too similar to CoinToken._getTValues(uint256).tTransferAmount (#689)
Variable CoinToken._getValues(uint256).rTransferAmount (#681) is too similar to CoinToken._getValues(uint256).tTransferAmount (#680)
Variable CoinToken._getValues(uint256).rTransferAmount (#681) is too similar to CoinToken._transferFromExcluded(address,address,uint256).tTransferAmount (#896)
Variable CoinToken._transferStandard(address,address,uint256).rTransferAmount (#875) is too similar to CoinToken._transferToExcluded(address,address,uint256).tTransferAmount (#885)
Variable CoinToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to CoinToken._transferBothExcluded(address,address,uint256).tTransferAmount (#626)
Variable CoinToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to CoinToken._transferToExcluded(address,address,uint256).tTransferAmount (#885)
Variable CoinToken._transferFromExcluded(address,address,uint256).rTransferAmount (#896) is too similar to CoinToken._transferToExcluded(address,address,uint256).tTransferAmount (#885)
Variable CoinToken._transferStandard(address,address,uint256).rTransferAmount (#875) is too similar to CoinToken._getValues(uint256).tTransferAmount (#680)
Variable CoinToken._transferBothExcluded(address,address,uint256).rTransferAmount (#626) is too similar to CoinToken._getTValues(uint256).tTransferAmount (#689)
Variable CoinToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to CoinToken._getValues(uint256).tTransferAmount (#680)
Variable CoinToken._getValues(uint256).rTransferAmount (#681) is too similar to CoinToken._transferStandard(address,address,uint256).tTransferAmount (#875)
Variable CoinToken._getValues(uint256).rTransferAmount (#681) is too similar to CoinToken._getTValues(uint256).tTransferAmount (#689)
Variable CoinToken._transferFromExcluded(address,address,uint256).rTransferAmount (#896) is too similar to CoinToken._getValues(uint256).tTransferAmount (#680)
Variable CoinToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#698) is too similar to CoinToken._transferFromExcluded(address,address,uint256).tTransferAmount (#896)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#218-221)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#224-228)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#232-237)
unlock() should be declared external:
- Ownable.unlock() (#240-245)
name() should be declared external:
- CoinToken.name() (#519-521)
symbol() should be declared external:
- CoinToken.symbol() (#523-525)
decimals() should be declared external:
- CoinToken.decimals() (#527-529)
totalSupply() should be declared external:
- CoinToken.totalSupply() (#531-533)
transfer(address,uint256) should be declared external:
- CoinToken.transfer(address,uint256) (#540-543)
allowance(address,address) should be declared external:
- CoinToken.allowance(address,address) (#545-547)
approve(address,uint256) should be declared external:
- CoinToken.approve(address,uint256) (#549-552)
transferFrom(address,address,uint256) should be declared external:
- CoinToken.transferFrom(address,address,uint256) (#554-558)
increaseAllowance(address,uint256) should be declared external:
- CoinToken.increaseAllowance(address,uint256) (#560-563)
decreaseAllowance(address,uint256) should be declared external:
- CoinToken.decreaseAllowance(address,uint256) (#565-568)
isExcludedFromReward(address) should be declared external:
- CoinToken.isExcludedFromReward(address) (#570-572)
totalFees() should be declared external:
- CoinToken.totalFees() (#574-576)
deliver(uint256) should be declared external:
- CoinToken.deliver(uint256) (#578-585)
reflectionFromToken(uint256,bool) should be declared external:
- CoinToken.reflectionFromToken(uint256,bool) (#587-596)
excludeFromReward(address) should be declared external:
- CoinToken.excludeFromReward(address) (#604-611)
excludeFromFee(address) should be declared external:
- CoinToken.excludeFromFee(address) (#637-639)
includeInFee(address) should be declared external:
- CoinToken.includeInFee(address) (#641-643)
setMaxTxPercent(uint256) should be declared external:
- CoinToken.setMaxTxPercent(uint256) (#657-659)
setDevWalletAddress(address) should be declared external:
- CoinToken.setDevWalletAddress(address) (#661-663)
setSwapAndLiquifyEnabled(bool) should be declared external:
- CoinToken.setSwapAndLiquifyEnabled(bool) (#666-669)
isExcludedFromFee(address) should be declared external:
- CoinToken.isExcludedFromFee(address) (#769-771)
Use the external attribute for functions never called from the contract.

Additional information: link

CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address) (#481-517) performs a multiplication on the result of a division:
-_maxTxAmount = (_tTotal * 5 / 1000) * 10 ** _decimals (#494)
CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address) (#481-517) performs a multiplication on the result of a division:
-numTokensSellToAddToLiquidity = (_tTotal * 5 / 10000) * 10 ** _decimals (#495)
Consider ordering multiplication before division.

Additional information: link

CoinToken.addLiquidity(uint256,uint256) (#842-852) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
Ensure that all the return values of the function calls are used.

Additional information: link

CoinToken.allowance(address,address).owner (#545) shadows:
- Ownable.owner() (#209-211) (function)
CoinToken._approve(address,address,uint256).owner (#773) shadows:
- Ownable.owner() (#209-211) (function)
Rename the local variables that shadow another component.

Additional information: link

CoinToken.setTaxFeePercent(uint256) (#645-647) should emit an event for:
- _taxFee = taxFee (#646)
CoinToken.setDevFeePercent(uint256) (#649-651) should emit an event for:
- _devFee = devFee (#650)
CoinToken.setLiquidityFeePercent(uint256) (#653-655) should emit an event for:
- _liquidityFee = liquidityFee (#654)
CoinToken.setMaxTxPercent(uint256) (#657-659) should emit an event for:
- _maxTxAmount = maxTxPercent * 10 ** _decimals (#658)
CoinToken.setNumTokensSellToAddToLiquidity(uint256) (#913-915) should emit an event for:
- numTokensSellToAddToLiquidity = amountToUpdate (#914)
Emit an event for critical parameter changes.

Additional information: link

CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address).feeaddress (#481) lacks a zero-check on :
- _devWalletAddress = feeaddress (#496)
CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address).tokenOwner (#481) lacks a zero-check on :
- _owner = tokenOwner (#512)
CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address).service (#481) lacks a zero-check on :
- address(service).transfer(msg.value) (#513)
CoinToken.setDevWalletAddress(address)._addr (#661) lacks a zero-check on :
- _devWalletAddress = _addr (#662)
Check that the address is not zero.

Additional information: link

Reentrancy in CoinToken._transfer(address,address,uint256) (#781-816):
External calls:
- swapAndLiquify(contractTokenBalance) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#833-839)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _devFee = _previousDevFee (#765)
- _devFee = 0 (#759)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _liquidityFee = _previousLiquidityFee (#766)
- _liquidityFee = 0 (#760)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _previousDevFee = _devFee (#755)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _previousLiquidityFee = _liquidityFee (#756)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _previousTaxFee = _taxFee (#754)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _tFeeTotal = _tFeeTotal.add(tFee) (#676)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- _taxFee = _previousTaxFee (#764)
- _taxFee = 0 (#758)
Reentrancy in CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address) (#481-517):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#502-503)
State variables written after the call(s):
- _isExcludedFromFee[tokenOwner] = true (#509)
- _isExcludedFromFee[address(this)] = true (#510)
- _owner = tokenOwner (#512)
- uniswapV2Router = _uniswapV2Router (#506)
Reentrancy in CoinToken.setRouterAddress(address) (#907-911):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#909)
State variables written after the call(s):
- uniswapV2Router = _uniswapV2Router (#910)
Reentrancy in CoinToken.swapAndLiquify(uint256) (#818-826):
External calls:
- swapTokensForEth(half) (#822)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#833-839)
- addLiquidity(otherHalf,newBalance) (#824)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#824)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#824)
- _allowances[owner][spender] = amount (#777)
Reentrancy in CoinToken.transferFrom(address,address,uint256) (#554-558):
External calls:
- _transfer(sender,recipient,amount) (#555)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#833-839)
External calls sending eth:
- _transfer(sender,recipient,amount) (#555)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#556)
- _allowances[owner][spender] = amount (#777)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in CoinToken._transfer(address,address,uint256) (#781-816):
External calls:
- swapAndLiquify(contractTokenBalance) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#833-839)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#881)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- Transfer(sender,recipient,tTransferAmount) (#903)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- Transfer(sender,recipient,tTransferAmount) (#892)
- _tokenTransfer(from,to,amount,takeFee) (#815)
- Transfer(sender,recipient,tTransferAmount) (#634)
- _tokenTransfer(from,to,amount,takeFee) (#815)
Reentrancy in CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address) (#481-517):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#502-503)
External calls sending eth:
- address(service).transfer(msg.value) (#513)
Event emitted after the call(s):
- Transfer(address(0),tokenOwner,_tTotal) (#514)
Reentrancy in CoinToken.swapAndLiquify(uint256) (#818-826):
External calls:
- swapTokensForEth(half) (#822)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#833-839)
- addLiquidity(otherHalf,newBalance) (#824)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#824)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#778)
- addLiquidity(otherHalf,newBalance) (#824)
- SwapAndLiquify(half,newBalance,otherHalf) (#825)
Reentrancy in CoinToken.transferFrom(address,address,uint256) (#554-558):
External calls:
- _transfer(sender,recipient,amount) (#555)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#833-839)
External calls sending eth:
- _transfer(sender,recipient,amount) (#555)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#844-851)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#778)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#556)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#240-245) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked.) (#242)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#128-132) uses assembly
- INLINE ASM (#130)
Address._verifyCallResult(bool,bytes,string) (#180-193) uses assembly
- INLINE ASM (#185-188)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#180-193) is never used and should be removed
Address.functionCall(address,bytes) (#140-142) is never used and should be removed
Address.functionCall(address,bytes,string) (#144-146) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#148-150) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#152-157) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#170-172) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#174-178) is never used and should be removed
Address.functionStaticCall(address,bytes) (#159-161) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#163-167) is never used and should be removed
Address.isContract(address) (#128-132) is never used and should be removed
Address.sendValue(address,uint256) (#134-138) is never used and should be removed
Context._msgData() (#119-122) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#96-101) is never used and should be removed
SafeMath.mod(uint256,uint256) (#85-87) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#103-108) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#25-31) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#52-57) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#59-64) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#40-50) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#33-38) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.4 (#8) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6
solc-0.8.4 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#134-138):
- (success) = recipient.call{value: amount}() (#136)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#152-157):
- (success,returndata) = target.call{value: value}(data) (#155)
Low level call in Address.functionStaticCall(address,bytes,string) (#163-167):
- (success,returndata) = target.staticcall(data) (#165)
Low level call in Address.functionDelegateCall(address,bytes,string) (#174-178):
- (success,returndata) = target.delegatecall(data) (#176)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable Ownable._owner (#199) is not in mixedCase
Variable Ownable._lockTime (#201) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#272) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#273) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#287) is not in mixedCase
Function IUniswapV2Router01.WETH() (#305) is not in mixedCase
Parameter CoinToken.setDevWalletAddress(address)._addr (#661) is not in mixedCase
Parameter CoinToken.setSwapAndLiquifyEnabled(bool)._enabled (#666) is not in mixedCase
Parameter CoinToken.calculateTaxFee(uint256)._amount (#735) is not in mixedCase
Parameter CoinToken.calculateDevFee(uint256)._amount (#741) is not in mixedCase
Parameter CoinToken.calculateLiquidityFee(uint256)._amount (#747) is not in mixedCase
Variable CoinToken._devWalletAddress (#447) is not in mixedCase
Variable CoinToken._taxFee (#455) is not in mixedCase
Variable CoinToken._devFee (#457) is not in mixedCase
Variable CoinToken._liquidityFee (#459) is not in mixedCase
Variable CoinToken._maxTxAmount (#465) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#120)" inContext (#114-123)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in CoinToken.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address,address,address) (#481-517):
External calls:
- address(service).transfer(msg.value) (#513)
Event emitted after the call(s):
- Transfer(address(0),tokenOwner,_tTotal) (#514)
Apply the check-effects-interactions pattern.

Additional information: link

Holders:


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


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of 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 MPC