Firework Games is a decentralized self-development and release platform of blockchain games. It aims to provide gamers worldwide with access to blockchain games and build a bridge for traditional games to evolve into blockchain games. Firework Games vision itself is to reduce the difficulties for gamers and developers to get started with blockchain games through our blockchain technology, by offering technical support, platform support, funding and community governance during the process
Contract ownership is not renounced (belongs to a wallet)
Context._msgData() (#107-109) is never used and should be removed
Remove unused functions.
Additional information: link
FireToken.MaxSupply (#527) is set pre-construction with a non-constant function or state variable:
- 10 * (10 ** 9) * 10 ** decimals()
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Variable FireToken.MaxSupply (#527) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Pragma version0.8.10 (#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 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
name() should be declared external:
- ERC20.name() (#144-146)
symbol() should be declared external:
- ERC20.symbol() (#152-154)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#183-185)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#214-217)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#232-246)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#260-263)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#279-287)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#445-447)
- FireToken.burn(uint256) (#540-543)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#460-467)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#503-505)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#511-514)
Use the external attribute for functions never called from the contract.
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death