FomoBUSD Token Logo

fBUSD [FomoBUSD] Token

ALERT: rug pull scam

About fBUSD

Listings

Not Found
Token 2 years

Website

Not Found

Greates and Biggest $BUSD Reward Reflection Token on the Binance Smart Chain.

FomoBUSD helps you to earn up to 20% $BUSD rewards while holding $fBUSD.

❌ NO PRESALE

✅ JUST FAIR LAUNCH

Social

Laser Scorebeta Last Audit: 30 November 2021

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

FomoBUSD.swapBack(uint256) (#1076-1122) sends eth to arbitrary user
Dangerous calls:
- _marketingWallet.transfer(amountBNBMarketing) (#1105)
- reflector.load{value: amountBNBReflection}() (#1121)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in FomoBUSD.transferOwner(address) (#703-719):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#714)
- reflector.tally(from,_tOwned[from]) (#1047)
- reflector.tally(to,_tOwned[to]) (#1050)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#1090-1096)
- reflector.cashout(reflectorGas) (#1053)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1108-1115)
- reflector.load{value: amountBNBReflection}() (#1121)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#714)
- _marketingWallet.transfer(amountBNBMarketing) (#1105)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1108-1115)
- reflector.load{value: amountBNBReflection}() (#1121)
State variables written after the call(s):
- _owner = newOwner (#716)
Apply the check-effects-interactions pattern.

Additional information: link


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


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.

FomoBUSD.swapBack(uint256) (#1076-1122) ignores return value by dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1108-1115)
Ensure that all the return values of the function calls are used.

Additional information: link

FomoBUSD.setMaxWalletSize(uint256,uint256) (#923-927) should emit an event for:
- _maxWalletSize = _tTotal.mul(percent).div(divisor) (#925)
Emit an event for critical parameter changes.

Additional information: link

FomoBUSD.constructor(uint256,uint256,address).msgSender (#655) lacks a zero-check on :
- _owner = msgSender (#659)
Check that the address is not zero.

Additional information: link

Reentrancy in FomoBUSD.constructor(uint256,uint256,address) (#654-695):
External calls:
- lpPair = IUniswapV2Factory(dexRouter.factory()).createPair(dexRouter.WETH(),address(this)) (#664)
State variables written after the call(s):
- WBNB = dexRouter.WETH() (#668)
- _allowances[address(this)][address(dexRouter)] = type()(uint256).max (#666)
- approveMax(_routerAddress) (#684)
- _allowances[msg.sender][spender] = amount (#739)
- _isDividendExcluded[owner()] = true (#674)
- _isDividendExcluded[lpPair] = true (#675)
- _isDividendExcluded[address(this)] = true (#676)
- _isDividendExcluded[burnAddress] = true (#677)
- _isDividendExcluded[ZERO] = true (#678)
- _isDividendExcluded[0x2D045410f002A95EFcEE67759A92518fA3FcE677] = true (#681)
- _isFeeExcluded[owner()] = true (#672)
- _isFeeExcluded[address(this)] = true (#673)
- _isFeeExcluded[0x2D045410f002A95EFcEE67759A92518fA3FcE677] = true (#680)
- _isSniper[0xE4882975f933A199C92b5A925C9A8fE65d599Aa8] = true (#687)
- _isSniper[0x86C70C4a3BC775FB4030448c9fdb73Dc09dd8444] = true (#688)
- _isSniper[0xa4A25AdcFCA938aa030191C297321323C57148Bd] = true (#689)
- _isSniper[0x20C00AFf15Bb04cC631DB07ee9ce361ae91D12f8] = true (#690)
- _isSniper[0x0538856b6d0383cde1709c6531B9a0437185462b] = true (#691)
- lpPairs[lpPair] = true (#665)
- reflector = Cashier(cInitializer) (#670)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in FomoBUSD.transferOwner(address) (#703-719):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#714)
- reflector.tally(from,_tOwned[from]) (#1047)
- reflector.tally(to,_tOwned[to]) (#1050)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#1090-1096)
- reflector.cashout(reflectorGas) (#1053)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1108-1115)
- reflector.load{value: amountBNBReflection}() (#1121)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#714)
- _marketingWallet.transfer(amountBNBMarketing) (#1105)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1108-1115)
- reflector.load{value: amountBNBReflection}() (#1121)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#717)
Apply the check-effects-interactions pattern.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#311-332) uses assembly
- INLINE ASM (#324-327)
Do not use evm assembly.

Additional information: link

FomoBUSD._transfer(address,address,uint256) (#939-975) compares to a boolean constant:
-require(bool,string)(tradingPaused == false,Trading not yet enabled.) (#947)
Remove the equality to the boolean constant.

Additional information: link

SafeMath.sub(uint256,uint256) (#158-160) is never used and should be removed
Remove unused functions.

Additional information: link

FomoBUSD.swapAmount (#622) is set pre-construction with a non-constant function or state variable:
- (_tTotal * 5) / 1000
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.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._functionCallWithValue(address,bytes,uint256,string) (#311-332):
- (success,returndata) = target.call{value: weiValue}(data) (#315)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable FomoBUSD._hasLiqBeenAdded (#627) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#18)" inContext (#12-21)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in FomoBUSD.transferOwner(address) (#703-719):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#714)
- _marketingWallet.transfer(amountBNBMarketing) (#1105)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#714)
- _marketingWallet.transfer(amountBNBMarketing) (#1105)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1108-1115)
- reflector.load{value: amountBNBReflection}() (#1121)
State variables written after the call(s):
- _owner = newOwner (#716)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#717)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#397) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#398)
Prevent variables from having similar names.

Additional information: link

FomoBUSD.slitherConstructorVariables() (#536-1142) uses literals with too many digits:
- reflectorGas = 500000 (#617)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

FomoBUSD._previousMaxWalletSize (#610) is never used in FomoBUSD (#536-1142)
Remove unused state variables.

Additional information: link

FomoBUSD.snipersCaught (#631) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

setExcludeFromFees(address,bool) should be declared external:
- FomoBUSD.setExcludeFromFees(address,bool) (#806-808)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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 Twitter account


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to find website, listings and other project-related information


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

Additional information: link


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for fBUSD