The first elastic supply token on the Binance Smart Chain.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
ERC20Detailed.constructor(string,string,uint8).name (#138) shadows:
- ERC20Detailed.name() (#147-149) (function)
ERC20Detailed.constructor(string,string,uint8).symbol (#138) shadows:
- ERC20Detailed.symbol() (#155-157) (function)
ERC20Detailed.constructor(string,string,uint8).decimals (#138) shadows:
- ERC20Detailed.decimals() (#171-173) (function)
Rename the local variables that shadow another component.
Additional information: link
Ditto.setMaster(address) (#437-443) should emit an event for:
- master = _master (#442)
Emit an event for critical parameter changes.
Additional information: link
Ditto.setMaster(address)._master (#437) lacks a zero-check on :
- master = _master (#442)
Check that the address is not zero.
Additional information: link
SafeMath.mod(uint256,uint256) (#89-92) is never used and should be removed
SafeMathInt.add(int256,int256) (#231-239) is never used and should be removed
SafeMathInt.div(int256,int256) (#203-213) is never used and should be removed
SafeMathInt.mul(int256,int256) (#187-198) is never used and should be removed
SafeMathInt.sub(int256,int256) (#218-226) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter Ditto.setMaster(address)._master (#437) is not in mixedCase
Parameter Ditto.enableTransfer(address)._addr (#590) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Ditto.slitherConstructorConstantVariables() (#338-597) uses literals with too many digits:
- INITIAL_FRAGMENTS_SUPPLY = 2000000 * 10 ** DECIMALS (#373)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SafeMathInt.MAX_INT256 (#182) is never used in SafeMathInt (#180-252)
Remove unused state variables.
Additional information: link
name() should be declared external:
- ERC20Detailed.name() (#147-149)
symbol() should be declared external:
- ERC20Detailed.symbol() (#155-157)
decimals() should be declared external:
- ERC20Detailed.decimals() (#171-173)
owner() should be declared external:
- Ownable.owner() (#282-284)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#307-310)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#316-318)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to crawl data from 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
Token has a considerable age, but we're still unable to find its website
Token has relatively low CoinGecko rank
Last post in Twitter was more than 180 days ago
Unable to find Youtube account
Unable to find Discord account