Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
ENMT.constructor(string,string,uint8,address,uint256)._name (ENMT.sol#29) shadows:
- ERC20._name (ERC20.sol#41) (state variable)
ENMT.constructor(string,string,uint8,address,uint256)._symbol (ENMT.sol#29) shadows:
- ERC20._symbol (ERC20.sol#42) (state variable)
ENMT.constructor(string,string,uint8,address,uint256)._totalSupply (ENMT.sol#29) shadows:
- ERC20._totalSupply (ERC20.sol#39) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (Context.sol#22-25) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (Context.sol#5) allows old versions
Pragma version^0.8.0 (ENMT.sol#12) allows old versions
Pragma version^0.8.0 (ERC20.sol#5) allows old versions
Pragma version^0.8.0 (IERC20.sol#5) allows old versions
solc-0.8.1 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Variable ENMT.TOKEN_TYPE (ENMT.sol#20) is not in mixedCase
Variable ENMT.INFO (ENMT.sol#27) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (Context.sol#23)" inContext (Context.sol#17-26)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ENMT.TOKEN_TYPE (ENMT.sol#20) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
decimals() should be declared external:
- ENMT.decimals() (ENMT.sol#34-36)
- ERC20.decimals() (ERC20.sol#86-88)
burn(uint256) should be declared external:
- ENMT.burn(uint256) (ENMT.sol#38-40)
name() should be declared external:
- ERC20.name() (ERC20.sol#61-63)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#69-71)
totalSupply() should be declared external:
- ERC20.totalSupply() (ERC20.sol#93-95)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (ERC20.sol#100-102)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#112-115)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#120-122)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#131-134)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#149-157)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#171-174)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#190-196)
Use the external attribute for functions never called from the contract.
Additional information: link
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
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Unable to find Telegram and Twitter accounts