Legion Network is a super blockchain based ecosystem divided into 4 sections that connects creators, large brands, influencers, entrepreneurs – and help them to unleash their potential via cutting edge technologies
The Ecosystem consists of
-Bluemoon (Collaborative Marketplace and Metaverse)
-SaaS solutions
-Empower Academy (Watch to earn)
-Gaming (Play to earn) and Rewards
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#316-319)
mint(uint256) should be declared external:
- Legion.mint(uint256) (#497-500)
decreaseAllowance(address,uint256) should be declared external:
- Legion.decreaseAllowance(address,uint256) (#484-487)
increaseAllowance(address,uint256) should be declared external:
- Legion.increaseAllowance(address,uint256) (#465-468)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#325-327)
Use the external attribute for functions never called from the contract.
Additional information: link
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Legion._approve(address,address,uint256).owner (#574) shadows:
- Ownable.owner() (#297-299) (function)
Legion.allowance(address,address).owner (#419) shadows:
- Ownable.owner() (#297-299) (function)
Legion.constructor(string,string,uint256,uint256).decimals (#351) shadows:
- Legion.decimals() (#371-373) (function)
- IBEP20.decimals() (#12) (function)
Legion.constructor(string,string,uint256,uint256).name (#351) shadows:
- Legion.name() (#385-387) (function)
- IBEP20.name() (#22) (function)
Legion.constructor(string,string,uint256,uint256).totalSupply (#351) shadows:
- Legion.totalSupply() (#392-394) (function)
- IBEP20.totalSupply() (#7) (function)
Legion.constructor(string,string,uint256,uint256).symbol (#351) shadows:
- Legion.symbol() (#378-380) (function)
- IBEP20.symbol() (#17) (function)
Rename the local variables that shadow another component.
Additional information: link
SafeMath.mul(uint256,uint256) (#187-199) is never used and should be removed
SafeMath.sub(uint256,uint256) (#158-160) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-265) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#227-234) is never used and should be removed
Context._msgData() (#113-116) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
Legion._burn(address,uint256) (#553-559) is never used and should be removed
SafeMath.div(uint256,uint256) (#212-214) is never used and should be removed
Legion._burnFrom(address,uint256) (#588-591) is never used and should be removed
Remove unused functions.
Additional information: link