Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Context._msgData() (@openzeppelin/contracts/utils/Context.sol#20-22) is never used and should be removed
DMCToken._burn(address,uint256) (contracts/DMCToken.sol#273-288) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#3) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol#3) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/Context.sol#3) allows old versions
Pragma version^0.8.0 (contracts/DMCToken.sol#3) allows old versions
solc-0.8.0 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
DMCToken.constructor() (contracts/DMCToken.sol#53-55) uses literals with too many digits:
- _mint(_msgSender(),520000000 * 10 ** 18) (contracts/DMCToken.sol#54)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
DMCToken._name (contracts/DMCToken.sol#41) should be constant
DMCToken._symbol (contracts/DMCToken.sol#42) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- DMCToken.name() (contracts/DMCToken.sol#60-62)
symbol() should be declared external:
- DMCToken.symbol() (contracts/DMCToken.sol#68-70)
decimals() should be declared external:
- DMCToken.decimals() (contracts/DMCToken.sol#85-87)
totalSupply() should be declared external:
- DMCToken.totalSupply() (contracts/DMCToken.sol#92-94)
balanceOf(address) should be declared external:
- DMCToken.balanceOf(address) (contracts/DMCToken.sol#99-101)
transfer(address,uint256) should be declared external:
- DMCToken.transfer(address,uint256) (contracts/DMCToken.sol#111-114)
allowance(address,address) should be declared external:
- DMCToken.allowance(address,address) (contracts/DMCToken.sol#119-121)
approve(address,uint256) should be declared external:
- DMCToken.approve(address,uint256) (contracts/DMCToken.sol#130-133)
transferFrom(address,address,uint256) should be declared external:
- DMCToken.transferFrom(address,address,uint256) (contracts/DMCToken.sol#148-162)
increaseAllowance(address,uint256) should be declared external:
- DMCToken.increaseAllowance(address,uint256) (contracts/DMCToken.sol#176-179)
decreaseAllowance(address,uint256) should be declared external:
- DMCToken.decreaseAllowance(address,uint256) (contracts/DMCToken.sol#195-203)
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
Unable to find Telegram and Twitter accounts