STEEL - Iron Share - is the algorithmic token which accrues seigniorage revenue and excess collateral value.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Share.setTreasuryAddress(address) (#945-947) should emit an event for:
- treasury = _treasury (#946)
Emit an event for critical parameter changes.
Additional information: link
Share.initialize(address,address,uint256) (#918-931) should emit an event for:
- endTime = _startTime + VESTING_DURATION (#929)
- devFundLastClaimed = _startTime (#930)
Emit an event for critical parameter changes.
Additional information: link
Share.setTreasuryAddress(address)._treasury (#945) lacks a zero-check on :
- treasury = _treasury (#946)
Check that the address is not zero.
Additional information: link
Share.unclaimedDevFund() (#967-972) uses timestamp for comparisons
Dangerous comparisons:
- _now > endTime (#969)
- devFundLastClaimed >= _now (#970)
Avoid relying on block.timestamp.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#417-434) uses assembly
- INLINE ASM (#426-429)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.11', '>=0.6.0<0.8.0', '>=0.6.2<0.8.0']
- >=0.6.0<0.8.0 (#1)
- >=0.6.0<0.8.0 (#164)
- >=0.6.0<0.8.0 (#192)
- >=0.6.2<0.8.0 (#273)
- 0.6.11 (#442)
- 0.6.11 (#730)
- ABIEncoderV2 (#731)
- >=0.6.0<0.8.0 (#756)
- 0.6.11 (#827)
- 0.6.11 (#869)
Use one Solidity version.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#153-156) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#756) is too complex
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
Low level call in Address.functionStaticCall(address,bytes,string) (#409-415):
- (success,returndata) = target.staticcall(data) (#413)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter Share.claimDevFundRewards(uint256)._amount (#974) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#182)" inContext (#176-185)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Share.slitherConstructorConstantVariables() (#871-991) uses literals with too many digits:
- DEV_FUND_ALLOCATION = 20000000000000000000000000 (#889)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Share.devFundEmissionRate (#896) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferOperator(address) should be declared external:
- Operator.transferOperator(address) (#853-855)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
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
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Youtube account