<i class="fas fa-bullhorn"></i> <a href="https://twitter.com/SafeProtocol/status/1420240827910004738?s=20" target="_blank" rel="nofollow">Token migration announcement.</a> Safe Protocol token contract has migrated to
0xcd5c0e18cdc20aa6c34312f22ca05a5015f6c2b9
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
SafeProtocol._tFeeTotal (#87) is never initialized. It is used in:
- SafeProtocol.totalFees() (#179-181)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
SafeProtocol.totalSupply (#83) shadows:
- BEP20Basic.totalSupply (#54)
Remove the state variable shadowing.
Additional information: link
SafeProtocol.getTokens() (#216-273) compares to a boolean constant:
-Claimed[investor] == false && progress0drop <= target0drop (#249)
Remove the equality to the boolean constant.
Additional information: link
SafeProtocol.restoreAllFee() (#143-146) is never used and should be removed
Remove unused functions.
Additional information: link
SafeProtocol.getTokens() (#216-273) performs a multiplication on the result of a division:
-tokens = tokensPerEth.mul(msg.value) / 1000000000000000000 (#224)
-countbonus = tokens * 100 / 100 (#233)
Consider ordering multiplication before division.
Additional information: link
SafeProtocol.transferOwnership(address) (#158-162) should emit an event for:
- owner = newOwner (#160)
Emit an event for critical parameter changes.
Additional information: link
SafeProtocol.setLiquidityFeePercent(uint256) (#148-150) should emit an event for:
- _liquidityFee = liquidityFee (#149)
Emit an event for critical parameter changes.
Additional information: link
SafeProtocol.getTokens() (#216-273) uses timestamp for comparisons
Dangerous comparisons:
- msg.value >= requestMinimum && now < deadline && now < round1 && now < round2 (#227)
- msg.value >= requestMinimum && now < deadline && now > round1 && now < round2 (#235)
- now >= deadline && now >= round1 && now < round2 (#257)
Avoid relying on block.timestamp.
Additional information: link
SafeProtocol._previousLiquidityFee (#91) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
solc-0.4.26 is not recommended for deployment
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 SafeProtocol._liquidityFee (#90) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
SafeProtocol.slitherConstructorVariables() (#67-351) uses literals with too many digits:
- tokensPerEth = 200000e8 (#86)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SafeProtocol.target0drop (#92) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
withdrawForeignTokens(address) should be declared external:
- SafeProtocol.withdrawForeignTokens(address) (#345-349)
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 on CoinGecko
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
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 Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account