Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Pragma version^0.6.6 (#3) allows old versions
solc-0.6.6 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
Parameter ForthToken.burn(uint256)._value (#88) is not in mixedCase
Constant ForthToken._totalSupply (#39) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
ForthToken.slitherConstructorConstantVariables() (#32-110) uses literals with too many digits:
- _totalSupply = 15000000 * 10 ** 18 (#39)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ForthToken._decimals (#38) should be constant
ForthToken._name (#35) should be constant
ForthToken._symbol (#36) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- ForthToken.name() (#46-48)
symbol() should be declared external:
- ForthToken.symbol() (#49-51)
decimals() should be declared external:
- ForthToken.decimals() (#52-54)
totalSupply() should be declared external:
- ForthToken.totalSupply() (#55-57)
totalDestroy() should be declared external:
- ForthToken.totalDestroy() (#58-60)
balanceOf(address) should be declared external:
- ForthToken.balanceOf(address) (#61-63)
transfer(address,uint256) should be declared external:
- ForthToken.transfer(address,uint256) (#64-67)
allowance(address,address) should be declared external:
- ForthToken.allowance(address,address) (#68-70)
approve(address,uint256) should be declared external:
- ForthToken.approve(address,uint256) (#71-74)
transferFrom(address,address,uint256) should be declared external:
- ForthToken.transferFrom(address,address,uint256) (#75-79)
increaseAllowance(address,uint256) should be declared external:
- ForthToken.increaseAllowance(address,uint256) (#80-83)
decreaseAllowance(address,uint256) should be declared external:
- ForthToken.decreaseAllowance(address,uint256) (#84-87)
burn(uint256) should be declared external:
- ForthToken.burn(uint256) (#88-92)
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
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts