Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
StepOut.allowance(address,address).owner (#436) shadows:
- Ownable.owner() (#309-311) (function)
StepOut._approve(address,address,uint256).owner (#591) shadows:
- Ownable.owner() (#309-311) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#125-128) is never used and should be removed
SafeMath.div(uint256,uint256) (#224-226) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#239-246) is never used and should be removed
SafeMath.mod(uint256,uint256) (#259-261) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#274-277) is never used and should be removed
SafeMath.mul(uint256,uint256) (#199-211) is never used and should be removed
SafeMath.sub(uint256,uint256) (#170-172) is never used and should be removed
StepOut._burn(address,uint256) (#570-576) is never used and should be removed
StepOut._burnFrom(address,uint256) (#605-608) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#126)" inContext (#116-129)
Remove redundant statements if they congest code but offer no value.
Additional information: link
StepOut.constructor() (#363-371) uses literals with too many digits:
- _totalSupply = 10000000000000000 (#367)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#328-331)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#337-339)
increaseAllowance(address,uint256) should be declared external:
- StepOut.increaseAllowance(address,uint256) (#482-485)
decreaseAllowance(address,uint256) should be declared external:
- StepOut.decreaseAllowance(address,uint256) (#501-504)
mint(uint256) should be declared external:
- StepOut.mint(uint256) (#514-517)
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