LTO Network is a blockchain platform for creating decentralized workflow applications, while maintaining data privacy and GDPR compliance. Developers and enterprises can use the LTO toolkit to either create new, or integrate existing solutions — and run them in a transparent, secure and decentralized way.
SafeMath.mul(uint256,uint256) (#188-200) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#263-266) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#228-235) is never used and should be removed
Context._msgData() (#114-117) is never used and should be removed
SafeMath.mod(uint256,uint256) (#248-250) is never used and should be removed
SafeMath.div(uint256,uint256) (#213-215) is never used and should be removed
Remove unused functions.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#317-320)
increaseAllowance(address,uint256) should be declared external:
- BEP20FixedSupply.increaseAllowance(address,uint256) (#466-469)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#326-328)
burn(uint256) should be declared external:
- BEP20FixedSupply.burn(uint256) (#495-497)
burnFrom(address,uint256) should be declared external:
- BEP20FixedSupply.burnFrom(address,uint256) (#510-515)
decreaseAllowance(address,uint256) should be declared external:
- BEP20FixedSupply.decreaseAllowance(address,uint256) (#485-488)
Use the external attribute for functions never called from the contract.
Additional information: link
BEP20FixedSupply._approve(address,address,uint256).owner (#574) shadows:
- Ownable.owner() (#298-300) (function)
BEP20FixedSupply.allowance(address,address).owner (#420) shadows:
- Ownable.owner() (#298-300) (function)
Rename the local variables that shadow another component.
Additional information: link
solc-0.6.8 is not recommended for deployment
Pragma version0.6.8 (#2) 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
Variable BEP20FixedSupply._name (#350) is not in mixedCase
Variable BEP20FixedSupply._symbol (#349) is not in mixedCase
Contract iBEP20 (#4-93) is not in CapWords
Variable BEP20FixedSupply._decimals (#348) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#115)" inContext (#105-118)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Unable to find audit link on the website
Token is not listed at Mobula.Finance
Additional information: link