BabyBoxer Token Logo

BBoxer [BabyBoxer] Token

About BBoxer

Listings

Token 2 years
white paper

Baby Boxer is is a utility token on the Binance Smart Chain and is part of the Boxer Ecosystem. It has a 10% tax on every transfer. Part of that tax is burned forever making Baby Boxer a deflationary cryptocurrency asset.

Social

Laser Scorebeta Last Audit: 30 November 2021

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links

Reentrancy in BabyBoxer._transfer(address,address,uint256) (BabyBoxer.sol#175-207):
External calls:
- _swapAndDistribute(contractBalance) (BabyBoxer.sol#187)
- swapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,recipient,block.timestamp + 300) (BabyBoxer.sol#258-264)
- ! IEcosystem(ecosystemAddress).isWhitelisted(address(this)) (BabyBoxer.sol#215)
- swapRouter.addLiquidityETH{value: receivedBNB}(address(this),half,0,0,address(0),block.timestamp) (BabyBoxer.sol#241-248)
External calls sending eth:
- _swapAndDistribute(contractBalance) (BabyBoxer.sol#187)
- swapRouter.addLiquidityETH{value: receivedBNB}(address(this),half,0,0,address(0),block.timestamp) (BabyBoxer.sol#241-248)
State variables written after the call(s):
- _transferBothExcluded(sender,recipient,amount,values) (BabyBoxer.sol#196)
- _balances[sender] -= tAmount (BabyBoxer.sol#306)
- _balances[recipient] += values.tTransferAmount (BabyBoxer.sol#308)
- _transferFromExcluded(sender,recipient,amount,values) (BabyBoxer.sol#197)
- _balances[sender] -= tAmount (BabyBoxer.sol#294)
- _transferToExcluded(sender,recipient,values) (BabyBoxer.sol#199)
- _balances[recipient] += values.tTransferAmount (BabyBoxer.sol#283)
- _distributeFees(values) (BabyBoxer.sol#206)
- _balances[address(this)] += values.tOtherFees (BabyBoxer.sol#394)
- _transferBothExcluded(sender,recipient,amount,values) (BabyBoxer.sol#196)
- _rOwned[sender] -= values.rAmount (BabyBoxer.sol#307)
- _rOwned[recipient] += values.rTransferAmount (BabyBoxer.sol#309)
- _transferFromExcluded(sender,recipient,amount,values) (BabyBoxer.sol#197)
- _rOwned[sender] -= values.rAmount (BabyBoxer.sol#295)
- _rOwned[recipient] += values.rTransferAmount (BabyBoxer.sol#296)
- _transferToExcluded(sender,recipient,values) (BabyBoxer.sol#199)
- _rOwned[sender] -= values.rAmount (BabyBoxer.sol#282)
- _rOwned[recipient] += values.rTransferAmount (BabyBoxer.sol#284)
- _transferStandard(sender,recipient,values) (BabyBoxer.sol#200)
- _rOwned[sender] -= values.rAmount (BabyBoxer.sol#272)
- _rOwned[recipient] += values.rTransferAmount (BabyBoxer.sol#273)
- _distributeFees(values) (BabyBoxer.sol#206)
- _rOwned[address(this)] += values.rOtherFees (BabyBoxer.sol#393)
- _distributeFees(values) (BabyBoxer.sol#206)
- _rTotal -= values.rReflectionFee (BabyBoxer.sol#392)
Apply the check-effects-interactions pattern.

Additional information: link


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

Reentrancy in BabyBoxer._swapAndDistribute(uint256) (BabyBoxer.sol#209-252):
External calls:
- ! IEcosystem(ecosystemAddress).isWhitelisted(address(this)) (BabyBoxer.sol#215)
State variables written after the call(s):
- _swapQueue.push(Swap(1,ecosystemFee)) (BabyBoxer.sol#219)
- _swapQueue.push(Swap(2,marketingFee)) (BabyBoxer.sol#221)
- _swapQueue.push(Swap(3,liquidityFee)) (BabyBoxer.sol#222)
Apply the check-effects-interactions pattern.

Additional information: link

BabyBoxer._swapAndDistribute(uint256) (BabyBoxer.sol#209-252) ignores return value by swapRouter.addLiquidityETH{value: receivedBNB}(address(this),half,0,0,address(0),block.timestamp) (BabyBoxer.sol#241-248)
Ensure that all the return values of the function calls are used.

Additional information: link

Reentrancy in BabyBoxer.constructor() (BabyBoxer.sol#72-91):
External calls:
- swapPair = ISwapV2Factory(_swapRouter.factory()).createPair(address(this),_swapRouter.WETH()) (BabyBoxer.sol#75-78)
State variables written after the call(s):
- addToExcludeList(_marketingAddress) (BabyBoxer.sol#81)
- _balances[account] = _tokenFromReflection(_rOwned[account]) (BabyBoxer.sol#123)
- addToExcludeList(ecosystemAddress) (BabyBoxer.sol#82)
- _balances[account] = _tokenFromReflection(_rOwned[account]) (BabyBoxer.sol#123)
- addToExcludeList(address(this)) (BabyBoxer.sol#83)
- _balances[account] = _tokenFromReflection(_rOwned[account]) (BabyBoxer.sol#123)
- addToExcludeList(_deadAddress) (BabyBoxer.sol#84)
- _balances[account] = _tokenFromReflection(_rOwned[account]) (BabyBoxer.sol#123)
- addToExcludeList(_msgSender()) (BabyBoxer.sol#85)
- _balances[account] = _tokenFromReflection(_rOwned[account]) (BabyBoxer.sol#123)
- _balances[_msgSender()] += 888888888888888 * 10 ** 9 (BabyBoxer.sol#89)
- addToExcludeList(_marketingAddress) (BabyBoxer.sol#81)
- _excludeList[account].contains = true (BabyBoxer.sol#120)
- _excludeList[account].index = _excludeListStorage.length - 1 (BabyBoxer.sol#121)
- addToExcludeList(ecosystemAddress) (BabyBoxer.sol#82)
- _excludeList[account].contains = true (BabyBoxer.sol#120)
- _excludeList[account].index = _excludeListStorage.length - 1 (BabyBoxer.sol#121)
- addToExcludeList(address(this)) (BabyBoxer.sol#83)
- _excludeList[account].contains = true (BabyBoxer.sol#120)
- _excludeList[account].index = _excludeListStorage.length - 1 (BabyBoxer.sol#121)
- addToExcludeList(_deadAddress) (BabyBoxer.sol#84)
- _excludeList[account].contains = true (BabyBoxer.sol#120)
- _excludeList[account].index = _excludeListStorage.length - 1 (BabyBoxer.sol#121)
- addToExcludeList(_msgSender()) (BabyBoxer.sol#85)
- _excludeList[account].contains = true (BabyBoxer.sol#120)
- _excludeList[account].index = _excludeListStorage.length - 1 (BabyBoxer.sol#121)
- addToExcludeList(_marketingAddress) (BabyBoxer.sol#81)
- _excludeListStorage.push(account) (BabyBoxer.sol#119)
- addToExcludeList(ecosystemAddress) (BabyBoxer.sol#82)
- _excludeListStorage.push(account) (BabyBoxer.sol#119)
- addToExcludeList(address(this)) (BabyBoxer.sol#83)
- _excludeListStorage.push(account) (BabyBoxer.sol#119)
- addToExcludeList(_deadAddress) (BabyBoxer.sol#84)
- _excludeListStorage.push(account) (BabyBoxer.sol#119)
- addToExcludeList(_msgSender()) (BabyBoxer.sol#85)
- _excludeListStorage.push(account) (BabyBoxer.sol#119)
- _rOwned[_msgSender()] += _rTotal (BabyBoxer.sol#88)
- _rTotal = ~ uint256(0) - (~ uint256(0) % (888888888888888 * 10 ** 9)) (BabyBoxer.sol#87)
- _sellPath = (address(this),_swapRouter.WETH()) (BabyBoxer.sol#79)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BabyBoxer.constructor() (BabyBoxer.sol#72-91):
External calls:
- swapPair = ISwapV2Factory(_swapRouter.factory()).createPair(address(this),_swapRouter.WETH()) (BabyBoxer.sol#75-78)
Event emitted after the call(s):
- AddedToExcludeList(account) (BabyBoxer.sol#125)
- addToExcludeList(_deadAddress) (BabyBoxer.sol#84)
- AddedToExcludeList(account) (BabyBoxer.sol#125)
- addToExcludeList(address(this)) (BabyBoxer.sol#83)
- AddedToExcludeList(account) (BabyBoxer.sol#125)
- addToExcludeList(_msgSender()) (BabyBoxer.sol#85)
- AddedToExcludeList(account) (BabyBoxer.sol#125)
- addToExcludeList(ecosystemAddress) (BabyBoxer.sol#82)
- AddedToExcludeList(account) (BabyBoxer.sol#125)
- addToExcludeList(_marketingAddress) (BabyBoxer.sol#81)
- Transfer(address(0),_msgSender(),888888888888888 * 10 ** 9) (BabyBoxer.sol#90)
Apply the check-effects-interactions pattern.

Additional information: link

BEP20Base._transfer(address,address,uint256) (BEP20Base.sol#144-164) is never used and should be removed
Remove unused functions.

Additional information: link

solc-0.8.6 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 ISwapRouterV2.WETH() (ISwapV2.sol#12) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable BabyBoxer._getRValues(uint256,uint256,uint256).rTransferAmount (BabyBoxer.sol#359) is too similar to BabyBoxer._getTValues(uint256,bool).tTransferAmount (BabyBoxer.sol#346)
Prevent variables from having similar names.

Additional information: link

BabyBoxer.slitherConstructorConstantVariables() (BabyBoxer.sol#10-396) uses literals with too many digits:
- _deadAddress = 0x000000000000000000000000000000000000dEaD (BabyBoxer.sol#20)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#64-70)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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.


Twitter account link seems to be invalid


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


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


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


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


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for BBoxer