Baby Pokemoon Token Logo

BPM [Baby Pokemoon] Token

About BPM

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
[CoinGecko] alert: The following token has a variable tax function on the smart contract - which allows contract owners to change tax rates post deployment.
Do your own research and be careful if you are trading this token.
white paper

Baby pokemoon is build around NFTs, which you can stake and earn BPM-USDT LP. Everything in our project is build around liquidity, in that case we have real auto-liquidity. You can also stake our LP tokens and get more LP tokens. Also, you can sell NFTs back and try to get the best NFTs again. In the future there will be p2e games, achievements and referral system.

Social

Laser Scorebeta Last Audit: 19 June 2022

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

Distribution.recoverTokens(address,uint256) (#995-997) ignores return value by IERC20(_address).transfer(_msgSender(),_amount) (#996)
Distribution.recoverTokensFor(address,uint256,address) (#999-1001) ignores return value by IERC20(_address).transfer(_to,_amount) (#1000)
BabyPokemoonToken.recoverTokens(address,uint256) (#1203-1205) ignores return value by IERC20(_address).transfer(_msgSender(),_amount) (#1204)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

BabyPokemoonToken.setRewardSellRate(uint256) (#1305-1308) contains a tautology or contradiction:
- require(bool)(0 <= _rewardSellRate && _rewardSellRate <= 5000) (#1306)
BabyPokemoonToken.setRewardBuyRate(uint256) (#1310-1313) contains a tautology or contradiction:
- require(bool)(0 <= _rewardBuyRate && _rewardBuyRate <= 5000) (#1311)
Fix the incorrect comparison by changing the value type or the comparison.

Additional information: link

Function IUniswapV2Router01.WETH() (#27) is not in mixedCase
Parameter Distribution.recoverTokens(address,uint256)._address (#995) is not in mixedCase
Parameter Distribution.recoverTokens(address,uint256)._amount (#995) is not in mixedCase
Parameter Distribution.recoverTokensFor(address,uint256,address)._address (#999) is not in mixedCase
Parameter Distribution.recoverTokensFor(address,uint256,address)._amount (#999) is not in mixedCase
Parameter Distribution.recoverTokensFor(address,uint256,address)._to (#999) is not in mixedCase
Parameter BabyPokemoonToken.updateRouterAndPair(IUniswapV2Router02,address)._router (#1186) is not in mixedCase
Parameter BabyPokemoonToken.updateRouterAndPair(IUniswapV2Router02,address)._busd (#1186) is not in mixedCase
Parameter BabyPokemoonToken.recoverTokens(address,uint256)._address (#1203) is not in mixedCase
Parameter BabyPokemoonToken.recoverTokens(address,uint256)._amount (#1203) is not in mixedCase
Parameter BabyPokemoonToken.setExcludedFromFee(address,bool)._address (#1207) is not in mixedCase
Parameter BabyPokemoonToken.setExcludedFromFee(address,bool)._isExcludedFromFee (#1207) is not in mixedCase
Parameter BabyPokemoonToken.setExcludedFromSwap(address,bool)._address (#1211) is not in mixedCase
Parameter BabyPokemoonToken.setExcludedFromSwap(address,bool)._isExcludedFromSwap (#1211) is not in mixedCase
Parameter BabyPokemoonToken.setExcludedFromAntiWhale(address,bool)._address (#1215) is not in mixedCase
Parameter BabyPokemoonToken.setExcludedFromAntiWhale(address,bool)._isExcludedFromAntiWhale (#1215) is not in mixedCase
Parameter BabyPokemoonToken.setExcludedFromAntiBot(address,bool)._address (#1219) is not in mixedCase
Parameter BabyPokemoonToken.setExcludedFromAntiBot(address,bool)._isExcludedFromAntiBot (#1219) is not in mixedCase
Parameter BabyPokemoonToken.setAntiWhaleTxAmountRate(uint256)._antiWhaleTxAmountRate (#1223) is not in mixedCase
Parameter BabyPokemoonToken.setAntiWhaleEnabled(bool)._antiWhaleEnabled (#1228) is not in mixedCase
Parameter BabyPokemoonToken.setAntiWhaleSellEnabled(bool)._antiWhaleSellEnabled (#1232) is not in mixedCase
Parameter BabyPokemoonToken.setAntiWhaleBuyEnabled(bool)._antiWhaleBuyEnabled (#1236) is not in mixedCase
Parameter BabyPokemoonToken.setAntiWhaleTransferEnabled(bool)._antiWhaleTransferEnabled (#1240) is not in mixedCase
Parameter BabyPokemoonToken.setAntiBotRate(uint256)._antiBotRate (#1244) is not in mixedCase
Parameter BabyPokemoonToken.setAntiBotEnabled(bool)._antiBotEnabled (#1249) is not in mixedCase
Parameter BabyPokemoonToken.setDistribution(Distribution)._distribution (#1253) is not in mixedCase
Parameter BabyPokemoonToken.setRewardSwapAddress(address)._rewardSwapAddress (#1257) is not in mixedCase
Parameter BabyPokemoonToken.setRewardSwapReceivers(address[],uint256[])._rewardSwapReceivers (#1261) is not in mixedCase
Parameter BabyPokemoonToken.setRewardSwapReceivers(address[],uint256[])._rewardSwapReceiversRate (#1261) is not in mixedCase
Parameter BabyPokemoonToken.setRewardSellRate(uint256)._rewardSellRate (#1305) is not in mixedCase
Parameter BabyPokemoonToken.setRewardBuyRate(uint256)._rewardBuyRate (#1310) is not in mixedCase
Parameter BabyPokemoonToken.updateBuyFees(uint256,uint256,uint256)._burnFeeBuyRate (#1320) is not in mixedCase
Parameter BabyPokemoonToken.updateBuyFees(uint256,uint256,uint256)._liquidityFeeBuyRate (#1320) is not in mixedCase
Parameter BabyPokemoonToken.updateBuyFees(uint256,uint256,uint256)._swapFeeBuyRate (#1320) is not in mixedCase
Parameter BabyPokemoonToken.updateSellFees(uint256,uint256,uint256)._burnFeeSellRate (#1328) is not in mixedCase
Parameter BabyPokemoonToken.updateSellFees(uint256,uint256,uint256)._liquidityFeeSellRate (#1328) is not in mixedCase
Parameter BabyPokemoonToken.updateSellFees(uint256,uint256,uint256)._swapFeeSellRate (#1328) is not in mixedCase
Parameter BabyPokemoonToken.updateTransferFees(uint256,uint256,uint256)._burnFeeTransferRate (#1336) is not in mixedCase
Parameter BabyPokemoonToken.updateTransferFees(uint256,uint256,uint256)._liquidityFeeTransferRate (#1336) is not in mixedCase
Parameter BabyPokemoonToken.updateTransferFees(uint256,uint256,uint256)._swapFeeTransferRate (#1336) is not in mixedCase
Parameter BabyPokemoonToken.setFeeLimit(uint256)._feeLimit (#1348) is not in mixedCase
Parameter BabyPokemoonToken.updateBurnFeeReceivers(address[],uint256[])._burnFeeReceivers (#1352) is not in mixedCase
Parameter BabyPokemoonToken.updateBurnFeeReceivers(address[],uint256[])._burnFeeReceiversRate (#1352) is not in mixedCase
Parameter BabyPokemoonToken.updateLiquidityFeeReceivers(address[],uint256[])._liquidityFeeReceivers (#1396) is not in mixedCase
Parameter BabyPokemoonToken.updateLiquidityFeeReceivers(address[],uint256[])._liquidityFeeReceiversRate (#1396) is not in mixedCase
Parameter BabyPokemoonToken.updateSwapFeeReceivers(address[],uint256[])._swapFeeReceivers (#1444) is not in mixedCase
Parameter BabyPokemoonToken.updateSwapFeeReceivers(address[],uint256[])._swapFeeReceiversRate (#1444) is not in mixedCase
Parameter BabyPokemoonToken.setEnabledSwapForSell(bool)._enabledSwapForSell (#1492) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

BabyPokemoonToken.constructor() (#1094-1119) uses literals with too many digits:
- _mint(_msgSender(),10000000 * 10 ** 18) (#1100)
BabyPokemoonToken.slitherConstructorVariables() (#1018-1760) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#1030)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BabyPokemoonToken.deadAddress (#1030) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

grantRole(bytes32,address) should be declared external:
- AccessControl.grantRole(bytes32,address) (#887-889)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (#900-902)
renounceRole(bytes32,address) should be declared external:
- AccessControl.renounceRole(bytes32,address) (#918-922)
Use the external attribute for functions never called from the contract.

Additional information: link

BabyPokemoonToken._takeFees(address,address,uint256) (#1537-1672) performs a multiplication on the result of a division:
-liquidityFeeHalf = liquidityFeeAmount.div(2) (#1598)
-liquidityFeeBusdAmount = _calcFee(busdBalance,liquidityFeeHalf.mul(10000).div(amountToSwap)) (#1625)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in BabyPokemoonToken._takeFees(address,address,uint256) (#1537-1672):
External calls:
- _swapTokensForBusd(amountToSwap,address(distribution)) (#1619)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,liquidityFeeReceivers[0]) (#1631)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
State variables written after the call(s):
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,liquidityFeeReceivers[0]) (#1631)
- inSwap = true (#1089)
- inSwap = false (#1091)
Reentrancy in BabyPokemoonToken._takeFees(address,address,uint256) (#1537-1672):
External calls:
- _swapTokensForBusd(amountToSwap,address(distribution)) (#1619)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,address(distribution)) (#1633)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
State variables written after the call(s):
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,address(distribution)) (#1633)
- inSwap = true (#1089)
- inSwap = false (#1091)
Reentrancy in BabyPokemoonToken._takeFees(address,address,uint256) (#1537-1672):
External calls:
- _swapTokensForBusd(amountToSwap,address(distribution)) (#1619)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,liquidityFeeReceivers[0]) (#1631)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,address(distribution)) (#1633)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
- distribution.recoverTokensFor(pair,_calcFee(lpBalance,liquidityFeeReceiversRate[i_scope_0]),liquidityFeeReceivers[i_scope_0]) (#1640)
- distribution.recoverTokensFor(busd,_calcFee(swapFeeBusdAmount,swapFeeReceiversRate[i_scope_1]),swapFeeReceivers[i_scope_1]) (#1649)
- distribution.recoverTokensFor(busd,_calcFee(rewardBusdAmount,rewardSwapReceiversRate[i_scope_2]),rewardSwapReceivers[i_scope_2]) (#1657)
State variables written after the call(s):
- feeCounter = 0 (#1662)
- liquidityFeeAmount = 0 (#1663)
- rewardBuyAmount = 0 (#1665)
- rewardSellAmount = 0 (#1666)
- swapFeeAmount = 0 (#1664)
Reentrancy in BabyPokemoonToken._transfer(address,address,uint256) (#1507-1535):
External calls:
- calculatedAmount = _takeFees(sender,recipient,amount) (#1533)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- distribution.recoverTokensFor(pair,_calcFee(lpBalance,liquidityFeeReceiversRate[i_scope_0]),liquidityFeeReceivers[i_scope_0]) (#1640)
- distribution.recoverTokensFor(busd,_calcFee(swapFeeBusdAmount,swapFeeReceiversRate[i_scope_1]),swapFeeReceivers[i_scope_1]) (#1649)
- distribution.recoverTokensFor(busd,_calcFee(rewardBusdAmount,rewardSwapReceiversRate[i_scope_2]),rewardSwapReceivers[i_scope_2]) (#1657)
State variables written after the call(s):
- _transferAmount(sender,recipient,calculatedAmount,true) (#1534)
- _balances[from] = _balances[from].sub(amount) (#1675)
- _balances[to] = _balances[to].add(amount) (#1676)
Apply the check-effects-interactions pattern.

Additional information: link

BabyPokemoonToken._addLiquidity(uint256,uint256,address) (#1741-1757) ignores return value by IERC20(busd).approve(address(router),_busdAmount) (#1744)
BabyPokemoonToken._addLiquidity(uint256,uint256,address) (#1741-1757) ignores return value by router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
Ensure that all the return values of the function calls are used.

Additional information: link

BabyPokemoonToken.updateRouterAndPair(IUniswapV2Router02,address)._busd (#1186) lacks a zero-check on :
- busd = _busd (#1191)
BabyPokemoonToken.setRewardSwapAddress(address)._rewardSwapAddress (#1257) lacks a zero-check on :
- rewardSwapAddress = _rewardSwapAddress (#1258)
Check that the address is not zero.

Additional information: link

Reentrancy in BabyPokemoonToken._takeFees(address,address,uint256) (#1537-1672):
External calls:
- _swapTokensForBusd(amountToSwap,address(distribution)) (#1619)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,liquidityFeeReceivers[0]) (#1631)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
State variables written after the call(s):
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,liquidityFeeReceivers[0]) (#1631)
- _allowances[owner][spender] = amount (#1703)
Reentrancy in BabyPokemoonToken._takeFees(address,address,uint256) (#1537-1672):
External calls:
- _swapTokensForBusd(amountToSwap,address(distribution)) (#1619)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,address(distribution)) (#1633)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
State variables written after the call(s):
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,address(distribution)) (#1633)
- _allowances[owner][spender] = amount (#1703)
Reentrancy in BabyPokemoonToken.constructor() (#1094-1119):
External calls:
- pair = IUniswapV2Factory(router.factory()).createPair(address(this),busd) (#1107)
State variables written after the call(s):
- setExcludedFromAntiBot(_msgSender(),true) (#1113)
- excludedFromAntiBot[_address] = _isExcludedFromAntiBot (#1220)
- setExcludedFromAntiBot(address(this),true) (#1118)
- excludedFromAntiBot[_address] = _isExcludedFromAntiBot (#1220)
- setExcludedFromAntiWhale(_msgSender(),true) (#1112)
- excludedFromAntiWhale[_address] = _isExcludedFromAntiWhale (#1216)
- setExcludedFromAntiWhale(address(this),true) (#1117)
- excludedFromAntiWhale[_address] = _isExcludedFromAntiWhale (#1216)
- setExcludedFromFee(_msgSender(),true) (#1110)
- excludedFromFee[_address] = _isExcludedFromFee (#1208)
- setExcludedFromFee(address(this),true) (#1115)
- excludedFromFee[_address] = _isExcludedFromFee (#1208)
- setExcludedFromSwap(_msgSender(),true) (#1111)
- excludedFromSwap[_address] = _isExcludedFromSwap (#1212)
- setExcludedFromSwap(address(this),true) (#1116)
- excludedFromSwap[_address] = _isExcludedFromSwap (#1212)
- isLpToken[pair] = true (#1108)
Reentrancy in BabyPokemoonToken.transferFrom(address,address,uint256) (#1155-1163):
External calls:
- _transfer(sender,recipient,amount) (#1156)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- distribution.recoverTokensFor(pair,_calcFee(lpBalance,liquidityFeeReceiversRate[i_scope_0]),liquidityFeeReceivers[i_scope_0]) (#1640)
- distribution.recoverTokensFor(busd,_calcFee(swapFeeBusdAmount,swapFeeReceiversRate[i_scope_1]),swapFeeReceivers[i_scope_1]) (#1649)
- distribution.recoverTokensFor(busd,_calcFee(rewardBusdAmount,rewardSwapReceiversRate[i_scope_2]),rewardSwapReceivers[i_scope_2]) (#1657)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance.sub(amount)) (#1160)
- _allowances[owner][spender] = amount (#1703)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BabyPokemoonToken._takeFees(address,address,uint256) (#1537-1672):
External calls:
- _swapTokensForBusd(amountToSwap,address(distribution)) (#1619)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,liquidityFeeReceivers[0]) (#1631)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1704)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,liquidityFeeReceivers[0]) (#1631)
Reentrancy in BabyPokemoonToken._takeFees(address,address,uint256) (#1537-1672):
External calls:
- _swapTokensForBusd(amountToSwap,address(distribution)) (#1619)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,address(distribution)) (#1633)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1704)
- _addLiquidity(liquidityFeeOtherHalf,liquidityFeeBusdAmount,address(distribution)) (#1633)
Reentrancy in BabyPokemoonToken._transfer(address,address,uint256) (#1507-1535):
External calls:
- calculatedAmount = _takeFees(sender,recipient,amount) (#1533)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- distribution.recoverTokensFor(pair,_calcFee(lpBalance,liquidityFeeReceiversRate[i_scope_0]),liquidityFeeReceivers[i_scope_0]) (#1640)
- distribution.recoverTokensFor(busd,_calcFee(swapFeeBusdAmount,swapFeeReceiversRate[i_scope_1]),swapFeeReceivers[i_scope_1]) (#1649)
- distribution.recoverTokensFor(busd,_calcFee(rewardBusdAmount,rewardSwapReceiversRate[i_scope_2]),rewardSwapReceivers[i_scope_2]) (#1657)
Event emitted after the call(s):
- Transfer(from,to,amount) (#1679)
- _transferAmount(sender,recipient,calculatedAmount,true) (#1534)
Reentrancy in BabyPokemoonToken.transferFrom(address,address,uint256) (#1155-1163):
External calls:
- _transfer(sender,recipient,amount) (#1156)
- IERC20(busd).approve(address(router),_busdAmount) (#1744)
- router.addLiquidity(address(this),busd,_tokenAmount,_busdAmount,0,0,_recipient,block.timestamp) (#1747-1756)
- router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp) (#1732-1738)
- distribution.recoverTokensFor(busd,liquidityFeeBusdAmount,address(this)) (#1626)
- distribution.recoverTokensFor(pair,_calcFee(lpBalance,liquidityFeeReceiversRate[i_scope_0]),liquidityFeeReceivers[i_scope_0]) (#1640)
- distribution.recoverTokensFor(busd,_calcFee(swapFeeBusdAmount,swapFeeReceiversRate[i_scope_1]),swapFeeReceivers[i_scope_1]) (#1649)
- distribution.recoverTokensFor(busd,_calcFee(rewardBusdAmount,rewardSwapReceiversRate[i_scope_2]),rewardSwapReceivers[i_scope_2]) (#1657)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1704)
- _approve(sender,_msgSender(),currentAllowance.sub(amount)) (#1160)
Apply the check-effects-interactions pattern.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.5.0', '>=0.6.2', '^0.8.0', '^0.8.2']
- >=0.5.0 (#3)
- >=0.6.2 (#23)
- >=0.6.2 (#121)
- ^0.8.0 (#170)
- ^0.8.0 (#400)
- ^0.8.0 (#428)
- ^0.8.0 (#459)
- ^0.8.0 (#529)
- ^0.8.0 (#620)
- ^0.8.0 (#705)
- ^0.8.0 (#735)
- ^0.8.0 (#762)
- ^0.8.2 (#985)
- ^0.8.2 (#1008)
Use one Solidity version.

Additional information: link

BabyPokemoonToken.setRewardSwapReceivers(address[],uint256[]) (#1261-1303) has costly operations inside a loop:
- rewardSwapReceivers.pop() (#1283)
BabyPokemoonToken.setRewardSwapReceivers(address[],uint256[]) (#1261-1303) has costly operations inside a loop:
- rewardSwapReceiversRate.pop() (#1300)
BabyPokemoonToken.updateBurnFeeReceivers(address[],uint256[]) (#1352-1394) has costly operations inside a loop:
- burnFeeReceivers.pop() (#1374)
BabyPokemoonToken.updateBurnFeeReceivers(address[],uint256[]) (#1352-1394) has costly operations inside a loop:
- burnFeeReceiversRate.pop() (#1391)
BabyPokemoonToken.updateLiquidityFeeReceivers(address[],uint256[]) (#1396-1438) has costly operations inside a loop:
- liquidityFeeReceivers.pop() (#1418)
BabyPokemoonToken.updateLiquidityFeeReceivers(address[],uint256[]) (#1396-1438) has costly operations inside a loop:
- liquidityFeeReceiversRate.pop() (#1435)
BabyPokemoonToken.updateSwapFeeReceivers(address[],uint256[]) (#1444-1486) has costly operations inside a loop:
- swapFeeReceivers.pop() (#1466)
BabyPokemoonToken.updateSwapFeeReceivers(address[],uint256[]) (#1444-1486) has costly operations inside a loop:
- swapFeeReceiversRate.pop() (#1483)
Use a local variable to hold the loop computation result.

Additional information: link

AccessControl._setRoleAdmin(bytes32,bytes32) (#951-955) is never used and should be removed
Context._msgData() (#752-754) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#357-366) is never used and should be removed
SafeMath.mod(uint256,uint256) (#317-319) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#383-392) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#334-343) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#188-194) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#230-235) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#242-247) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#213-223) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#201-206) is never used and should be removed
Strings.toHexString(uint256) (#495-506) is never used and should be removed
Strings.toString(uint256) (#470-490) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.5.0 (#3) allows old versions
Pragma version>=0.6.2 (#23) allows old versions
Pragma version>=0.6.2 (#121) allows old versions
Pragma version^0.8.0 (#170) allows old versions
Pragma version^0.8.0 (#400) allows old versions
Pragma version^0.8.0 (#428) allows old versions
Pragma version^0.8.0 (#459) allows old versions
Pragma version^0.8.0 (#529) allows old versions
Pragma version^0.8.0 (#620) allows old versions
Pragma version^0.8.0 (#705) allows old versions
Pragma version^0.8.0 (#735) allows old versions
Pragma version^0.8.0 (#762) allows old versions
Pragma version^0.8.2 (#985) allows old versions
Pragma version^0.8.2 (#1008) allows old versions
solc-0.8.2 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

Holders:


Token is deployed only at one blockchain


Unable to find Youtube account


Unable to find Discord account


Unable to find KYC or doxxing proof


Unable to find whitepaper link on the website


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of 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 BPM

News for BPM