Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in MetaPrinter._transfer(address,address,uint256) (#1012-1056):
External calls:
- swapAndLiquify(contractTokenBalance) (#1043)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1043)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#968)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1137)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1146)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#880)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1138)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1157)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1148)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#882)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _rTotal = _rTotal.sub(rFee) (#919)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#970)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#879)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1156)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1147)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#881)
Apply the check-effects-interactions pattern.
Additional information: link
Contract name (MetaPrinter.io) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
MetaPrinter.addLiquidity(uint256,uint256) (#1099-1112) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
Ensure that all the return values of the function calls are used.
Additional information: link
MetaPrinter.allowance(address,address).owner (#790) shadows:
- Ownable.owner() (#442-444) (function)
MetaPrinter._approve(address,address,uint256).owner (#1004) shadows:
- Ownable.owner() (#442-444) (function)
Rename the local variables that shadow another component.
Additional information: link
MetaPrinter.setTaxFeePercent(uint256) (#896-898) should emit an event for:
- _taxFee = taxFee (#897)
MetaPrinter.setLiquidityFeePercent(uint256) (#900-902) should emit an event for:
- _liquidityFee = liquidityFee (#901)
MetaPrinter.setMaxTxPercent(uint256) (#904-908) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 9) (#905-907)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in MetaPrinter._transfer(address,address,uint256) (#1012-1056):
External calls:
- swapAndLiquify(contractTokenBalance) (#1043)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1043)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _liquidityFee = _previousLiquidityFee (#997)
- _liquidityFee = 0 (#992)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _previousLiquidityFee = _liquidityFee (#989)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _previousTaxFee = _taxFee (#988)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _tFeeTotal = _tFeeTotal.add(tFee) (#920)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _taxFee = _previousTaxFee (#996)
- _taxFee = 0 (#991)
Reentrancy in MetaPrinter.constructor() (#744-761):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#750-751)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#757)
- _isExcludedFromFee[address(this)] = true (#758)
- uniswapV2Router = _uniswapV2Router (#754)
Reentrancy in MetaPrinter.swapAndLiquify(uint256) (#1058-1079):
External calls:
- swapTokensForEth(half) (#1070)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
- addLiquidity(otherHalf,newBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1076)
- _allowances[owner][spender] = amount (#1008)
Reentrancy in MetaPrinter.transferFrom(address,address,uint256) (#799-803):
External calls:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#801)
- _allowances[owner][spender] = amount (#1008)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in MetaPrinter._transfer(address,address,uint256) (#1012-1056):
External calls:
- swapAndLiquify(contractTokenBalance) (#1043)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1043)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1141)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- Transfer(sender,recipient,tTransferAmount) (#1151)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- Transfer(sender,recipient,tTransferAmount) (#1161)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- Transfer(sender,recipient,tTransferAmount) (#885)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
Reentrancy in MetaPrinter.constructor() (#744-761):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#750-751)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_applyRValues(_tTotal)) (#760)
Reentrancy in MetaPrinter.swapAndLiquify(uint256) (#1058-1079):
External calls:
- swapTokensForEth(half) (#1070)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
- addLiquidity(otherHalf,newBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1009)
- addLiquidity(otherHalf,newBalance) (#1076)
- SwapAndLiquify(half,newBalance,otherHalf) (#1078)
Reentrancy in MetaPrinter.transferFrom(address,address,uint256) (#799-803):
External calls:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1009)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#801)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#295-304) uses assembly
- INLINE ASM (#302)
Address._functionCallWithValue(address,bytes,uint256,string) (#388-409) uses assembly
- INLINE ASM (#401-404)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#388-409) is never used and should be removed
Address.functionCall(address,bytes) (#348-350) is never used and should be removed
Address.functionCall(address,bytes,string) (#358-360) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#373-375) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#383-386) is never used and should be removed
Address.isContract(address) (#295-304) is never used and should be removed
Address.sendValue(address,uint256) (#322-328) is never used and should be removed
Context._msgData() (#267-270) is never used and should be removed
SafeMath.mod(uint256,uint256) (#240-242) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#256-259) is never used and should be removed
Remove unused functions.
Additional information: link
MetaPrinter._rTotal (#706) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MetaPrinter._previousTaxFee (#715) is set pre-construction with a non-constant function or state variable:
- _taxFee
MetaPrinter._previousLiquidityFee (#718) 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) (#322-328):
- (success) = recipient.call{value: amount}() (#326)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#388-409):
- (success,returndata) = target.call{value: weiValue}(data) (#392)
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() (#513) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#514) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#531) is not in mixedCase
Function IUniswapV2Router01.WETH() (#553) is not in mixedCase
Parameter MetaPrinter.setSwapAndLiquifyEnabled(bool)._enabled (#910) is not in mixedCase
Parameter MetaPrinter.calculateTaxFee(uint256)._amount (#973) is not in mixedCase
Parameter MetaPrinter.calculateLiquidityFee(uint256)._amount (#979) is not in mixedCase
Variable MetaPrinter._taxFee (#714) is not in mixedCase
Variable MetaPrinter._liquidityFee (#717) is not in mixedCase
Variable MetaPrinter._maxTxAmount (#726) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#268)" inContext (#262-271)
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 (#558) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#559)
Variable MetaPrinter.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to MetaPrinter._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable MetaPrinter._transferBothExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MetaPrinter._transferBothExcluded(address,address,uint256).tTransferAmount (#878)
Variable MetaPrinter._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to MetaPrinter._getTValues(uint256).tTransferAmount (#936)
Variable MetaPrinter._transferToExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to MetaPrinter._transferBothExcluded(address,address,uint256).tTransferAmount (#878)
Variable MetaPrinter.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to MetaPrinter._getValues(uint256).tTransferAmount (#928)
Variable MetaPrinter._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to MetaPrinter._getTValues(uint256).tTransferAmount (#936)
Variable MetaPrinter._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to MetaPrinter._transferStandard(address,address,uint256).tTransferAmount (#1136)
Variable MetaPrinter._transferToExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to MetaPrinter._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable MetaPrinter._transferBothExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MetaPrinter._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable MetaPrinter._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to MetaPrinter._transferStandard(address,address,uint256).tTransferAmount (#1136)
Variable MetaPrinter._transferBothExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MetaPrinter._getValues(uint256).tTransferAmount (#928)
Variable MetaPrinter._transferToExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to MetaPrinter._getValues(uint256).tTransferAmount (#928)
Variable MetaPrinter.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to MetaPrinter._getTValues(uint256).tTransferAmount (#936)
Variable MetaPrinter._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to MetaPrinter._transferBothExcluded(address,address,uint256).tTransferAmount (#878)
Variable MetaPrinter._transferToExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to MetaPrinter._transferToExcluded(address,address,uint256).tTransferAmount (#1145)
Variable MetaPrinter._transferStandard(address,address,uint256).rTransferAmount (#1136) is too similar to MetaPrinter._getTValues(uint256).tTransferAmount (#936)
Variable MetaPrinter.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to MetaPrinter._transferStandard(address,address,uint256).tTransferAmount (#1136)
Variable MetaPrinter._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to MetaPrinter._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable MetaPrinter._transferToExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to MetaPrinter._getTValues(uint256).tTransferAmount (#936)
Variable MetaPrinter._transferBothExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MetaPrinter._getTValues(uint256).tTransferAmount (#936)
Variable MetaPrinter._transferStandard(address,address,uint256).rTransferAmount (#1136) is too similar to MetaPrinter._transferStandard(address,address,uint256).tTransferAmount (#1136)
Variable MetaPrinter._getValues(uint256).rTransferAmount (#929) is too similar to MetaPrinter._getTValues(uint256).tTransferAmount (#936)
Variable MetaPrinter._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to MetaPrinter._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable MetaPrinter.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to MetaPrinter._transferBothExcluded(address,address,uint256).tTransferAmount (#878)
Variable MetaPrinter._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to MetaPrinter._getValues(uint256).tTransferAmount (#928)
Variable MetaPrinter._transferBothExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MetaPrinter._transferStandard(address,address,uint256).tTransferAmount (#1136)
Variable MetaPrinter._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to MetaPrinter._getValues(uint256).tTransferAmount (#928)
Variable MetaPrinter._transferToExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to MetaPrinter._transferStandard(address,address,uint256).tTransferAmount (#1136)
Variable MetaPrinter._getValues(uint256).rTransferAmount (#929) is too similar to MetaPrinter._transferBothExcluded(address,address,uint256).tTransferAmount (#878)
Variable MetaPrinter._getValues(uint256).rTransferAmount (#929) is too similar to MetaPrinter._transferStandard(address,address,uint256).tTransferAmount (#1136)
Variable MetaPrinter._transferStandard(address,address,uint256).rTransferAmount (#1136) is too similar to MetaPrinter._transferToExcluded(address,address,uint256).tTransferAmount (#1145)
Variable MetaPrinter._transferStandard(address,address,uint256).rTransferAmount (#1136) is too similar to MetaPrinter._getValues(uint256).tTransferAmount (#928)
Variable MetaPrinter._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to MetaPrinter._transferToExcluded(address,address,uint256).tTransferAmount (#1145)
Variable MetaPrinter._getValues(uint256).rTransferAmount (#929) is too similar to MetaPrinter._transferToExcluded(address,address,uint256).tTransferAmount (#1145)
Variable MetaPrinter._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to MetaPrinter._transferBothExcluded(address,address,uint256).tTransferAmount (#878)
Variable MetaPrinter._getValues(uint256).rTransferAmount (#929) is too similar to MetaPrinter._getValues(uint256).tTransferAmount (#928)
Variable MetaPrinter._transferBothExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MetaPrinter._transferToExcluded(address,address,uint256).tTransferAmount (#1145)
Variable MetaPrinter._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to MetaPrinter._transferToExcluded(address,address,uint256).tTransferAmount (#1145)
Variable MetaPrinter._transferStandard(address,address,uint256).rTransferAmount (#1136) is too similar to MetaPrinter._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable MetaPrinter.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to MetaPrinter._transferToExcluded(address,address,uint256).tTransferAmount (#1145)
Variable MetaPrinter._getValues(uint256).rTransferAmount (#929) is too similar to MetaPrinter._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable MetaPrinter._transferStandard(address,address,uint256).rTransferAmount (#1136) is too similar to MetaPrinter._transferBothExcluded(address,address,uint256).tTransferAmount (#878)
Prevent variables from having similar names.
Additional information: link
MetaPrinter.slitherConstructorVariables() (#691-1166) uses literals with too many digits:
- _tTotal = 1000000 * 10 ** 12 * 10 ** 9 (#705)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ownable._previousOwner (#426) is never used in MetaPrinter (#691-1166)
Remove unused state variables.
Additional information: link
MetaPrinter._decimals (#712) should be constant
MetaPrinter._name (#710) should be constant
MetaPrinter._symbol (#711) should be constant
MetaPrinter._tTotal (#705) should be constant
MetaPrinter.numTokensSellToAddToLiquidity (#727) should be constant
Ownable._previousOwner (#426) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#461-464)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#470-474)
name() should be declared external:
- MetaPrinter.name() (#763-765)
symbol() should be declared external:
- MetaPrinter.symbol() (#767-769)
decimals() should be declared external:
- MetaPrinter.decimals() (#771-773)
totalSupply() should be declared external:
- MetaPrinter.totalSupply() (#775-777)
transfer(address,uint256) should be declared external:
- MetaPrinter.transfer(address,uint256) (#785-788)
allowance(address,address) should be declared external:
- MetaPrinter.allowance(address,address) (#790-792)
approve(address,uint256) should be declared external:
- MetaPrinter.approve(address,uint256) (#794-797)
transferFrom(address,address,uint256) should be declared external:
- MetaPrinter.transferFrom(address,address,uint256) (#799-803)
increaseAllowance(address,uint256) should be declared external:
- MetaPrinter.increaseAllowance(address,uint256) (#805-808)
decreaseAllowance(address,uint256) should be declared external:
- MetaPrinter.decreaseAllowance(address,uint256) (#810-813)
isExcludedFromReward(address) should be declared external:
- MetaPrinter.isExcludedFromReward(address) (#815-817)
totalFees() should be declared external:
- MetaPrinter.totalFees() (#819-821)
deliver(uint256) should be declared external:
- MetaPrinter.deliver(uint256) (#823-830)
reflectionFromToken(uint256,bool) should be declared external:
- MetaPrinter.reflectionFromToken(uint256,bool) (#832-841)
excludeFromReward(address) should be declared external:
- MetaPrinter.excludeFromReward(address) (#849-857)
setReflectionRate(uint256) should be declared external:
- MetaPrinter.setReflectionRate(uint256) (#859-862)
excludeFromFee(address) should be declared external:
- MetaPrinter.excludeFromFee(address) (#888-890)
includeInFee(address) should be declared external:
- MetaPrinter.includeInFee(address) (#892-894)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MetaPrinter.setSwapAndLiquifyEnabled(bool) (#910-913)
isExcludedFromFee(address) should be declared external:
- MetaPrinter.isExcludedFromFee(address) (#1000-1002)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
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
Unable to find Telegram and Twitter accounts