McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatPar Token Logo

ALL [McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatPar] Token

ALERT: rug pull scam

About ALL

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 17 February 2022

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


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

McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.rescue() (#671-673) sends eth to arbitrary user
Dangerous calls:
- address(owner).transfer(address(this).balance) (#672)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._transferFrom(address,address,uint256) (#485-512):
External calls:
- liquify() (#494)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwapForBNB,0,path,address(this),block.timestamp) (#605-611)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquidity,0,0,autoLiquidityReceiver,block.timestamp) (#614-621)
External calls sending eth:
- liquify() (#494)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquidity,0,0,autoLiquidityReceiver,block.timestamp) (#614-621)
- address(marketingWallet).transfer(address(this).balance) (#622)
State variables written after the call(s):
- _balances[sender] -= amount (#504)
- _balances[recipient] += amountReceived (#507)
- amountReceived = takeFee(sender,amount) (#506)
- _balances[address(this)] += liqFee (#574)
- launch() (#500)
- launchedAt = block.number (#630)
Apply the check-effects-interactions pattern.

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.

Contract name (McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatPar) has length of 100 chars.
Not a direct threat, but may indicate unreliable intentions of developer.


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.

McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.takeFee(address,uint256) (#563-581) performs a multiplication on the result of a division:
-liqFee = amount * liquidityFee / feeDenominator (#570)
-liqFee = liqFee * sellMultiplier / sellDenominator (#572)
Consider ordering multiplication before division.

Additional information: link

McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.liquify() (#597-623) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquidity,0,0,autoLiquidityReceiver,block.timestamp) (#614-621)
Ensure that all the return values of the function calls are used.

Additional information: link

McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setTxLimit(uint256) (#633-636) should emit an event for:
- _maxTxAmount = amount (#635)
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setMaxWallet(uint256) (#638-641) should emit an event for:
- _maxWalletAmount = amount (#640)
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setFees(uint256,uint256,uint256,uint256,uint256) (#651-660) should emit an event for:
- liquidityFee = _totalTax (#652)
- liquidityTax = _liquidityFee (#653)
- feeDenominator = _feeDenominator (#654)
- sellMultiplier = _sellMultiplier (#655)
- sellDenominator = _sellDenominator (#656)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#69) lacks a zero-check on :
- owner = adr (#70)
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setLiquidityReceiver(address)._autoLiquidityReceiver (#662) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#663)
Check that the address is not zero.

Additional information: link

Reentrancy in McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._transferFrom(address,address,uint256) (#485-512):
External calls:
- liquify() (#494)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwapForBNB,0,path,address(this),block.timestamp) (#605-611)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquidity,0,0,autoLiquidityReceiver,block.timestamp) (#614-621)
External calls sending eth:
- liquify() (#494)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquidity,0,0,autoLiquidityReceiver,block.timestamp) (#614-621)
- address(marketingWallet).transfer(address(this).balance) (#622)
State variables written after the call(s):
- isSell = false (#510)
- shouldTakeFee(sender,recipient) (#506)
- isSell = false (#549)
- isSell = true (#555)
Reentrancy in McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.constructor() (#434-451):
External calls:
- pcs2BNBPair = IDexFactory(router.factory()).createPair(router.WETH(),address(this)) (#437)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = type()(uint256).max (#438)
- _balances[msg.sender] = _totalSupply (#449)
- autoLiquidityReceiver = msg.sender (#447)
- isFeeExempt[msg.sender] = true (#440)
- isFeeExempt[address(this)] = true (#441)
- isTxLimitExempt[msg.sender] = true (#442)
- isTxLimitExempt[address(this)] = true (#443)
- isTxLimitExempt[DEAD] = true (#444)
- isTxLimitExempt[ZERO] = true (#445)
- pairs.push(pcs2BNBPair) (#448)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._transferFrom(address,address,uint256) (#485-512):
External calls:
- liquify() (#494)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwapForBNB,0,path,address(this),block.timestamp) (#605-611)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquidity,0,0,autoLiquidityReceiver,block.timestamp) (#614-621)
External calls sending eth:
- liquify() (#494)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquidity,0,0,autoLiquidityReceiver,block.timestamp) (#614-621)
- address(marketingWallet).transfer(address(this).balance) (#622)
Event emitted after the call(s):
- Transfer(sender,address(this),liqFee) (#575)
- amountReceived = takeFee(sender,amount) (#506)
- Transfer(sender,recipient,amountReceived) (#509)
Reentrancy in McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.constructor() (#434-451):
External calls:
- pcs2BNBPair = IDexFactory(router.factory()).createPair(router.WETH(),address(this)) (#437)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#450)
Apply the check-effects-interactions pattern.

Additional information: link

McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._maxTxAmount (#391) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 33
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._maxWalletAmount (#392) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 33
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.autoLiquidityReceiver (#410) is set pre-construction with a non-constant function or state variable:
- address(owner)
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.swapThreshold (#418) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 20000
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

Pragma version>=0.8.0<0.9.0 (#13) is too complex
solc-0.8.9 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 IDexRouter.WETH() (#190) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#338) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#339) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#356) is not in mixedCase
Parameter McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (#651) is not in mixedCase
Parameter McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setFees(uint256,uint256,uint256,uint256,uint256)._totalTax (#651) is not in mixedCase
Parameter McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setFees(uint256,uint256,uint256,uint256,uint256)._feeDenominator (#651) is not in mixedCase
Parameter McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setFees(uint256,uint256,uint256,uint256,uint256)._sellMultiplier (#651) is not in mixedCase
Parameter McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setFees(uint256,uint256,uint256,uint256,uint256)._sellDenominator (#651) is not in mixedCase
Parameter McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.setLiquidityReceiver(address)._autoLiquidityReceiver (#662) is not in mixedCase
Variable McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.DEAD (#383) is not in mixedCase
Variable McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.ZERO (#384) is not in mixedCase
Constant McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._name (#386) is not in UPPER_CASE_WITH_UNDERSCORES
Constant McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._symbol (#387) is not in UPPER_CASE_WITH_UNDERSCORES
Constant McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._decimals (#388) is not in UPPER_CASE_WITH_UNDERSCORES
Variable McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._totalSupply (#390) is not in mixedCase
Variable McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._maxTxAmount (#391) is not in mixedCase
Variable McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._maxWalletAmount (#392) is not in mixedCase
Variable McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._balances (#394) is not in mixedCase
Variable McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._allowances (#395) is not in mixedCase
Variable McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._boughtAt (#398) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._transferFrom(address,address,uint256) (#485-512):
External calls:
- liquify() (#494)
- address(marketingWallet).transfer(address(this).balance) (#622)
External calls sending eth:
- liquify() (#494)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquidity,0,0,autoLiquidityReceiver,block.timestamp) (#614-621)
- address(marketingWallet).transfer(address(this).balance) (#622)
State variables written after the call(s):
- _balances[sender] -= amount (#504)
- _balances[recipient] += amountReceived (#507)
- amountReceived = takeFee(sender,amount) (#506)
- _balances[address(this)] += liqFee (#574)
- isSell = false (#510)
- shouldTakeFee(sender,recipient) (#506)
- isSell = false (#549)
- isSell = true (#555)
- launch() (#500)
- launchedAt = block.number (#630)
Event emitted after the call(s):
- Transfer(sender,address(this),liqFee) (#575)
- amountReceived = takeFee(sender,amount) (#506)
- Transfer(sender,recipient,amountReceived) (#509)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IDexRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#195) is too similar to IDexRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#196)
Prevent variables from having similar names.

Additional information: link

McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.slitherConstructorVariables() (#381-683) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#383)
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.slitherConstructorVariables() (#381-683) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#384)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._boughtAt (#398) is never used in McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000 (#381-683)
Remove unused state variables.

Additional information: link

McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.DEAD (#383) should be constant
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.ZERO (#384) should be constant
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000._totalSupply (#390) should be constant
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.feeOnNonTrade (#407) should be constant
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.marketingFee (#403) should be constant
McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.marketingWallet (#411) 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) (#41-43)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#48-50)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#69-73)
getCirculatingSupply() should be declared external:
- McFlokiShibaDogeInuZillaMiniRedGirlManBilboSquidElonGreenSatoshiGrimaceTigerMetaBabySonChineseFatParrotPepeSonicShrekAmongUsGokuTrumpX1000.getCirculatingSupply() (#666-668)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


Average 30d number of PancakeSwap swaps is less than 1. 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 PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.

Contract has 14% buy tax and 17% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


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


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 ALL