Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
MTS.getback(address,address,uint256) (#254-270) ignores return value by token.transfer(_toAddress,_amount) (#267)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Contract name (多元宇宙) 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.
ERC20Detailed.constructor(string,string,uint8).decimals (#215) shadows:
- ERC20Detailed.decimals() (#232-234) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (#71-84) uses assembly
- INLINE ASM (#82)
Do not use evm assembly.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#58-65) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#90-96):
- (success) = recipient.call.value(amount)() (#94)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable MTS.DADDR (#242) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
MTS.slitherConstructorVariables() (#236-306) uses literals with too many digits:
- DADDR = 0x000000000000000000000000000000000000dEaD (#242)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MTS.DADDR (#242) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
symbol() should be declared external:
- ERC20Detailed.symbol() (#227-229)
Use the external attribute for functions never called from the contract.
Additional information: link
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
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Telegram and Twitter accounts