ERC20._root (#260) shadows:
- Ownable._root (#115)
Remove the state variable shadowing.
Additional information: link
ERC20.withdrawToken(IERC20,uint256) (#300-303) ignores return value by t.transfer(msg.sender,amount) (#301)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Token.constructor(string,string,uint8,address,address).name (#541) shadows:
- Token.name() (#550-552) (function)
Token.constructor(string,string,uint8,address,address).symbol (#541) shadows:
- Token.symbol() (#558-560) (function)
Token.constructor(string,string,uint8,address,address).decimals (#541) shadows:
- Token.decimals() (#573-575) (function)
Rename the local variables that shadow another component.
Additional information: link
Ownable.transferOwnership(address) (#140-143) should emit an event for:
- _owner = newOwner (#142)
Emit an event for critical parameter changes.
Additional information: link
ERC20.setSwap(address).user (#264) lacks a zero-check on :
- _swap = user (#265)
Token.constructor(string,string,uint8,address,address).root (#541) lacks a zero-check on :
- _root = root (#546)
Check that the address is not zero.
Additional information: link
ERC20._burnFrom(address,uint256) (#523-526) is never used and should be removed
SafeMath.div(uint256,uint256) (#87-94) is never used and should be removed
SafeMath.mod(uint256,uint256) (#107-110) is never used and should be removed
SafeMath.mul(uint256,uint256) (#62-74) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.5.0 (#5) allows old versions
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 Ownable._owner (#114) is not in mixedCase
Variable Ownable._root (#115) is not in mixedCase
Variable ERC20._root (#260) is not in mixedCase
Variable ERC20._ROOTList (#250) is not in mixedCase
Variable ERC20._swap (#258) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Token.constructor(string,string,uint8,address,address) (#541-548) uses literals with too many digits:
- _mint(tokenOwner,1000000000 * (10 ** uint256(decimals))) (#547)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ownable._root (#115) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#132-134)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#140-143)
setSwap(address) should be declared external:
- ERC20.setSwap(address) (#264-268)
addROOTList(address) should be declared external:
- ERC20.addROOTList(address) (#270-273)
removeROOTList(address) should be declared external:
- ERC20.removeROOTList(address) (#275-278)
sysAsale(address) should be declared external:
- ERC20.sysAsale(address) (#280-283)
sysDsale(address) should be declared external:
- ERC20.sysDsale(address) (#285-288)
exchange() should be declared external:
- ERC20.exchange() (#290-293)
exchangeStop() should be declared external:
- ERC20.exchangeStop() (#295-298)
withdrawToken(IERC20,uint256) should be declared external:
- ERC20.withdrawToken(IERC20,uint256) (#300-303)
isInROOTList(address) should be declared external:
- ERC20.isInROOTList(address) (#305-307)
totalSupply() should be declared external:
- ERC20.totalSupply() (#312-314)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#319-321)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#331-334)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#339-341)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#350-353)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#367-371)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#385-388)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#404-407)
burn(uint256) should be declared external:
- ERC20.burn(uint256) (#491-494)
name() should be declared external:
- Token.name() (#550-552)
symbol() should be declared external:
- Token.symbol() (#558-560)
decimals() should be declared external:
- Token.decimals() (#573-575)
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.
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