Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract name (Social-Service) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
SSEToken.constructor() (#341-349) uses literals with too many digits:
- _totalSupply = 300000000 * (10 ** uint256(_decimals)) (#345)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SSEToken.allowance(address,address).owner (#409) shadows:
- Ownable.owner() (#299-301) (function)
SSEToken._approve(address,address,uint256).owner (#534) shadows:
- Ownable.owner() (#299-301) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#115-118) is never used and should be removed
SafeMath.div(uint256,uint256) (#214-216) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#229-236) is never used and should be removed
SafeMath.mod(uint256,uint256) (#249-251) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#264-267) is never used and should be removed
SafeMath.mul(uint256,uint256) (#189-201) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter SSEToken.burn(uint256)._amount (#542) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#116)" inContext (#106-119)
Remove redundant statements if they congest code but offer no value.
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#315-317)
increaseAllowance(address,uint256) should be declared external:
- SSEToken.increaseAllowance(address,uint256) (#455-458)
decreaseAllowance(address,uint256) should be declared external:
- SSEToken.decreaseAllowance(address,uint256) (#474-477)
burn(uint256) should be declared external:
- SSEToken.burn(uint256) (#542-544)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts