Web3.0 GameFi aggregation platform service provider.
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
ForthBoxToken._decimals (#38) should be constant
ForthBoxToken._name (#35) should be constant
ForthBoxToken._symbol (#36) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Parameter ForthBoxToken.burn(uint256)._value (#88) is not in mixedCase
Constant ForthBoxToken._totalSupply (#39) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
name() should be declared external:
- ForthBoxToken.name() (#46-48)
symbol() should be declared external:
- ForthBoxToken.symbol() (#49-51)
decimals() should be declared external:
- ForthBoxToken.decimals() (#52-54)
totalSupply() should be declared external:
- ForthBoxToken.totalSupply() (#55-57)
totalDestroy() should be declared external:
- ForthBoxToken.totalDestroy() (#58-60)
balanceOf(address) should be declared external:
- ForthBoxToken.balanceOf(address) (#61-63)
transfer(address,uint256) should be declared external:
- ForthBoxToken.transfer(address,uint256) (#64-67)
allowance(address,address) should be declared external:
- ForthBoxToken.allowance(address,address) (#68-70)
approve(address,uint256) should be declared external:
- ForthBoxToken.approve(address,uint256) (#71-74)
transferFrom(address,address,uint256) should be declared external:
- ForthBoxToken.transferFrom(address,address,uint256) (#75-79)
increaseAllowance(address,uint256) should be declared external:
- ForthBoxToken.increaseAllowance(address,uint256) (#80-83)
decreaseAllowance(address,uint256) should be declared external:
- ForthBoxToken.decreaseAllowance(address,uint256) (#84-87)
burn(uint256) should be declared external:
- ForthBoxToken.burn(uint256) (#88-92)
Use the external attribute for functions never called from the contract.
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Last post in Twitter was more than 30 days ago