Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Tokenomics._getFeeStruct(uint256) (#427-433) contains a tautology or contradiction:
- require(bool,string)(index >= 0 && index < fees.length,FeesSettings._getFeeStruct: Fee index out of bounds) (#428-431)
Fix the incorrect comparison by changing the value type or the comparison.
Additional information: link
SafeToken._takeFee(uint256,uint256,uint256,address,uint256) (#1323-1340) performs a multiplication on the result of a division:
-tAmount = amount.mul(fee).div(FEES_DIVISOR) (#1330)
-rAmount = tAmount.mul(currentRate) (#1331)
Consider ordering multiplication before division.
Additional information: link
SafeToken._approveDelegate(address,address,uint256).owner (#1343) shadows:
- Ownable.owner() (#246-248) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in Liquifier.initializeLiquiditySwapper(Liquifier.Env,uint256,uint256) (#1057-1071):
External calls:
- _setRouterAddress(_mainnetRouterV2Address) (#1064)
- _pair = IPancakeV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#1111-1114)
- _setRouterAddress(_testnetRouterAddress) (#1066)
- _pair = IPancakeV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#1111-1114)
State variables written after the call(s):
- maxTransactionAmount = maxTx (#1069)
- numberOfTokensToSwapToLiquidity = liquifyAmount (#1070)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in DoxedBoy.constructor() (#1352-1355):
External calls:
- SafeToken(Env.Mainnet) (#1352)
- _pair = IPancakeV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#1111-1114)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#765)
- _approve(owner(),address(_router),~ uint256(0)) (#1354)
Apply the check-effects-interactions pattern.
Additional information: link
AntiBot.checkAntiBotStatus() (#1237-1247) uses timestamp for comparisons
Dangerous comparisons:
- antiBotEnabled && antiBotTime > block.timestamp (#1240)
Avoid relying on block.timestamp.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#211-228) uses assembly
- INLINE ASM (#220-223)
Do not use evm assembly.
Additional information: link
Tokenomics.getCollectedFeeTotal(uint256) (#455-462) is never used and should be removed
Remove unused functions.
Additional information: link
AntiBot.antiBotTime (#1224) is set pre-construction with a non-constant function or state variable:
- block.timestamp.add(antiBotDuration)
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.9 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.functionDelegateCall(address,bytes,string) (#201-209):
- (success,returndata) = target.delegatecall(data) (#207)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable Liquifier._pair (#1028) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#61)" inContext (#55-64)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in Liquifier._swapAndLiquify(uint256,address) (#1119-1151):
External calls:
- marketingPayable.transfer(theOtherHalfBalance) (#1148)
External calls sending eth:
- _addLiquidity(otherHalf.div(2),halfNewBalance) (#1146)
- (tokenAmountSent,ethAmountSent,liquidity) = _router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,_deployer,block.timestamp) (#1178-1190)
- marketingPayable.transfer(theOtherHalfBalance) (#1148)
Event emitted after the call(s):
- SwapAndLiquify(half,halfNewBalance,otherHalf.div(2)) (#1150)
Apply the check-effects-interactions pattern.
Additional information: link
Variable BaseRfiToken._getValues(uint256,uint256).rTransferAmount (#924) is too similar to BaseRfiToken._getValues(uint256,uint256).tTransferAmount (#920)
Prevent variables from having similar names.
Additional information: link
DoxedBoy.slitherConstructorConstantVariables() (#1351-1357) uses literals with too many digits:
- TOTAL_SUPPLY = 1000000000000 * ZEROES (#326)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Tokenomics.marketingAddress (#373-374) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
disableAntiBot() should be declared external:
- SafeToken.disableAntiBot() (#1267-1269)
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.
Number of Binance Smart Chain (BSC) token holders is low.
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