Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
MYX._getTValues(uint256) (#624-628) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (#625)
Consider ordering multiplication before division.
Additional information: link
MYX.allowance(address,address).owner (#470) shadows:
- Ownable.owner() (#382-384) (function)
MYX._approve(address,address,uint256).owner (#551) shadows:
- Ownable.owner() (#382-384) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (#248-257) uses assembly
- INLINE ASM (#255)
Address._functionCallWithValue(address,bytes,uint256,string) (#341-362) uses assembly
- INLINE ASM (#354-357)
Do not use evm assembly.
Additional information: link
MYX.includeAccount(address) (#538-549) has costly operations inside a loop:
- _excluded.pop() (#545)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#341-362) is never used and should be removed
Address.functionCall(address,bytes) (#301-303) is never used and should be removed
Address.functionCall(address,bytes,string) (#311-313) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#326-328) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#336-339) is never used and should be removed
Address.isContract(address) (#248-257) is never used and should be removed
Address.sendValue(address,uint256) (#275-281) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#208-210) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#224-227) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#275-281):
- (success) = recipient.call{value: amount}() (#279)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#341-362):
- (success,returndata) = target.call{value: weiValue}(data) (#345)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Constant MYX._tTotal (#431) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#11)" inContext (#5-14)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable MYX._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to MYX._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable MYX._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to MYX._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable MYX._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to MYX._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable MYX._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to MYX._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable MYX._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to MYX._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable MYX._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to MYX._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable MYX._getValues(uint256).rTransferAmount (#620) is too similar to MYX._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable MYX._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to MYX._getTValues(uint256).tTransferAmount (#626)
Variable MYX._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to MYX._getTValues(uint256).tTransferAmount (#626)
Variable MYX._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to MYX._getTValues(uint256).tTransferAmount (#626)
Variable MYX._getValues(uint256).rTransferAmount (#620) is too similar to MYX._getTValues(uint256).tTransferAmount (#626)
Variable MYX._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to MYX._getValues(uint256).tTransferAmount (#618)
Variable MYX._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to MYX._getValues(uint256).tTransferAmount (#618)
Variable MYX._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to MYX._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable MYX._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to MYX._getTValues(uint256).tTransferAmount (#626)
Variable MYX._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to MYX._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable MYX._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to MYX._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable MYX.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to MYX._getTValues(uint256).tTransferAmount (#626)
Variable MYX._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to MYX._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable MYX.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to MYX._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable MYX._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to MYX._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable MYX._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to MYX._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable MYX._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to MYX._getValues(uint256).tTransferAmount (#618)
Variable MYX._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to MYX._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable MYX._getValues(uint256).rTransferAmount (#620) is too similar to MYX._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable MYX._getValues(uint256).rTransferAmount (#620) is too similar to MYX._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable MYX.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to MYX._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable MYX._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to MYX._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable MYX._getValues(uint256).rTransferAmount (#620) is too similar to MYX._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable MYX._getValues(uint256).rTransferAmount (#620) is too similar to MYX._getValues(uint256).tTransferAmount (#618)
Variable MYX.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to MYX._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable MYX._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to MYX._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable MYX._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to MYX._getTValues(uint256).tTransferAmount (#626)
Variable MYX._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to MYX._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable MYX.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to MYX._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable MYX._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to MYX._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable MYX.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to MYX._getValues(uint256).tTransferAmount (#618)
Variable MYX._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to MYX._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable MYX._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to MYX._getValues(uint256).tTransferAmount (#618)
Variable MYX._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to MYX._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable MYX._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to MYX._getValues(uint256).tTransferAmount (#618)
Variable MYX._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to MYX._transferStandard(address,address,uint256).tTransferAmount (#577)
Prevent variables from having similar names.
Additional information: link
MYX.slitherConstructorConstantVariables() (#419-654) uses literals with too many digits:
- _tTotal = 10000000000000000000000000000000 * 10 ** 29 (#431)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MYX._decimals (#437) should be constant
MYX._name (#435) should be constant
MYX._symbol (#436) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#382-384)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#401-404)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#410-414)
name() should be declared external:
- MYX.name() (#444-446)
symbol() should be declared external:
- MYX.symbol() (#448-450)
decimals() should be declared external:
- MYX.decimals() (#452-454)
totalSupply() should be declared external:
- MYX.totalSupply() (#456-458)
balanceOf(address) should be declared external:
- MYX.balanceOf(address) (#460-463)
transfer(address,uint256) should be declared external:
- MYX.transfer(address,uint256) (#465-468)
allowance(address,address) should be declared external:
- MYX.allowance(address,address) (#470-472)
approve(address,uint256) should be declared external:
- MYX.approve(address,uint256) (#474-477)
transferFrom(address,address,uint256) should be declared external:
- MYX.transferFrom(address,address,uint256) (#479-483)
increaseAllowance(address,uint256) should be declared external:
- MYX.increaseAllowance(address,uint256) (#485-488)
decreaseAllowance(address,uint256) should be declared external:
- MYX.decreaseAllowance(address,uint256) (#490-493)
isExcluded(address) should be declared external:
- MYX.isExcluded(address) (#495-497)
totalFees() should be declared external:
- MYX.totalFees() (#499-501)
reflect(uint256) should be declared external:
- MYX.reflect(uint256) (#503-510)
reflectionFromToken(uint256,bool) should be declared external:
- MYX.reflectionFromToken(uint256,bool) (#512-521)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume 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.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Contract has 2% buy tax and 1% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts