BMSP Token Logo

BMSP Token

ALERT: rug pull scam

About BMSP

Listings

Not Found
Token 3 years

Mine busd and gain liquidity from this token earn 400 dollars a day or more 5000% apy

Social

Not Found

Laser Scorebeta Last Audit: 29 June 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links

OwnableUpgradeable.__gap (#144) shadows:
- ContextUpgradeable.__gap (#99)
ERC20Upgradeable.__gap (#1012) shadows:
- ContextUpgradeable.__gap (#99)
Remove the state variable shadowing.

Additional information: link


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.

bibi.addLiquidity(uint256,uint256) (#1916-1927) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in bibi._transfer(address,address,uint256) (#1775-1859):
External calls:
- swapAndSendToFee(AmountMarketingFee) (#1801)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- swapAndSendDividends(AmountTokenRewardsFee) (#1803)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
State variables written after the call(s):
- AmountLiquidityFee += LFee (#1821)
- AmountLiquidityFee += LFee (#1831)
- AmountMarketingFee += MFee (#1825)
- AmountMarketingFee += MFee (#1835)
- AmountTokenRewardsFee += RFee (#1823)
- AmountTokenRewardsFee += RFee (#1833)
- super._transfer(from,deadWallet,DFee) (#1840)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#435)
- _balances[recipient] = _balances[recipient].add(amount) (#436)
- super._transfer(from,address(this),fees.sub(DFee)) (#1841)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#435)
- _balances[recipient] = _balances[recipient].add(amount) (#436)
- super._transfer(from,to,amount) (#1844)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#435)
- _balances[recipient] = _balances[recipient].add(amount) (#436)
- swapping = false (#1804)
Apply the check-effects-interactions pattern.

Additional information: link

bibi.swapAndSendToFee(uint256) (#1861-1867) ignores return value by IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
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.

BABYTOKENDividendTracker.getAccount(address) (#1292-1339) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1336-1338)
BABYTOKENDividendTracker.canAutoClaim(uint256) (#1364-1370) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1365)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1369)
Avoid relying on block.timestamp.

Additional information: link

Clones.clone(address) (#288-301) uses assembly
- INLINE ASM (#290-296)
Clones.cloneDeterministic(address,bytes32) (#304-313) uses assembly
- INLINE ASM (#305-311)
Clones.predictDeterministicAddress(address,bytes32,address) (#316-331) uses assembly
- INLINE ASM (#321-330)
Do not use evm assembly.

Additional information: link

Clones.cloneDeterministic(address,bytes32) (#304-313) is never used and should be removed
Clones.predictDeterministicAddress(address,bytes32) (#334-340) is never used and should be removed
Clones.predictDeterministicAddress(address,bytes32,address) (#316-331) is never used and should be removed
Context._msgData() (#17-19) is never used and should be removed
ContextUpgradeable.__Context_init() (#86-88) is never used and should be removed
ContextUpgradeable._msgData() (#96-98) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1137-1152) is never used and should be removed
ERC20._burn(address,uint256) (#452-460) is never used and should be removed
ERC20Upgradeable._transfer(address,address,uint256) (#933-953) is never used and should be removed
SafeMath.mod(uint256,uint256) (#222-224) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#226-229) is never used and should be removed
SafeMathInt.abs(int256) (#266-269) is never used and should be removed
SafeMathInt.div(int256,int256) (#247-250) is never used and should be removed
SafeMathInt.mul(int256,int256) (#237-244) is never used and should be removed
Remove unused functions.

Additional information: link

Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1068-1094):
External calls:
- success = IERC20(rewardToken).transfer(user,_withdrawableDividend) (#1078-1081)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1084-1086)
Apply the check-effects-interactions pattern.

Additional information: link

bibi._transfer(address,address,uint256).fees (#1814) is a local variable never initialized
bibi._transfer(address,address,uint256).DFee (#1818) is a local variable never initialized
bibi._transfer(address,address,uint256).iterations (#1852) is a local variable never initialized
bibi._transfer(address,address,uint256).claims (#1852) is a local variable never initialized
bibi._transfer(address,address,uint256).lastProcessedIndex (#1852) 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

bibi.claim() (#1724-1726) ignores return value by dividendTracker.processAccount(address(msg.sender),false) (#1725)
bibi._transfer(address,address,uint256) (#1775-1859) ignores return value by dividendTracker.process(gas) (#1852-1857)
bibi.addLiquidity(uint256,uint256) (#1916-1927) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.__DividendPayingToken_init(address,string,string)._name (#1041) shadows:
- ERC20Upgradeable._name (#842) (state variable)
DividendPayingToken.__DividendPayingToken_init(address,string,string)._symbol (#1042) shadows:
- ERC20Upgradeable._symbol (#843) (state variable)
DividendPayingToken.dividendOf(address)._owner (#1097) shadows:
- OwnableUpgradeable._owner (#103) (state variable)
DividendPayingToken.withdrawableDividendOf(address)._owner (#1102) shadows:
- OwnableUpgradeable._owner (#103) (state variable)
DividendPayingToken.withdrawnDividendOf(address)._owner (#1112) shadows:
- OwnableUpgradeable._owner (#103) (state variable)
DividendPayingToken.accumulativeDividendOf(address)._owner (#1122) shadows:
- OwnableUpgradeable._owner (#103) (state variable)
bibi.constructor(string,string,uint256,address[4],uint256[4],uint256[4],uint256).totalSupply (#1557) shadows:
- ERC20.totalSupply() (#376-378) (function)
- IERC20.totalSupply() (#149) (function)
Rename the local variables that shadow another component.

Additional information: link

bibi.setSwapTokensAtAmount(uint256) (#1749-1751) should emit an event for:
- swapTokensAtAmount = amount (#1750)
bibi.setBuyTaxes(uint256,uint256,uint256,uint256) (#1758-1765) should emit an event for:
- buyTokenRewardsFee = rewardsFee (#1760)
- buyLiquidityFee = liquidity (#1761)
- buyMarketingFee = marketingFee (#1762)
- buyDeadFee = deadFee (#1763)
bibi.setSelTaxes(uint256,uint256,uint256,uint256) (#1767-1773) should emit an event for:
- sellTokenRewardsFee = rewardsFee (#1769)
- sellLiquidityFee = liquidity (#1770)
- sellMarketingFee = marketingFee (#1771)
- sellDeadFee = deadFee (#1772)
Emit an event for critical parameter changes.

Additional information: link

bibi.constructor(string,string,uint256,address[4],uint256[4],uint256[4],uint256)._uniswapV2Pair (#1573-1574) lacks a zero-check on :
- uniswapPair = _uniswapV2Pair (#1577)
bibi.updateUniswapV2Router(address)._uniswapV2Pair (#1614-1615) lacks a zero-check on :
- uniswapPair = _uniswapV2Pair (#1616)
bibi.setMarketingWallet(address).wallet (#1634) lacks a zero-check on :
- _marketingWalletAddress = wallet (#1635)
bibi.setDeadWallet(address).addr (#1753) lacks a zero-check on :
- deadWallet = addr (#1754)
Check that the address is not zero.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#1068-1094) has external calls inside a loop: success = IERC20(rewardToken).transfer(user,_withdrawableDividend) (#1078-1081)
Favor pull over push strategy for external calls.

Additional information: link

Variable 'bibi._transfer(address,address,uint256).lastProcessedIndex (#1852)' in bibi._transfer(address,address,uint256) (#1775-1859) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1853)
Variable 'bibi._transfer(address,address,uint256).claims (#1852)' in bibi._transfer(address,address,uint256) (#1775-1859) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1853)
Variable 'bibi._transfer(address,address,uint256).iterations (#1852)' in bibi._transfer(address,address,uint256) (#1775-1859) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1853)
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 bibi._transfer(address,address,uint256) (#1775-1859):
External calls:
- swapAndSendToFee(AmountMarketingFee) (#1801)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
State variables written after the call(s):
- swapAndLiquify(AmountLiquidityFee) (#1802)
- _allowances[owner][spender] = amount (#471)
Reentrancy in bibi._transfer(address,address,uint256) (#1775-1859):
External calls:
- swapAndSendToFee(AmountMarketingFee) (#1801)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- swapAndSendDividends(AmountTokenRewardsFee) (#1803)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
State variables written after the call(s):
- swapAndSendDividends(AmountTokenRewardsFee) (#1803)
- _allowances[owner][spender] = amount (#471)
Reentrancy in bibi.constructor(string,string,uint256,address[4],uint256[4],uint256[4],uint256) (#1531-1594):
External calls:
- dividendTracker.initialize(rewardToken,tokenBalanceForReward_) (#1567-1570)
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1573-1574)
State variables written after the call(s):
- uniswapPair = _uniswapV2Pair (#1577)
- uniswapV2Router = _uniswapV2Router (#1576)
Reentrancy in bibi.constructor(string,string,uint256,address[4],uint256[4],uint256[4],uint256) (#1531-1594):
External calls:
- dividendTracker.initialize(rewardToken,tokenBalanceForReward_) (#1567-1570)
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1573-1574)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1579)
- dividendTracker.excludeFromDividends(pair) (#1648)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1582)
- dividendTracker.excludeFromDividends(address(this)) (#1583)
- dividendTracker.excludeFromDividends(owner()) (#1584)
- dividendTracker.excludeFromDividends(deadWallet) (#1585)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1586)
State variables written after the call(s):
- _mint(owner(),totalSupply) (#1593)
- _balances[account] = _balances[account].add(amount) (#447)
- excludeFromFees(owner(),true) (#1589)
- _isExcludedFromFees[account] = excluded (#1621)
- excludeFromFees(_marketingWalletAddress,true) (#1590)
- _isExcludedFromFees[account] = excluded (#1621)
- excludeFromFees(address(this),true) (#1591)
- _isExcludedFromFees[account] = excluded (#1621)
- _mint(owner(),totalSupply) (#1593)
- _totalSupply = _totalSupply.add(amount) (#446)
Reentrancy in BABYTOKENDividendTracker.processAccount(address,bool) (#1442-1451):
External calls:
- amount = _withdrawDividendOfUser(account) (#1443)
- success = IERC20(rewardToken).transfer(user,_withdrawableDividend) (#1078-1081)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1446)
Reentrancy in bibi.swapAndLiquify(uint256) (#1869-1880):
External calls:
- swapTokensForEth(half) (#1874)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- addLiquidity(otherHalf,newBalance) (#1877)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1877)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
State variables written after the call(s):
- AmountLiquidityFee = AmountLiquidityFee - tokens (#1878)
- addLiquidity(otherHalf,newBalance) (#1877)
- _allowances[owner][spender] = amount (#471)
Reentrancy in bibi.swapAndSendDividends(uint256) (#1929-1938):
External calls:
- swapTokensForCake(tokens) (#1930)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
State variables written after the call(s):
- AmountTokenRewardsFee = AmountTokenRewardsFee - tokens (#1931)
Reentrancy in bibi.swapAndSendToFee(uint256) (#1861-1867):
External calls:
- swapTokensForCake(tokens) (#1863)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
State variables written after the call(s):
- AmountMarketingFee = AmountMarketingFee - tokens (#1866)
Reentrancy in bibi.swapManual() (#1736-1744):
External calls:
- swapAndLiquify(AmountLiquidityFee) (#1740)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- swapAndSendDividends(AmountTokenRewardsFee) (#1741)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1740)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
State variables written after the call(s):
- swapAndSendDividends(AmountTokenRewardsFee) (#1741)
- _allowances[owner][spender] = amount (#471)
Reentrancy in bibi.swapManual() (#1736-1744):
External calls:
- swapAndLiquify(AmountLiquidityFee) (#1740)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- swapAndSendDividends(AmountTokenRewardsFee) (#1741)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- swapAndSendToFee(AmountMarketingFee) (#1742)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1740)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
State variables written after the call(s):
- swapAndSendToFee(AmountMarketingFee) (#1742)
- _allowances[owner][spender] = amount (#471)
- swapping = false (#1743)
Reentrancy in bibi.updateUniswapV2Router(address) (#1610-1617):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1614-1615)
State variables written after the call(s):
- uniswapPair = _uniswapV2Pair (#1616)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in bibi._setAutomatedMarketMakerPair(address,bool) (#1643-1651):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1648)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1650)
Reentrancy in bibi._transfer(address,address,uint256) (#1775-1859):
External calls:
- swapAndSendToFee(AmountMarketingFee) (#1801)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#472)
- swapAndLiquify(AmountLiquidityFee) (#1802)
- SwapAndLiquify(half,newBalance,otherHalf) (#1879)
- swapAndLiquify(AmountLiquidityFee) (#1802)
Reentrancy in bibi._transfer(address,address,uint256) (#1775-1859):
External calls:
- swapAndSendToFee(AmountMarketingFee) (#1801)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- swapAndSendDividends(AmountTokenRewardsFee) (#1803)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#472)
- swapAndSendDividends(AmountTokenRewardsFee) (#1803)
- SendDividends(tokens,dividends) (#1936)
- swapAndSendDividends(AmountTokenRewardsFee) (#1803)
- Transfer(sender,recipient,amount) (#437)
- super._transfer(from,to,amount) (#1844)
- Transfer(sender,recipient,amount) (#437)
- super._transfer(from,address(this),fees.sub(DFee)) (#1841)
- Transfer(sender,recipient,amount) (#437)
- super._transfer(from,deadWallet,DFee) (#1840)
Reentrancy in bibi._transfer(address,address,uint256) (#1775-1859):
External calls:
- swapAndSendToFee(AmountMarketingFee) (#1801)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- swapAndSendDividends(AmountTokenRewardsFee) (#1803)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1846)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1847)
- dividendTracker.process(gas) (#1852-1857)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1802)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1853)
Reentrancy in bibi.constructor(string,string,uint256,address[4],uint256[4],uint256[4],uint256) (#1531-1594):
External calls:
- dividendTracker.initialize(rewardToken,tokenBalanceForReward_) (#1567-1570)
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1573-1574)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1579)
- dividendTracker.excludeFromDividends(pair) (#1648)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1650)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1579)
Reentrancy in bibi.constructor(string,string,uint256,address[4],uint256[4],uint256[4],uint256) (#1531-1594):
External calls:
- dividendTracker.initialize(rewardToken,tokenBalanceForReward_) (#1567-1570)
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1573-1574)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1579)
- dividendTracker.excludeFromDividends(pair) (#1648)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1582)
- dividendTracker.excludeFromDividends(address(this)) (#1583)
- dividendTracker.excludeFromDividends(owner()) (#1584)
- dividendTracker.excludeFromDividends(deadWallet) (#1585)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1586)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#1622)
- excludeFromFees(address(this),true) (#1591)
- ExcludeFromFees(account,excluded) (#1622)
- excludeFromFees(_marketingWalletAddress,true) (#1590)
- ExcludeFromFees(account,excluded) (#1622)
- excludeFromFees(owner(),true) (#1589)
- Transfer(address(0),account,amount) (#448)
- _mint(owner(),totalSupply) (#1593)
Reentrancy in BABYTOKENDividendTracker.processAccount(address,bool) (#1442-1451):
External calls:
- amount = _withdrawDividendOfUser(account) (#1443)
- success = IERC20(rewardToken).transfer(user,_withdrawableDividend) (#1078-1081)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1447)
Reentrancy in bibi.processDividendTracker(uint256) (#1719-1722):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1720)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1721)
Reentrancy in bibi.swapAndLiquify(uint256) (#1869-1880):
External calls:
- swapTokensForEth(half) (#1874)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- addLiquidity(otherHalf,newBalance) (#1877)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1877)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#472)
- addLiquidity(otherHalf,newBalance) (#1877)
- SwapAndLiquify(half,newBalance,otherHalf) (#1879)
Reentrancy in bibi.swapAndSendDividends(uint256) (#1929-1938):
External calls:
- swapTokensForCake(tokens) (#1930)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (#1936)
Reentrancy in bibi.swapManual() (#1736-1744):
External calls:
- swapAndLiquify(AmountLiquidityFee) (#1740)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- swapAndSendDividends(AmountTokenRewardsFee) (#1741)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1740)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#472)
- swapAndSendDividends(AmountTokenRewardsFee) (#1741)
- SendDividends(tokens,dividends) (#1936)
- swapAndSendDividends(AmountTokenRewardsFee) (#1741)
Reentrancy in bibi.swapManual() (#1736-1744):
External calls:
- swapAndLiquify(AmountLiquidityFee) (#1740)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1890-1896)
- swapAndSendDividends(AmountTokenRewardsFee) (#1741)
- success = IERC20(rewardToken).transfer(address(dividendTracker),dividends) (#1933)
- dividendTracker.distributeCAKEDividends(dividends) (#1935)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
- swapAndSendToFee(AmountMarketingFee) (#1742)
- IERC20(rewardToken).transfer(_marketingWalletAddress,newBalance) (#1865)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1907-1913)
External calls sending eth:
- swapAndLiquify(AmountLiquidityFee) (#1740)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1918-1925)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#472)
- swapAndSendToFee(AmountMarketingFee) (#1742)
Apply the check-effects-interactions pattern.

Additional information: link

Pragma version^0.8.0 (#10) allows old versions
solc-0.8.0 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

Function ContextUpgradeable.__Context_init() (#86-88) is not in mixedCase
Function ContextUpgradeable.__Context_init_unchained() (#90-91) is not in mixedCase
Variable ContextUpgradeable.__gap (#99) is not in mixedCase
Function OwnableUpgradeable.__Ownable_init() (#108-111) is not in mixedCase
Function OwnableUpgradeable.__Ownable_init_unchained() (#113-115) is not in mixedCase
Variable OwnableUpgradeable.__gap (#144) is not in mixedCase
Function IUniswapV2Router01.WETH() (#485) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#649) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#650) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#667) is not in mixedCase
Function ERC20Upgradeable.__ERC20_init(string,string) (#846-849) is not in mixedCase
Function ERC20Upgradeable.__ERC20_init_unchained(string,string) (#851-854) is not in mixedCase
Variable ERC20Upgradeable.__gap (#1012) is not in mixedCase
Function DividendPayingToken.__DividendPayingToken_init(address,string,string) (#1039-1047) is not in mixedCase
Parameter DividendPayingToken.__DividendPayingToken_init(address,string,string)._rewardToken (#1040) is not in mixedCase
Parameter DividendPayingToken.__DividendPayingToken_init(address,string,string)._name (#1041) is not in mixedCase
Parameter DividendPayingToken.__DividendPayingToken_init(address,string,string)._symbol (#1042) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1097) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1102) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1112) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1122) is not in mixedCase
Constant DividendPayingToken.magnitude (#1030) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter BABYTOKENDividendTracker.getAccount(address)._account (#1292) is not in mixedCase
Contract bibi (#1456-1940) is not in CapWords
Parameter bibi.setSwapAndLiquifyEnabled(bool)._enabled (#1746) is not in mixedCase
Variable bibi.AmountLiquidityFee (#1478) is not in mixedCase
Variable bibi.AmountTokenRewardsFee (#1479) is not in mixedCase
Variable bibi.AmountMarketingFee (#1480) is not in mixedCase
Variable bibi._marketingWalletAddress (#1482) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#490) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#491)
Variable DividendPayingToken.__DividendPayingToken_init(address,string,string)._rewardToken (#1040) is too similar to BABYTOKENDividendTracker.initialize(address,uint256).rewardToken_ (#1215)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1072) is too similar to BABYTOKENDividendTracker.getAccount(address).withdrawableDividends (#1299)
Variable ERC20._totalSupply (#350) is too similar to bibi.constructor(string,string,uint256,address[4],uint256[4],uint256[4],uint256).totalSupply_ (#1534)
Prevent variables from having similar names.

Additional information: link

Clones.clone(address) (#288-301) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_clone_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (#292)
Clones.clone(address) (#288-301) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_clone_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf30000000000000000000000000000000000) (#294)
Clones.cloneDeterministic(address,bytes32) (#304-313) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_cloneDeterministic_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (#307)
Clones.cloneDeterministic(address,bytes32) (#304-313) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_cloneDeterministic_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf30000000000000000000000000000000000) (#309)
Clones.predictDeterministicAddress(address,bytes32,address) (#316-331) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_predictDeterministicAddress_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (#323)
Clones.predictDeterministicAddress(address,bytes32,address) (#316-331) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_predictDeterministicAddress_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf3ff00000000000000000000000000000000) (#325)
bibi.constructor(string,string,uint256,address[4],uint256[4],uint256[4],uint256) (#1531-1594) uses literals with too many digits:
- gasForProcessing = 300000 (#1561)
bibi.updateGasForProcessing(uint256) (#1654-1659) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,GasForProcessing must be between 200,000 and 500,000) (#1655)
bibi.slitherConstructorVariables() (#1456-1940) uses literals with too many digits:
- deadWallet = 0x000000000000000000000000000000000000dEaD (#1484)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#234) is never used in SafeMathInt (#232-276)
OwnableUpgradeable.__gap (#144) is never used in BABYTOKENDividendTracker (#1185-1454)
Remove unused state variables.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#40-42)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#44-47)
getTime() should be declared external:
- Ownable.getTime() (#49-51)
renounceOwnership() should be declared external:
- OwnableUpgradeable.renounceOwnership() (#129-131)
transferOwnership(address) should be declared external:
- OwnableUpgradeable.transferOwnership(address) (#134-137)
name() should be declared external:
- ERC20.name() (#362-364)
symbol() should be declared external:
- ERC20.symbol() (#366-368)
decimals() should be declared external:
- ERC20.decimals() (#371-373)
totalSupply() should be declared external:
- ERC20.totalSupply() (#376-378)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#386-389)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#392-394)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#397-400)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#403-411)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#414-417)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#419-422)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#695-697)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#699-708)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#710-716)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#718-720)
name() should be declared external:
- ERC20Upgradeable.name() (#857-859)
symbol() should be declared external:
- ERC20Upgradeable.symbol() (#862-864)
decimals() should be declared external:
- ERC20Upgradeable.decimals() (#867-869)
transfer(address,uint256) should be declared external:
- ERC20Upgradeable.transfer(address,uint256) (#882-885)
allowance(address,address) should be declared external:
- ERC20Upgradeable.allowance(address,address) (#888-890)
approve(address,uint256) should be declared external:
- ERC20Upgradeable.approve(address,uint256) (#893-896)
transferFrom(address,address,uint256) should be declared external:
- ERC20Upgradeable.transferFrom(address,address,uint256) (#899-913)
increaseAllowance(address,uint256) should be declared external:
- ERC20Upgradeable.increaseAllowance(address,uint256) (#916-919)
decreaseAllowance(address,uint256) should be declared external:
- ERC20Upgradeable.decreaseAllowance(address,uint256) (#922-930)
distributeCAKEDividends(uint256) should be declared external:
- DividendPayingToken.distributeCAKEDividends(uint256) (#1049-1060)
withdrawDividend() should be declared external:
- BABYTOKENDividendTracker.withdrawDividend() (#1239-1244)
- DividendPayingToken.withdrawDividend() (#1063-1065)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1097-1099)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1112-1119)
isExcludedFromDividends(address) should be declared external:
- BABYTOKENDividendTracker.isExcludedFromDividends(address) (#1256-1262)
getAccountAtIndex(uint256) should be declared external:
- BABYTOKENDividendTracker.getAccountAtIndex(uint256) (#1341-1362)
process(uint256) should be declared external:
- BABYTOKENDividendTracker.process(uint256) (#1389-1440)
updateMinimumTokenBalanceForDividends(uint256) should be declared external:
- bibi.updateMinimumTokenBalanceForDividends(uint256) (#1598-1600)
updateUniswapV2Router(address) should be declared external:
- bibi.updateUniswapV2Router(address) (#1610-1617)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- bibi.excludeMultipleAccountsFromFees(address[],bool) (#1626-1632)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- bibi.setAutomatedMarketMakerPair(address,bool) (#1638-1641)
updateGasForProcessing(uint256) should be declared external:
- bibi.updateGasForProcessing(uint256) (#1654-1659)
isExcludedFromFees(address) should be declared external:
- bibi.isExcludedFromFees(address) (#1673-1675)
withdrawableDividendOf(address) should be declared external:
- bibi.withdrawableDividendOf(address) (#1677-1679)
dividendTokenBalanceOf(address) should be declared external:
- bibi.dividendTokenBalanceOf(address) (#1681-1683)
isExcludedFromDividends(address) should be declared external:
- bibi.isExcludedFromDividends(address) (#1689-1691)
swapManual() should be declared external:
- bibi.swapManual() (#1736-1744)
setSwapAndLiquifyEnabled(bool) should be declared external:
- bibi.setSwapAndLiquifyEnabled(bool) (#1746-1748)
setSwapTokensAtAmount(uint256) should be declared external:
- bibi.setSwapTokensAtAmount(uint256) (#1749-1751)
setDeadWallet(address) should be declared external:
- bibi.setDeadWallet(address) (#1753-1755)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Average 30d PancakeSwap liquidity is low.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain

Contract has 7% buy tax and 7% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Telegram and Twitter accounts


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 find KYC or doxxing proof


Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)


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 Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for BMSP