BabyFlokiDoge Token Logo

BABYFD [BabyFlokiDoge] Token

About BABYFD

Listings

Token 2 years
white paper

Baby Floki Doge is a BSC token that gives reflection rewards to its holders and has proprietary hyper-deflationary tokenomics.

We tax all buys with 6% 2% going directly to holders of $BabyFD, 2% to liquidity 2% to the marketing & development wallet. We tax sells with 6% 2% going directly to holders of $BabyFD, 2% to liquidity 2% to the marketing & development wallet.

Hyperdeflationary: Each and every holder benefits from the reflection tax and the burn wallet. Our Blackhole Burn Wallet receives reflection on buys and sells and then burns those tokens out of circulation forever, continually shrinking the supply of $BabyFD. This creates value in added tokens to holders, and decreasing overall supply.

Security minded: Liquidity is locked by Pinksale.Finance for 12 months. Audited by Solidity.Finance. Team operates under a multisig wallet to allow full democracy over the funds.

Social

Laser Scorebeta Last Audit: 30 November 2021

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in BabyFlokiDoge._transfer(address,address,uint256) (#1503-1561):
External calls:
- swapAndLiquify(contractTokenBalance) (#1538)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1609-1616)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1595-1601)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1538)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1609-1616)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee,(purchaseOrSale,isSniper)) (#1560)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1430)
- _rOwned[_marketingWalletAddress] = _rOwned[_marketingWalletAddress].add(rMarketing) (#1438)
- _rOwned[currentMarketing] = _rOwned[currentMarketing].add(rMarketing) (#1716)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1677)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1653)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1282)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1654)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1704)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1705)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1679)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1284)
- _tokenTransfer(from,to,amount,takeFee,(purchaseOrSale,isSniper)) (#1560)
- _rTotal = _rTotal.sub(rFee) (#1332)
- _tokenTransfer(from,to,amount,takeFee,(purchaseOrSale,isSniper)) (#1560)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1432)
- _tOwned[currentMarketing] = _tOwned[currentMarketing].add(tMarketing) (#1717)
- _tOwned[_marketingWalletAddress] = _tOwned[_marketingWalletAddress].add(tMarketing) (#1440)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1281)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1703)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1678)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1283)
Apply the check-effects-interactions pattern.

Additional information: link


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.

Redundant expression "this (#447)" inContext (#441-450)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable BabyFlokiDoge._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1394) is too similar to BabyFlokiDoge._transferToExcluded(address,address,uint256).tTransferAmount (#1667)
Prevent variables from having similar names.

Additional information: link

BabyFlokiDoge._getValues(uint256,bool[2]).my_tVector (#1352) 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

BabyFlokiDoge.addLiquidity(uint256,uint256) (#1604-1617) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1609-1616)
Ensure that all the return values of the function calls are used.

Additional information: link

BabyFlokiDoge._approve(address,address,uint256).owner (#1491) shadows:
- Ownable.owner() (#594-596) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.setMultisigOwnership(address) (#631-634) should emit an event for:
- _multiSig = newMultisig (#633)
Emit an event for critical parameter changes.

Additional information: link

BabyFlokiDoge.setMaxTxPercent(uint256) (#1319-1321) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(100 * 10 ** 2) (#1320)
Emit an event for critical parameter changes.

Additional information: link

BabyFlokiDoge.setMarketingAddr(address).account (#1460) lacks a zero-check on :
- _marketingWalletAddress = account (#1461)
Check that the address is not zero.

Additional information: link

Reentrancy in BabyFlokiDoge.transferFrom(address,address,uint256) (#1150-1161):
External calls:
- _transfer(sender,recipient,amount) (#1151)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1609-1616)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1595-1601)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1151)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1609-1616)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1152-1159)
- _allowances[owner][spender] = amount (#1498)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BabyFlokiDoge.transferFrom(address,address,uint256) (#1150-1161):
External calls:
- _transfer(sender,recipient,amount) (#1151)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1609-1616)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1595-1601)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1151)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1609-1616)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1499)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1152-1159)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#649-657) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#654)
Avoid relying on block.timestamp.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#171-188) uses assembly
- INLINE ASM (#180-183)
Do not use evm assembly.

Additional information: link

SafeMath.mod(uint256,uint256,string) (#431-438) is never used and should be removed
Remove unused functions.

Additional information: link

BabyFlokiDoge._previousMarketingFee (#1036) is set pre-construction with a non-constant function or state variable:
- _marketingFee
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.functionDelegateCall(address,bytes,string) (#163-169):
- (success,returndata) = target.delegatecall(data) (#167)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable BabyFlokiDoge._maxTxAmount (#1049) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

BabyFlokiDoge.slitherConstructorVariables() (#1005-1721) uses literals with too many digits:
- _tTotal = 8000000 * 10 ** 9 * 10 ** 9 (#1020)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BabyFlokiDoge.numTokensSellToAddToLiquidity (#1050) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

isExcludedFromFee(address) should be declared external:
- BabyFlokiDoge.isExcludedFromFee(address) (#1486-1488)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account link seems to be invalid


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 CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


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 price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for BABYFD