Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Rostofy.startSale(uint256,uint256,uint256,uint256,uint256) (#217-224) should emit an event for:
- sSBlock = _sSBlock (#218)
- sEBlock = _sEBlock (#219)
- sChunk = _sChunk (#220)
- sPrice = _sPrice (#221)
- sCap = _sCap (#222)
Emit an event for critical parameter changes.
Additional information: link
Rostofy.clearETH()._owner (#226) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#227)
Check that the address is not zero.
Additional information: link
Rostofy.getAirdrop(address) (#164-183) compares to a boolean constant:
-Claimed[investor] == false (#168)
Remove the equality to the boolean constant.
Additional information: link
SafeMath.mul(uint256,uint256) (#26-29) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.5.10 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
Parameter Rostofy.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#217) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Rostofy.tokenSale(address) (#185-201) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#192)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
clearETH() should be declared external:
- Rostofy.clearETH() (#225-228)
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.
Unable to find website, listings and other project-related information
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Telegram and Twitter accounts