Captain Bulldog is a real company based in Germany. A real "limited liability company“. Get to know us and you will see that it is more than just a token.
Liquifier.withdrawLockedBNB(address) (#937-945) sends eth to arbitrary user
Dangerous calls:
- recipient.transfer(amount) (#944)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Tokenomics._getFeeStruct(uint256) (#440-443) contains a tautology or contradiction:
- require(bool,string)(index >= 0 && index < fees.length,FeesSettings._getFeeStruct: Fee index out of bounds) (#441)
Fix the incorrect comparison by changing the value type or the comparison.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#183-192) uses assembly
- INLINE ASM (#186-189)
Do not use evm assembly.
Additional information: link
Tokenomics.getCollectedFeeTotal(uint256) (#454-457) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.7 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) (#178-182):
- (success,returndata) = target.delegatecall(data) (#180)
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 (#787) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#138)" inContext (#136-139)
Remove redundant statements if they congest code but offer no value.
Additional information: link
CBF._takeFee(uint256,uint256,uint256,address,uint256) (#1040-1050) performs a multiplication on the result of a division:
-tAmount = amount.mul(fee).div(FEES_DIVISOR) (#1042)
-rAmount = tAmount.mul(currentRate) (#1043)
Consider ordering multiplication before division.
Additional information: link
CBF._approveDelegate(address,address,uint256).owner (#1062) shadows:
- Ownable.owner() (#292-294) (function)
Rename the local variables that shadow another component.
Additional information: link
BaseRfiToken.sendContractBalance(address).to (#534) lacks a zero-check on :
- to.transfer(address(this).balance) (#536)
Check that the address is not zero.
Additional information: link
Reentrancy in Liquifier.initializeLiquiditySwapper(Liquifier.Env,uint256,uint256) (#808-817):
External calls:
- _setRouterAddress(_mainnetRouterV1Address) (#810)
- _pair = IPancakeV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#847)
- _setRouterAddress(_mainnetRouterV2Address) (#811)
- _pair = IPancakeV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#847)
State variables written after the call(s):
- maxTransactionAmount = maxTx (#814)
- numberOfTokensToSwapToLiquidity = liquifyAmount (#815)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in CBFToken.constructor() (#1078-1081):
External calls:
- CBF(Env.MainnetV2) (#1078)
- _pair = IPancakeV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#847)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#639)
- _approve(owner(),address(_router),~ uint256(0)) (#1080)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#317-322) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,The contract is still locked) (#319)
Avoid relying on block.timestamp.
Additional information: link
Variable Liquifier._mainnetRouterV1Address (#778) is too similar to Liquifier._mainnetRouterV2Address (#780)
Prevent variables from having similar names.
Additional information: link
Tokenomics.devAddress (#401) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferToken(IBEP20,address,uint256) should be declared external:
- CBF.transferToken(IBEP20,address,uint256) (#1070-1072)
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.
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
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
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 Twitter link on the website
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
Young tokens have high risks of price dump / death
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account