Matrix Token Logo

MTIX [Matrix] Token

About MTIX

Listings

Token 2 years
CoinMarketCap 2 years
white paper

MTIX is the BEP20 (BSC) token serving as the means of payment inside the Matrix Group for Medical Tourism. So, the team believes that the coin allows Matrix’s clients to solve the problem of cross-border payments. Also, the company plans to include its digital currency on the most significant global trading platforms during the year 2022.

Social

Laser Scorebeta Last Audit: 17 February 2022

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

Anti-Scam

Links


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

Reentrancy in Matrix._transfer(address,address,uint256) (#993-1037):
External calls:
- swapAndLiquify(contractTokenBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1071-1077)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#949)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1118)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1127)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1119)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1138)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#860)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1129)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1139)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#862)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- _rTotal = _rTotal.sub(rFee) (#904)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#951)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1137)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#859)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1128)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#861)
Apply the check-effects-interactions pattern.

Additional information: link


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Matrix.addLiquidity(uint256,uint256) (#1080-1093) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
Ensure that all the return values of the function calls are used.

Additional information: link

Matrix.allowance(address,address).owner (#776) shadows:
- Ownable.owner() (#412-414) (function)
Matrix._approve(address,address,uint256).owner (#985) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

Matrix.setTaxFeePercent(uint256) (#876-878) should emit an event for:
- _taxFee = taxFee (#877)
Matrix.setLiquidityFeePercent(uint256) (#880-882) should emit an event for:
- _liquidityFee = liquidityFee (#881)
Matrix.setMaxTxPercent(uint256) (#887-891) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 4) (#888-890)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Matrix._transfer(address,address,uint256) (#993-1037):
External calls:
- swapAndLiquify(contractTokenBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1071-1077)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- _liquidityFee = _previousLiquidityFee (#978)
- _liquidityFee = 0 (#973)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- _previousLiquidityFee = _liquidityFee (#970)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- _previousTaxFee = _taxFee (#969)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- _tFeeTotal = _tFeeTotal.add(tFee) (#905)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- _taxFee = _previousTaxFee (#977)
- _taxFee = 0 (#972)
Reentrancy in Matrix.constructor() (#732-748):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#737-738)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#744)
- _isExcludedFromFee[address(this)] = true (#745)
- uniswapV2Router = _uniswapV2Router (#741)
Reentrancy in Matrix.swapAndLiquify(uint256) (#1039-1060):
External calls:
- swapTokensForEth(half) (#1051)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1071-1077)
- addLiquidity(otherHalf,newBalance) (#1057)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1057)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1057)
- _allowances[owner][spender] = amount (#989)
Reentrancy in Matrix.transferFrom(address,address,uint256) (#785-789):
External calls:
- _transfer(sender,recipient,amount) (#786)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1071-1077)
External calls sending eth:
- _transfer(sender,recipient,amount) (#786)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#787)
- _allowances[owner][spender] = amount (#989)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Matrix._transfer(address,address,uint256) (#993-1037):
External calls:
- swapAndLiquify(contractTokenBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1071-1077)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1024)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1122)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- Transfer(sender,recipient,tTransferAmount) (#1132)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- Transfer(sender,recipient,tTransferAmount) (#1142)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
- Transfer(sender,recipient,tTransferAmount) (#865)
- _tokenTransfer(from,to,amount,takeFee) (#1036)
Reentrancy in Matrix.constructor() (#732-748):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#737-738)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#747)
Reentrancy in Matrix.swapAndLiquify(uint256) (#1039-1060):
External calls:
- swapTokensForEth(half) (#1051)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1071-1077)
- addLiquidity(otherHalf,newBalance) (#1057)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1057)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#990)
- addLiquidity(otherHalf,newBalance) (#1057)
- SwapAndLiquify(half,newBalance,otherHalf) (#1059)
Reentrancy in Matrix.transferFrom(address,address,uint256) (#785-789):
External calls:
- _transfer(sender,recipient,amount) (#786)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1071-1077)
External calls sending eth:
- _transfer(sender,recipient,amount) (#786)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1085-1092)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#990)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#787)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#459-464) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 1 day) (#461)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Do not use evm assembly.

Additional information: link

Matrix.includeInReward(address) (#845-856) has costly operations inside a loop:
- _excluded.pop() (#852)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Remove unused functions.

Additional information: link

Matrix._rTotal (#696) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Matrix._previousTaxFee (#704) is set pre-construction with a non-constant function or state variable:
- _taxFee
Matrix._previousLiquidityFee (#707) 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) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
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() (#503) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#504) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#543) is not in mixedCase
Parameter Matrix.setSwapAndLiquifyEnabled(bool)._enabled (#895) is not in mixedCase
Parameter Matrix.calculateTaxFee(uint256)._amount (#954) is not in mixedCase
Parameter Matrix.calculateLiquidityFee(uint256)._amount (#960) is not in mixedCase
Variable Matrix._taxFee (#703) is not in mixedCase
Variable Matrix._liquidityFee (#706) is not in mixedCase
Variable Matrix._maxTxAmount (#715) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#237)" inContext (#231-240)
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 (#548) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#549)
Variable Matrix._getValues(uint256).rTransferAmount (#910) is too similar to Matrix._getTValues(uint256).tTransferAmount (#917)
Variable Matrix._transferFromExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Matrix._transferStandard(address,address,uint256).tTransferAmount (#1117)
Variable Matrix._transferToExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Matrix._getValues(uint256).tTransferAmount (#909)
Variable Matrix._transferFromExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Matrix._getTValues(uint256).tTransferAmount (#917)
Variable Matrix._transferFromExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Matrix._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable Matrix._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#925) is too similar to Matrix._getValues(uint256).tTransferAmount (#909)
Variable Matrix._transferStandard(address,address,uint256).rTransferAmount (#1117) is too similar to Matrix._transferStandard(address,address,uint256).tTransferAmount (#1117)
Variable Matrix._transferStandard(address,address,uint256).rTransferAmount (#1117) is too similar to Matrix._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable Matrix._transferStandard(address,address,uint256).rTransferAmount (#1117) is too similar to Matrix._getTValues(uint256).tTransferAmount (#917)
Variable Matrix._transferFromExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Matrix._transferToExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Matrix._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to Matrix._getValues(uint256).tTransferAmount (#909)
Variable Matrix.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to Matrix._getTValues(uint256).tTransferAmount (#917)
Variable Matrix.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to Matrix._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable Matrix._transferToExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Matrix._transferStandard(address,address,uint256).tTransferAmount (#1117)
Variable Matrix._transferFromExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Matrix._transferFromExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Matrix._transferToExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Matrix._getTValues(uint256).tTransferAmount (#917)
Variable Matrix._transferToExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Matrix._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable Matrix._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#925) is too similar to Matrix._transferStandard(address,address,uint256).tTransferAmount (#1117)
Variable Matrix._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#925) is too similar to Matrix._getTValues(uint256).tTransferAmount (#917)
Variable Matrix._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#925) is too similar to Matrix._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable Matrix._transferFromExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Matrix._getValues(uint256).tTransferAmount (#909)
Variable Matrix._transferToExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Matrix._transferToExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Matrix._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to Matrix._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable Matrix._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to Matrix._getTValues(uint256).tTransferAmount (#917)
Variable Matrix._transferToExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Matrix._transferFromExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Matrix._transferStandard(address,address,uint256).rTransferAmount (#1117) is too similar to Matrix._getValues(uint256).tTransferAmount (#909)
Variable Matrix.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to Matrix._getValues(uint256).tTransferAmount (#909)
Variable Matrix._getValues(uint256).rTransferAmount (#910) is too similar to Matrix._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable Matrix._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#925) is too similar to Matrix._transferFromExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Matrix.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to Matrix._transferFromExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Matrix._transferStandard(address,address,uint256).rTransferAmount (#1117) is too similar to Matrix._transferFromExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Matrix._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to Matrix._transferFromExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Matrix._getValues(uint256).rTransferAmount (#910) is too similar to Matrix._getValues(uint256).tTransferAmount (#909)
Variable Matrix._getValues(uint256).rTransferAmount (#910) is too similar to Matrix._transferFromExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Matrix._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#925) is too similar to Matrix._transferToExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Matrix.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to Matrix._transferStandard(address,address,uint256).tTransferAmount (#1117)
Variable Matrix._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to Matrix._transferStandard(address,address,uint256).tTransferAmount (#1117)
Variable Matrix.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to Matrix._transferToExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Matrix._transferStandard(address,address,uint256).rTransferAmount (#1117) is too similar to Matrix._transferToExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Matrix._getValues(uint256).rTransferAmount (#910) is too similar to Matrix._transferStandard(address,address,uint256).tTransferAmount (#1117)
Variable Matrix._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to Matrix._transferToExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Matrix._getValues(uint256).rTransferAmount (#910) is too similar to Matrix._transferToExcluded(address,address,uint256).tTransferAmount (#1126)
Prevent variables from having similar names.

Additional information: link

Matrix.slitherConstructorVariables() (#681-1149) uses literals with too many digits:
- _tTotal = 1500000000 * 10 ** 9 (#695)
Matrix.slitherConstructorVariables() (#681-1149) uses literals with too many digits:
- _maxTxAmount = 8000000 * 10 ** 9 (#715)
Matrix.slitherConstructorVariables() (#681-1149) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 800000 * 10 ** 9 (#716)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Matrix._decimals (#701) should be constant
Matrix._name (#699) should be constant
Matrix._symbol (#700) should be constant
Matrix._tTotal (#695) should be constant
Matrix.numTokensSellToAddToLiquidity (#716) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#446-448)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#451-456)
unlock() should be declared external:
- Ownable.unlock() (#459-464)
name() should be declared external:
- Matrix.name() (#750-752)
symbol() should be declared external:
- Matrix.symbol() (#754-756)
decimals() should be declared external:
- Matrix.decimals() (#758-760)
totalSupply() should be declared external:
- Matrix.totalSupply() (#762-764)
transfer(address,uint256) should be declared external:
- Matrix.transfer(address,uint256) (#771-774)
allowance(address,address) should be declared external:
- Matrix.allowance(address,address) (#776-778)
approve(address,uint256) should be declared external:
- Matrix.approve(address,uint256) (#780-783)
transferFrom(address,address,uint256) should be declared external:
- Matrix.transferFrom(address,address,uint256) (#785-789)
increaseAllowance(address,uint256) should be declared external:
- Matrix.increaseAllowance(address,uint256) (#791-794)
decreaseAllowance(address,uint256) should be declared external:
- Matrix.decreaseAllowance(address,uint256) (#796-799)
isExcludedFromReward(address) should be declared external:
- Matrix.isExcludedFromReward(address) (#801-803)
totalFees() should be declared external:
- Matrix.totalFees() (#805-807)
deliver(uint256) should be declared external:
- Matrix.deliver(uint256) (#809-816)
reflectionFromToken(uint256,bool) should be declared external:
- Matrix.reflectionFromToken(uint256,bool) (#818-827)
excludeFromReward(address) should be declared external:
- Matrix.excludeFromReward(address) (#835-843)
excludeFromFee(address) should be declared external:
- Matrix.excludeFromFee(address) (#868-870)
includeInFee(address) should be declared external:
- Matrix.includeInFee(address) (#872-874)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Matrix.setSwapAndLiquifyEnabled(bool) (#895-898)
isExcludedFromFee(address) should be declared external:
- Matrix.isExcludedFromFee(address) (#981-983)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Token is deployed only at one blockchain

Contract has 6% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.


Telegram account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to crawl data from the website


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 verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


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 price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for MTIX

News for MTIX