Metashoes Token Logo

MS [Metashoes] Token

About MS

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 2 January 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

Reentrancy in Metashoes._transfer(address,address,uint256) (#611-641):
External calls:
- swapAndLiquify(contractTokenBalance) (#634)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#656-662)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#634)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _rOwned[_HoldersMarketing] = _rOwned[_HoldersMarketing].add(rHolders) (#569)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#562)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#703)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#694)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#714)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#695)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#507)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#715)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#705)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#509)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#521)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#564)
- _tOwned[_HoldersMarketing] = _tOwned[_HoldersMarketing].add(tHolders) (#571)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#713)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#506)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#704)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#508)
Apply the check-effects-interactions pattern.

Additional information: link

Metashoes.addLiquidity(uint256,uint256) (#664-674) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
Ensure that all the return values of the function calls are used.

Additional information: link

Metashoes.allowance(address,address).owner (#435) shadows:
- Ownable.owner() (#163-165) (function)
Metashoes._approve(address,address,uint256).owner (#605) shadows:
- Ownable.owner() (#163-165) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in Metashoes._transfer(address,address,uint256) (#611-641):
External calls:
- swapAndLiquify(contractTokenBalance) (#634)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#656-662)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#634)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#600)
- _BurnedliquidityFee = 0 (#595)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _HoldersFee = _previousHoldersFee (#599)
- _HoldersFee = 0 (#594)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _Reflections = _previousReflections (#598)
- _Reflections = 0 (#593)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#592)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _previousHoldersFee = _HoldersFee (#591)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _previousReflections = _Reflections (#590)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- _tFeeTotal = _tFeeTotal.add(tFee) (#522)
Reentrancy in Metashoes.constructor() (#405-414):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#408-409)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#411)
- _isExcludedFromFee[address(this)] = true (#412)
- uniswapV2Router = _uniswapV2Router (#410)
Reentrancy in Metashoes.swapAndLiquify(uint256) (#642-650):
External calls:
- swapTokensForEth(half) (#646)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#656-662)
- addLiquidity(otherHalf,newBalance) (#648)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#648)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#648)
- _allowances[owner][spender] = amount (#608)
Reentrancy in Metashoes.transferFrom(address,address,uint256) (#442-446):
External calls:
- _transfer(sender,recipient,amount) (#443)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#656-662)
External calls sending eth:
- _transfer(sender,recipient,amount) (#443)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#444)
- _allowances[owner][spender] = amount (#608)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Metashoes._transfer(address,address,uint256) (#611-641):
External calls:
- swapAndLiquify(contractTokenBalance) (#634)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#656-662)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#634)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#699)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- Transfer(sender,recipient,tTransferAmount) (#709)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- Transfer(sender,recipient,tTransferAmount) (#719)
- _tokenTransfer(from,to,amount,takeFee) (#640)
- Transfer(sender,recipient,tTransferAmount) (#513)
- _tokenTransfer(from,to,amount,takeFee) (#640)
Reentrancy in Metashoes.constructor() (#405-414):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#408-409)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#413)
Reentrancy in Metashoes.swapAndLiquify(uint256) (#642-650):
External calls:
- swapTokensForEth(half) (#646)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#656-662)
- addLiquidity(otherHalf,newBalance) (#648)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#648)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#609)
- addLiquidity(otherHalf,newBalance) (#648)
- SwapAndLiquify(half,newBalance,otherHalf) (#649)
Reentrancy in Metashoes.transferFrom(address,address,uint256) (#442-446):
External calls:
- _transfer(sender,recipient,amount) (#443)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#656-662)
External calls sending eth:
- _transfer(sender,recipient,amount) (#443)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#666-673)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#609)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#444)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#99-103) uses assembly
- INLINE ASM (#101)
Address._verifyCallResult(bool,bytes,string) (#140-153) uses assembly
- INLINE ASM (#145-148)
Do not use evm assembly.

Additional information: link

Metashoes.includeInReward(address) (#492-503) has costly operations inside a loop:
- _excluded.pop() (#499)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#140-153) is never used and should be removed
Address.functionCall(address,bytes) (#109-111) is never used and should be removed
Address.functionCall(address,bytes,string) (#112-114) 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) (#118-123) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#132-134) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#135-139) is never used and should be removed
Address.functionStaticCall(address,bytes) (#124-126) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#127-131) is never used and should be removed
Address.isContract(address) (#99-103) is never used and should be removed
Address.sendValue(address,uint256) (#104-108) is never used and should be removed
Context._msgData() (#92-95) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#74-79) is never used and should be removed
SafeMath.mod(uint256,uint256) (#65-67) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#80-85) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#20-26) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#41-46) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#47-52) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#33-40) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#27-32) is never used and should be removed
Remove unused functions.

Additional information: link

Metashoes._rTotalSupply (#375) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
Metashoes._previousReflections (#381) is set pre-construction with a non-constant function or state variable:
- _Reflections
Metashoes._previousHoldersFee (#383) is set pre-construction with a non-constant function or state variable:
- _HoldersFee
Metashoes._previousBurnedLiquidityFee (#385) is set pre-construction with a non-constant function or state variable:
- _BurnedliquidityFee
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) (#104-108):
- (success) = recipient.call{value: amount}() (#106)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#118-123):
- (success,returndata) = target.call{value: value}(data) (#121)
Low level call in Address.functionStaticCall(address,bytes,string) (#127-131):
- (success,returndata) = target.staticcall(data) (#129)
Low level call in Address.functionDelegateCall(address,bytes,string) (#135-139):
- (success,returndata) = target.delegatecall(data) (#137)
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() (#200) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#201) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#215) is not in mixedCase
Function IUniswapV2Router01.WETH() (#233) is not in mixedCase
Parameter Metashoes.setSwapAndLiquifyEnabled(bool)._enabled (#515) is not in mixedCase
Parameter Metashoes.calculateReflections(uint256)._amount (#573) is not in mixedCase
Parameter Metashoes.calculateHoldersFee(uint256)._amount (#578) is not in mixedCase
Parameter Metashoes.calculateBurnedLiquidityFee(uint256)._amount (#583) is not in mixedCase
Variable Metashoes._HoldersMarketing (#372) is not in mixedCase
Variable Metashoes._Reflections (#380) is not in mixedCase
Variable Metashoes._HoldersFee (#382) is not in mixedCase
Variable Metashoes._BurnedliquidityFee (#384) is not in mixedCase
Variable Metashoes._maxTxAmount (#386) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#93)" inContext (#88-96)
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 (#237) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#238)
Variable Metashoes._rTotalSupply (#375) is too similar to Metashoes._tTotalSupply (#374)
Variable Metashoes._transferFromExcluded(address,address,uint256).rTransferAmount (#712) is too similar to Metashoes._getValues(uint256).tTransferAmount (#525)
Variable Metashoes._transferToExcluded(address,address,uint256).rTransferAmount (#702) is too similar to Metashoes._transferStandard(address,address,uint256).tTransferAmount (#693)
Variable Metashoes._transferStandard(address,address,uint256).rTransferAmount (#693) is too similar to Metashoes._transferStandard(address,address,uint256).tTransferAmount (#693)
Variable Metashoes._getValues(uint256).rTransferAmount (#526) is too similar to Metashoes._getValues(uint256).tTransferAmount (#525)
Variable Metashoes._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#541) is too similar to Metashoes._getValues(uint256).tTransferAmount (#525)
Variable Metashoes.reflectionFromToken(uint256,bool).rTransferAmount (#475) is too similar to Metashoes._getValues(uint256).tTransferAmount (#525)
Variable Metashoes._transferBothExcluded(address,address,uint256).rTransferAmount (#505) is too similar to Metashoes._transferStandard(address,address,uint256).tTransferAmount (#693)
Variable Metashoes._transferFromExcluded(address,address,uint256).rTransferAmount (#712) is too similar to Metashoes._transferToExcluded(address,address,uint256).tTransferAmount (#702)
Variable Metashoes._transferFromExcluded(address,address,uint256).rTransferAmount (#712) is too similar to Metashoes._getTValues(uint256).tTransferAmount (#533)
Variable Metashoes._transferToExcluded(address,address,uint256).rTransferAmount (#702) is too similar to Metashoes._getValues(uint256).tTransferAmount (#525)
Variable Metashoes._transferFromExcluded(address,address,uint256).rTransferAmount (#712) is too similar to Metashoes._transferBothExcluded(address,address,uint256).tTransferAmount (#505)
Variable Metashoes._transferStandard(address,address,uint256).rTransferAmount (#693) is too similar to Metashoes._getValues(uint256).tTransferAmount (#525)
Variable Metashoes._getValues(uint256).rTransferAmount (#526) is too similar to Metashoes._transferToExcluded(address,address,uint256).tTransferAmount (#702)
Variable Metashoes._getValues(uint256).rTransferAmount (#526) is too similar to Metashoes._getTValues(uint256).tTransferAmount (#533)
Variable Metashoes.reflectionFromToken(uint256,bool).rTransferAmount (#475) is too similar to Metashoes._transferToExcluded(address,address,uint256).tTransferAmount (#702)
Variable Metashoes.reflectionFromToken(uint256,bool).rTransferAmount (#475) is too similar to Metashoes._getTValues(uint256).tTransferAmount (#533)
Variable Metashoes.reflectionFromToken(uint256,bool).rTransferAmount (#475) is too similar to Metashoes._transferBothExcluded(address,address,uint256).tTransferAmount (#505)
Variable Metashoes._transferBothExcluded(address,address,uint256).rTransferAmount (#505) is too similar to Metashoes._getValues(uint256).tTransferAmount (#525)
Variable Metashoes._transferFromExcluded(address,address,uint256).rTransferAmount (#712) is too similar to Metashoes._transferFromExcluded(address,address,uint256).tTransferAmount (#712)
Variable Metashoes._transferToExcluded(address,address,uint256).rTransferAmount (#702) is too similar to Metashoes._transferToExcluded(address,address,uint256).tTransferAmount (#702)
Variable Metashoes._transferToExcluded(address,address,uint256).rTransferAmount (#702) is too similar to Metashoes._getTValues(uint256).tTransferAmount (#533)
Variable Metashoes._transferFromExcluded(address,address,uint256).rTransferAmount (#712) is too similar to Metashoes._transferStandard(address,address,uint256).tTransferAmount (#693)
Variable Metashoes._transferStandard(address,address,uint256).rTransferAmount (#693) is too similar to Metashoes._getTValues(uint256).tTransferAmount (#533)
Variable Metashoes._getValues(uint256).rTransferAmount (#526) is too similar to Metashoes._transferStandard(address,address,uint256).tTransferAmount (#693)
Variable Metashoes._transferBothExcluded(address,address,uint256).rTransferAmount (#505) is too similar to Metashoes._transferToExcluded(address,address,uint256).tTransferAmount (#702)
Variable Metashoes._transferBothExcluded(address,address,uint256).rTransferAmount (#505) is too similar to Metashoes._getTValues(uint256).tTransferAmount (#533)
Variable Metashoes._transferBothExcluded(address,address,uint256).rTransferAmount (#505) is too similar to Metashoes._transferBothExcluded(address,address,uint256).tTransferAmount (#505)
Variable Metashoes.reflectionFromToken(uint256,bool).rTransferAmount (#475) is too similar to Metashoes._transferStandard(address,address,uint256).tTransferAmount (#693)
Variable Metashoes._transferStandard(address,address,uint256).rTransferAmount (#693) is too similar to Metashoes._transferFromExcluded(address,address,uint256).tTransferAmount (#712)
Variable Metashoes._transferStandard(address,address,uint256).rTransferAmount (#693) is too similar to Metashoes._transferBothExcluded(address,address,uint256).tTransferAmount (#505)
Variable Metashoes._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#541) is too similar to Metashoes._getTValues(uint256).tTransferAmount (#533)
Variable Metashoes._transferStandard(address,address,uint256).rTransferAmount (#693) is too similar to Metashoes._transferToExcluded(address,address,uint256).tTransferAmount (#702)
Variable Metashoes._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#541) is too similar to Metashoes._transferFromExcluded(address,address,uint256).tTransferAmount (#712)
Variable Metashoes._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#541) is too similar to Metashoes._transferBothExcluded(address,address,uint256).tTransferAmount (#505)
Variable Metashoes._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#541) is too similar to Metashoes._transferToExcluded(address,address,uint256).tTransferAmount (#702)
Variable Metashoes._transferToExcluded(address,address,uint256).rTransferAmount (#702) is too similar to Metashoes._transferFromExcluded(address,address,uint256).tTransferAmount (#712)
Variable Metashoes._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#541) is too similar to Metashoes._transferStandard(address,address,uint256).tTransferAmount (#693)
Variable Metashoes._transferToExcluded(address,address,uint256).rTransferAmount (#702) is too similar to Metashoes._transferBothExcluded(address,address,uint256).tTransferAmount (#505)
Variable Metashoes._transferBothExcluded(address,address,uint256).rTransferAmount (#505) is too similar to Metashoes._transferFromExcluded(address,address,uint256).tTransferAmount (#712)
Variable Metashoes.reflectionFromToken(uint256,bool).rTransferAmount (#475) is too similar to Metashoes._transferFromExcluded(address,address,uint256).tTransferAmount (#712)
Variable Metashoes._getValues(uint256).rTransferAmount (#526) is too similar to Metashoes._transferFromExcluded(address,address,uint256).tTransferAmount (#712)
Variable Metashoes._getValues(uint256).rTransferAmount (#526) is too similar to Metashoes._transferBothExcluded(address,address,uint256).tTransferAmount (#505)
Prevent variables from having similar names.

Additional information: link

Metashoes.slitherConstructorVariables() (#363-722) uses literals with too many digits:
- _tTotalSupply = 1000000000000000 * 10 ** 18 (#374)
Metashoes.slitherConstructorVariables() (#363-722) uses literals with too many digits:
- _maxTxAmount = 90000000000000 * 10 ** 18 (#386)
Metashoes.slitherConstructorVariables() (#363-722) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 9000000000000 * 10 ** 18 (#392)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Metashoes._HoldersMarketing (#372) should be constant
Metashoes._decimals (#379) should be constant
Metashoes._maxTxAmount (#386) should be constant
Metashoes._tTotalSupply (#374) should be constant
Metashoes._tokenname (#377) should be constant
Metashoes._tokensymbol (#378) should be constant
Metashoes.numTokensSellToAddToLiquidity (#392) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#170-173)
name() should be declared external:
- Metashoes.name() (#415-417)
symbol() should be declared external:
- Metashoes.symbol() (#418-420)
decimals() should be declared external:
- Metashoes.decimals() (#421-423)
totalSupply() should be declared external:
- Metashoes.totalSupply() (#424-426)
transfer(address,uint256) should be declared external:
- Metashoes.transfer(address,uint256) (#431-434)
allowance(address,address) should be declared external:
- Metashoes.allowance(address,address) (#435-437)
approve(address,uint256) should be declared external:
- Metashoes.approve(address,uint256) (#438-441)
transferFrom(address,address,uint256) should be declared external:
- Metashoes.transferFrom(address,address,uint256) (#442-446)
increaseAllowance(address,uint256) should be declared external:
- Metashoes.increaseAllowance(address,uint256) (#447-450)
decreaseAllowance(address,uint256) should be declared external:
- Metashoes.decreaseAllowance(address,uint256) (#451-454)
isExcludedFromReward(address) should be declared external:
- Metashoes.isExcludedFromReward(address) (#455-457)
totalFees() should be declared external:
- Metashoes.totalFees() (#458-460)
deliver(uint256) should be declared external:
- Metashoes.deliver(uint256) (#461-468)
reflectionFromToken(uint256,bool) should be declared external:
- Metashoes.reflectionFromToken(uint256,bool) (#469-478)
excludeFromReward(address) should be declared external:
- Metashoes.excludeFromReward(address) (#484-491)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Metashoes.setSwapAndLiquifyEnabled(bool) (#515-518)
isExcludedFromFee(address) should be declared external:
- Metashoes.isExcludedFromFee(address) (#602-604)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Number of Binance Smart Chain (BSC) token holders is low.


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.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for MS