Flux is the new generation of scalable decentralized cloud infrastructure. Simply develop, manage, and spawn your applications on multiple servers at once. Ready for Web 3.0, Dapps, and more. The Flux coin is an ASIC resistant GPU mineable coin that has the unique ability to exist on the Flux blockchain and any other chain it chooses as a wrapped 2.0 token. The blockchain migration procedure is seemless and taken care off by our advanced blockchain bridge called Fusion. Part of the ecosystem is also the Zelcore multicoin wallet. The coin is currently operating on Flux blockchain, Ethereum, Binance Smart Chain and Kadena chain, with Tron and Solana chains to follow. Flux will ultimately exist on 10 blockchains besides it's own.
Pragma version^0.8.0 (#9) 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
Redundant expression "this (#123)" inContext (#117-126)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Flux.constructor() (#426-428) uses literals with too many digits:
- _mint(msg.sender,440000000 * 10 ** decimals()) (#427)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- ERC20.name() (#179-181)
symbol() should be declared external:
- ERC20.symbol() (#187-189)
totalSupply() should be declared external:
- ERC20.totalSupply() (#211-213)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#218-220)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#230-233)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#238-240)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#249-252)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#267-275)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#289-292)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#308-314)
Use the external attribute for functions never called from the contract.
Additional information: link
Context._msgData() (#122-125) is never used and should be removed
ERC20._burn(address,uint256) (#374-385) is never used and should be removed
Remove unused functions.
Additional information: link
Unable to find audit link on the website
Telegram account has relatively few subscribers
Last post in Twitter was more than 30 days ago