BabyMetaFEG Token Logo

BMetaFEG [BabyMetaFEG] Token

ALERT: rug pull scam

About BMetaFEG

Listings

Not Found
Token 3 years

⭐️Market Cap: $4,500
👥LP Holdings: 3 BNB ($1,322) t.me/babymetafeg
#BSC #BNB #DEFI #binance #bitcoin #cryptocurrency #crypto #blockchain #btc #coinbase #eth #xrp #trading #cryptonews #dogecoin #fore #bitcoins #altcoin #litecoin #bitcoinnews #altcoin

Social

Laser Scorebeta Last Audit: 2 March 2022

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

Anti-Scam

Links


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

BabyMetaFEG.swapBack() (#549-588) sends eth to arbitrary user
Dangerous calls:
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in BabyMetaFEG._transferFrom(address,address,uint256) (#482-504):
External calls:
- swapBack() (#487)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#560-566)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
- triggerAutoBuyback() (#488)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
External calls sending eth:
- swapBack() (#487)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
- triggerAutoBuyback() (#488)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#492)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#495)
- amountReceived = takeFee(sender,recipient,amount) (#494)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#536)
- triggerAutoBuyback() (#488)
- inSwap = true (#427)
- inSwap = false (#427)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (#324-335) ignores return value by EOS.transfer(shareholder,amount) (#330)
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.

Reentrancy in DividendDistributor.distributeDividend(address) (#324-335):
External calls:
- EOS.transfer(shareholder,amount) (#330)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#332)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#333)
Reentrancy in DividendDistributor.process(uint256) (#293-317):
External calls:
- distributeDividend(shareholders[currentIndex]) (#309)
- EOS.transfer(shareholder,amount) (#330)
State variables written after the call(s):
- currentIndex ++ (#314)
Reentrancy in DividendDistributor.setShare(address,uint256) (#257-271):
External calls:
- distributeDividend(shareholder) (#259)
- EOS.transfer(shareholder,amount) (#330)
State variables written after the call(s):
- shares[shareholder].amount = amount (#269)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#270)
Apply the check-effects-interactions pattern.

Additional information: link

BabyMetaFEG.swapBack() (#549-588) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
Ensure that all the return values of the function calls are used.

Additional information: link

BabyMetaFEG.slitherConstructorVariables() (#368-743) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#373)
BabyMetaFEG.slitherConstructorVariables() (#368-743) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#374)
BabyMetaFEG.slitherConstructorVariables() (#368-743) uses literals with too many digits:
- _totalSupply = 500000000 * (10 ** _decimals) (#380)
BabyMetaFEG.slitherConstructorVariables() (#368-743) uses literals with too many digits:
- distributorGas = 500000 (#422)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#252-255) should emit an event for:
- minPeriod = _minPeriod (#253)
- minDistribution = _minDistribution (#254)
BabyMetaFEG.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool) (#634-642) should emit an event for:
- autoBuybackCap = _cap (#636)
- autoBuybackAmount = _amount (#638)
BabyMetaFEG.setBuybackMultiplierSettings(uint256,uint256,uint256) (#644-649) should emit an event for:
- buybackMultiplierNumerator = numerator (#646)
- buybackMultiplierDenominator = denominator (#647)
- buybackMultiplierLength = length (#648)
BabyMetaFEG.setTxLimit(uint256) (#659-662) should emit an event for:
- _maxTxAmount = amount (#661)
BabyMetaFEG.setFees(uint256,uint256,uint256,uint256,uint256) (#682-689) should emit an event for:
- liquidityFee = _liquidityFee (#683)
- reflectionFee = _reflectionFee (#685)
- marketingFee = _marketingFee (#686)
- totalFee = _liquidityFee.add(_buybackFee).add(_reflectionFee).add(_marketingFee) (#687)
- feeDenominator = _feeDenominator (#688)
BabyMetaFEG.setSwapBackSettings(bool,uint256) (#696-699) should emit an event for:
- swapThreshold = _amount (#698)
BabyMetaFEG.setTargetLiquidity(uint256,uint256) (#701-704) should emit an event for:
- targetLiquidity = _target (#702)
- targetLiquidityDenominator = _denominator (#703)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#134) lacks a zero-check on :
- owner = adr (#135)
BabyMetaFEG.setFeeReceivers(address,address)._autoLiquidityReceiver (#691) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#692)
BabyMetaFEG.setFeeReceivers(address,address)._marketingFeeReceiver (#691) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#693)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#324-335) has external calls inside a loop: EOS.transfer(shareholder,amount) (#330)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in BabyMetaFEG._transferFrom(address,address,uint256) (#482-504):
External calls:
- swapBack() (#487)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#560-566)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
- triggerAutoBuyback() (#488)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
External calls sending eth:
- swapBack() (#487)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
- triggerAutoBuyback() (#488)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
State variables written after the call(s):
- triggerAutoBuyback() (#488)
- buybackMultiplierTriggeredAt = block.timestamp (#613)
- launch() (#490)
- launchedAt = block.number (#656)
Reentrancy in BabyMetaFEG.constructor() (#429-448):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#431)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = type()(uint256).max (#432)
- _balances[_presaler] = _totalSupply (#446)
- autoLiquidityReceiver = msg.sender (#443)
- distributor = new DividendDistributor(address(router)) (#434)
- isDividendExempt[pair] = true (#439)
- isDividendExempt[address(this)] = true (#440)
- isDividendExempt[DEAD] = true (#441)
- isFeeExempt[_presaler] = true (#437)
- isTxLimitExempt[_presaler] = true (#438)
- marketingFeeReceiver = msg.sender (#444)
Reentrancy in DividendDistributor.deposit() (#273-291):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#280-285)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#290)
- totalDividends = totalDividends.add(amount) (#289)
Reentrancy in DividendDistributor.distributeDividend(address) (#324-335):
External calls:
- EOS.transfer(shareholder,amount) (#330)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#331)
Reentrancy in DividendDistributor.setShare(address,uint256) (#257-271):
External calls:
- distributeDividend(shareholder) (#259)
- EOS.transfer(shareholder,amount) (#330)
State variables written after the call(s):
- addShareholder(shareholder) (#263)
- shareholderIndexes[shareholder] = shareholders.length (#357)
- removeShareholder(shareholder) (#265)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#363)
- addShareholder(shareholder) (#263)
- shareholders.push(shareholder) (#358)
- removeShareholder(shareholder) (#265)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#362)
- shareholders.pop() (#364)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#268)
Reentrancy in BabyMetaFEG.triggerAutoBuyback() (#610-619):
External calls:
- buyTokens(autoBuybackAmount,DEAD) (#611)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
State variables written after the call(s):
- autoBuybackAccumulator = autoBuybackAccumulator.add(autoBuybackAmount) (#617)
- autoBuybackBlockLast = block.number (#616)
- autoBuybackEnabled = false (#618)
- buybackMultiplierTriggeredAt = block.timestamp (#613)
Reentrancy in BabyMetaFEG.triggerManualBuyback(uint256,bool) (#598-604):
External calls:
- buyTokens(amount,DEAD) (#599)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
State variables written after the call(s):
- buybackMultiplierTriggeredAt = block.timestamp (#601)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BabyMetaFEG._transferFrom(address,address,uint256) (#482-504):
External calls:
- swapBack() (#487)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#560-566)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
- triggerAutoBuyback() (#488)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
External calls sending eth:
- swapBack() (#487)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
- triggerAutoBuyback() (#488)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#614)
- triggerAutoBuyback() (#488)
- Transfer(sender,address(this),feeAmount) (#537)
- amountReceived = takeFee(sender,recipient,amount) (#494)
Reentrancy in BabyMetaFEG._transferFrom(address,address,uint256) (#482-504):
External calls:
- swapBack() (#487)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#560-566)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
- triggerAutoBuyback() (#488)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
- distributor.setShare(sender,_balances[sender]) (#497)
- distributor.setShare(recipient,_balances[recipient]) (#498)
- distributor.process(distributorGas) (#500)
External calls sending eth:
- swapBack() (#487)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
- triggerAutoBuyback() (#488)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#502)
Reentrancy in BabyMetaFEG.constructor() (#429-448):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#431)
Event emitted after the call(s):
- Transfer(address(0),_presaler,_totalSupply) (#447)
Reentrancy in BabyMetaFEG.swapBack() (#549-588):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#560-566)
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#573)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#578-585)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#586)
Reentrancy in BabyMetaFEG.triggerAutoBuyback() (#610-619):
External calls:
- buyTokens(autoBuybackAmount,DEAD) (#611)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#614)
Reentrancy in BabyMetaFEG.triggerManualBuyback(uint256,bool) (#598-604):
External calls:
- buyTokens(amount,DEAD) (#599)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#626-631)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#602)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#319-322) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#320-321)
BabyMetaFEG._transferFrom(address,address,uint256) (#482-504) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(_balances[sender] > 0) (#490)
BabyMetaFEG.getTotalFee(bool) (#521-525) uses timestamp for comparisons
Dangerous comparisons:
- selling && buybackMultiplierTriggeredAt.add(buybackMultiplierLength) > block.timestamp (#523)
BabyMetaFEG.shouldSwapBack() (#542-547) uses timestamp for comparisons
Dangerous comparisons:
- msg.sender != pair && ! inSwap && swapEnabled && _balances[address(this)] >= swapThreshold (#543-546)
BabyMetaFEG.isOverLiquified(uint256,uint256) (#736-738) uses timestamp for comparisons
Dangerous comparisons:
- getLiquidityBacking(accuracy) > target (#737)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (#293-317) has costly operations inside a loop:
- currentIndex = 0 (#305)
DividendDistributor.distributeDividend(address) (#324-335) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#329)
DividendDistributor.process(uint256) (#293-317) has costly operations inside a loop:
- currentIndex ++ (#314)
Use a local variable to hold the loop computation result.

Additional information: link

BabyMetaFEG._maxTxAmount (#381) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 4
BabyMetaFEG.swapThreshold (#425) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 200
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.12 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 BabyMetaFEG.swapBack() (#549-588):
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#574)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IDEXRouter.WETH() (#149) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#252) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#252) is not in mixedCase
Variable DividendDistributor._token (#205) is not in mixedCase
Variable DividendDistributor.EOS (#213) is not in mixedCase
Variable DividendDistributor.WBNB (#214) is not in mixedCase
Parameter BabyMetaFEG.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._enabled (#634) is not in mixedCase
Parameter BabyMetaFEG.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._cap (#634) is not in mixedCase
Parameter BabyMetaFEG.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._amount (#634) is not in mixedCase
Parameter BabyMetaFEG.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._period (#634) is not in mixedCase
Parameter BabyMetaFEG.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._autoBuybackMultiplier (#634) is not in mixedCase
Parameter BabyMetaFEG.setFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (#682) is not in mixedCase
Parameter BabyMetaFEG.setFees(uint256,uint256,uint256,uint256,uint256)._buybackFee (#682) is not in mixedCase
Parameter BabyMetaFEG.setFees(uint256,uint256,uint256,uint256,uint256)._reflectionFee (#682) is not in mixedCase
Parameter BabyMetaFEG.setFees(uint256,uint256,uint256,uint256,uint256)._marketingFee (#682) is not in mixedCase
Parameter BabyMetaFEG.setFees(uint256,uint256,uint256,uint256,uint256)._feeDenominator (#682) is not in mixedCase
Parameter BabyMetaFEG.setFeeReceivers(address,address)._autoLiquidityReceiver (#691) is not in mixedCase
Parameter BabyMetaFEG.setFeeReceivers(address,address)._marketingFeeReceiver (#691) is not in mixedCase
Parameter BabyMetaFEG.setSwapBackSettings(bool,uint256)._enabled (#696) is not in mixedCase
Parameter BabyMetaFEG.setSwapBackSettings(bool,uint256)._amount (#696) is not in mixedCase
Parameter BabyMetaFEG.setTargetLiquidity(uint256,uint256)._target (#701) is not in mixedCase
Parameter BabyMetaFEG.setTargetLiquidity(uint256,uint256)._denominator (#701) is not in mixedCase
Parameter BabyMetaFEG.setDistributionCriteria(uint256,uint256)._minPeriod (#711) is not in mixedCase
Parameter BabyMetaFEG.setDistributionCriteria(uint256,uint256)._minDistribution (#711) is not in mixedCase
Variable BabyMetaFEG.EOS (#371) is not in mixedCase
Variable BabyMetaFEG.WBNB (#372) is not in mixedCase
Variable BabyMetaFEG.DEAD (#373) is not in mixedCase
Variable BabyMetaFEG.ZERO (#374) is not in mixedCase
Constant BabyMetaFEG._name (#376) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyMetaFEG._symbol (#377) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyMetaFEG._decimals (#378) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BabyMetaFEG._totalSupply (#380) is not in mixedCase
Variable BabyMetaFEG._maxTxAmount (#381) is not in mixedCase
Variable BabyMetaFEG._balances (#383) is not in mixedCase
Variable BabyMetaFEG._allowances (#384) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#154) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#155)
Prevent variables from having similar names.

Additional information: link

BabyMetaFEG.EOS (#371) is never used in BabyMetaFEG (#368-743)
Remove unused state variables.

Additional information: link

BabyMetaFEG.DEAD (#373) should be constant
BabyMetaFEG.EOS (#371) should be constant
BabyMetaFEG.WBNB (#372) should be constant
BabyMetaFEG.ZERO (#374) should be constant
BabyMetaFEG._totalSupply (#380) should be constant
DividendDistributor.WBNB (#214) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#227) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

authorize(address) should be declared external:
- Auth.authorize(address) (#106-108)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#113-115)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#134-138)
getUnpaidEarnings(address) should be declared external:
- BabyMetaFEG.getUnpaidEarnings(address) (#719-721)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Token has only one trading pair


Telegram account link seems to be invalid


Twitter account has less than 100 followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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


Unable to find whitepaper link on the website


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


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


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 BMetaFEG

News for BMetaFEG