Sologenic is introducing a sophisticated ecosystem that facilitates users with investing, trading, and on-demand tokenization of assets such as stocks, ETFs, and fiat on top of the XRP Ledger.
BEP20Token.allowance(address,address).owner (#419) shadows:
- Ownable.owner() (#297-299) (function)
BEP20Token._approve(address,address,uint256).owner (#574) shadows:
- Ownable.owner() (#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#113-116) is never used and should be removed
SafeMath.div(uint256,uint256) (#212-214) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#227-234) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-265) is never used and should be removed
SafeMath.mul(uint256,uint256) (#187-199) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter BEP20Token.burn(uint256)._amount (#582) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20Token.constructor() (#351-359) uses literals with too many digits:
- _totalSupply = 19964442715036343000000 (#355)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#316-319)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#325-327)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (#465-468)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (#484-487)
mint(uint256) should be declared external:
- BEP20Token.mint(uint256) (#497-500)
burn(uint256) should be declared external:
- BEP20Token.burn(uint256) (#582-584)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Token is not listed at Mobula.Finance
Additional information: link