Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
RICHFI._transfer(address,address,uint256) (#341-367) performs a multiplication on the result of a division:
-_holders[recipient] = _holders[recipient] + ((tAmount / 10) * 7) (#363)
Consider ordering multiplication before division.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#136-168) uses assembly
- INLINE ASM (#159-163)
Do not use evm assembly.
Additional information: link
RICHFI._transfer(address,address,uint256) (#341-367) compares to a boolean constant:
-_isContractAddress[recipient] == true || _isContractAddress[sender] == true || amount < _maximumTXamount (#357-359)
Remove the equality to the boolean constant.
Additional information: link
Context._msgData() (#58-62) is never used and should be removed
Remove unused functions.
Additional information: link
RICHFI._rTotal (#209) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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.8.4 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
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#136-168):
- (success,returndata) = target.call{value: weiValue}(data) (#146-147)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable RICHFI._maximumTXamount (#213) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#59)" inContext (#53-63)
Remove redundant statements if they congest code but offer no value.
Additional information: link
RICHFI.slitherConstructorVariables() (#202-369) uses literals with too many digits:
- _maximumTXamount = 500000000000000000 (#213)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
RICHFI._tTotal (#208) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferFrom(address,address,uint256) should be declared external:
- RICHFI.transferFrom(address,address,uint256) (#304-318)
Use the external attribute for functions never called from the contract.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
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
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts