The first token with a dual-buy back system! Tokens are bought back by the people and the King whom will reward his followers. All the King’s people will automatically buy back his tokens without any taxes, or His people have the freedom to be paid out of the form of Doge or other dog coins. When the king buys the people who follow him will be rewarded. The people that spread the King's word are rewarded, the people that heed the word of the king are rewarded with bounties. Devs are LEGIT, they launched EARLYBIRD Fairlaunch : 2.4k MC
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BabyDogeKingDividendTracker.swapForTokens(address,address,uint256) (#2860-2886) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ammount}(0,path,account,block.timestamp) (#2870-2883)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in BabyDogeKing.forceSwapAndSendDividends(uint256) (#2320-2329):
External calls:
- swapAndSendDividends(tokens) (#2325)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2265-2271)
- (ebSuccess,None) = address(ebTracker).call{value: ebDividends}() (#2394)
- (success) = address(dividendTracker).call{value: dividends.sub(forWhale)}() (#2351-2353)
- (successWhale) = address(whale).call{value: forWhale}() (#2354)
- (successOp1) = address(operations1Address).call{value: half}() (#2361)
- (successOp2) = address(operations2Address).call{value: otherHalf}() (#2363-2365)
External calls sending eth:
- swapAndSendDividends(tokens) (#2325)
- (ebSuccess,None) = address(ebTracker).call{value: ebDividends}() (#2394)
- (success) = address(dividendTracker).call{value: dividends.sub(forWhale)}() (#2351-2353)
- (successWhale) = address(whale).call{value: forWhale}() (#2354)
- (successOp1) = address(operations1Address).call{value: half}() (#2361)
- (successOp2) = address(operations2Address).call{value: otherHalf}() (#2363-2365)
State variables written after the call(s):
- buyAmount = buyAmount.sub(fromBuy) (#2327)
- sellAmount = sellAmount.sub(fromSell) (#2328)
Apply the check-effects-interactions pattern.
Additional information: link
BabyDogeKingWhale.burnBabyBurn(uint256) (#2542-2549) ignores return value by babyDogeKing.transfer(0x000000000000000000000000000000000000dEaD,amount) (#2543-2546)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
BabyDogeKing.sendEBDividends() (#2375-2398) performs a multiplication on the result of a division:
-ebDividendsFromSell = balance.mul(sellAmount).div(totalAmount).mul(EBSellFee).div(EBSellFee.add(devFees)) (#2384-2388)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in BabyDogeKing.updateDividendTracker(address) (#1759-1776):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1768)
- newDividendTracker.excludeFromDividends(address(this)) (#1769)
- newDividendTracker.excludeFromDividends(owner()) (#1770)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1771)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1775)
Apply the check-effects-interactions pattern.
Additional information: link
BabyDogeKing._transfer(address,address,uint256).lastProcessedIndex (#2158) is a local variable never initialized
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
BabyDogeKingWhale.swapTokensForEth(uint256) (#2524-2540) ignores return value by babyDogeKing.approve(address(uniswapV2Router),tokenAmount) (#2530)
Ensure that all the return values of the function calls are used.
Additional information: link
DividendPayingToken.constructor(string,string)._symbol (#1256) shadows:
- ERC20._symbol (#336) (state variable)
Rename the local variables that shadow another component.
Additional information: link
BabyDogeKingDividendTracker.setMinimumEthPayout(uint256) (#2650-2654) should emit an event for:
- minimumEthPayout = value (#2653)
Emit an event for critical parameter changes.
Additional information: link
Ownable.constructor().msgSender (#880) lacks a zero-check on :
- _owner = msgSender (#881)
Check that the address is not zero.
Additional information: link
BabyDogeKing.setReferralBalances(uint256,address,bool) (#2191-2231) has external calls inside a loop: dividendTracker.setBalance(referrer,getDividendsAmount(referrer)) (#2229)
Favor pull over push strategy for external calls.
Additional information: link
Variable 'BabyDogeKing._transfer(address,address,uint256).iterations (#2156)' in BabyDogeKing._transfer(address,address,uint256) (#1997-2175) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2160-2167)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.
Additional information: link
Reentrancy in BabyDogeKing.swapAndLiquify(uint256) (#2233-2254):
External calls:
- swapTokensForEth(half) (#2245)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2265-2271)
- addLiquidity(otherHalf,newBalance) (#2251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2310-2317)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#2251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#2310-2317)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#2251)
- _allowances[owner][spender] = amount (#633)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in BabyDogeKing.updatePayoutToken(address) (#2274-2280):
External calls:
- dividendTracker.updatePayoutToken(msg.sender,token) (#2278)
Event emitted after the call(s):
- UpdatePayoutToken(msg.sender,token) (#2279)
Apply the check-effects-interactions pattern.
Additional information: link
SafeMathInt.mul(int256,int256) (#958-965) is never used and should be removed
Remove unused functions.
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 BabyDogeKingDividendTracker._withdrawDividendOfUser(address) (#2888-2938):
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2904-2907)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter BabyDogeKingDividendTracker.getAccount(address)._account (#2670) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable BabyDogeKingDividendTracker._withdrawDividendOfUser(address)._withdrawableDividend (#2893) is too similar to BabyDogeKingDividendTracker.getAccount(address).withdrawableDividends (#2677)
Prevent variables from having similar names.
Additional information: link
BabyDogeKingDividendTracker.getAccountAtIndex(uint256) (#2711-2737) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0) (#2724-2731)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SafeMathInt.MAX_INT256 (#953) is never used in SafeMathInt (#951-1008)
Remove unused state variables.
Additional information: link
BabyDogeKing.swapTokensAtAmount (#1469) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
getAllowTokens(address) should be declared external:
- BabyDogeKingDividendTracker.getAllowTokens(address) (#2856-2858)
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
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Twitter account link seems to be invalid
Telegram account has relatively few subscribers
Unable to find Youtube account
Unable to find Discord account