Baby Santa Token Token Logo

$BST [Baby Santa] Token

About $BST

Listings

Token 2 years
white paper

Baby Santa Token will be a revolutionary way to engage the block chain.. Through out the BSC space the widely shared norm has held a largely self important view point from person to person. We as a Team and as a community are here to prove, with measurable proof, that investors that win big see value in charity.
Forget what you know about meme coins. (except for the fact that they can moon like crazy) Baby Santa Token will offer opportunities and develop massive utility on top of the builtin passive income generation, via rewards in Santa coin. We as a team value the community and will always work towards the betterment of the project.

Santa is all about giving back. The history and lore of St Nicolas develop because of the value felt by all that promote and share the concept of giving back at its core.
Donation programs will be made available, and will serve as a vehicle for giving back, this is not technically a charity token. You as the investor can choose to participate at your leisure.

The nfts minted for the donation programs will serve as a reminder. A reminder that investments that yield gains can impact more then just our wallets. Giving back has massive value, and the degree in which you participate is governed by you.

Social

Laser Scorebeta Last Audit: 12 January 2022

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

Anti-Scam

Links


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

BabySantaToken.swapBack() (#612-654) sends eth to arbitrary user
Dangerous calls:
- distributor.deposit{value: amountBNBReflection}() (#638)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
BabySantaToken.buyTokens(uint256,address) (#688-699) sends eth to arbitrary user
Dangerous calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in BabySantaToken._transferFrom(address,address,uint256) (#537-560):
External calls:
- swapBack() (#542)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#622-628)
- distributor.deposit{value: amountBNBReflection}() (#638)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
External calls sending eth:
- swapBack() (#542)
- distributor.deposit{value: amountBNBReflection}() (#638)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#547)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#551)
- amountReceived = takeFee(sender,recipient,amount) (#549)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#599)
- triggerAutoBuyback() (#543)
- inSwap = true (#474)
- inSwap = false (#474)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (#364-375) ignores return value by BUSD.transfer(shareholder,amount) (#370)
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.

Contract ticker ($BST) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Function IDEXRouter.WETH() (#189) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#292) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#292) is not in mixedCase
Variable DividendDistributor._token (#245) is not in mixedCase
Variable DividendDistributor.BUSD (#253) is not in mixedCase
Variable DividendDistributor.WBNB (#254) is not in mixedCase
Parameter BabySantaToken.setAutoBuybackSettings(bool,uint256,uint256,uint256)._enabled (#701) is not in mixedCase
Parameter BabySantaToken.setAutoBuybackSettings(bool,uint256,uint256,uint256)._cap (#701) is not in mixedCase
Parameter BabySantaToken.setAutoBuybackSettings(bool,uint256,uint256,uint256)._amount (#701) is not in mixedCase
Parameter BabySantaToken.setAutoBuybackSettings(bool,uint256,uint256,uint256)._period (#701) is not in mixedCase
Parameter BabySantaToken.setFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (#750) is not in mixedCase
Parameter BabySantaToken.setFees(uint256,uint256,uint256,uint256,uint256)._buybackFee (#750) is not in mixedCase
Parameter BabySantaToken.setFees(uint256,uint256,uint256,uint256,uint256)._reflectionFee (#750) is not in mixedCase
Parameter BabySantaToken.setFees(uint256,uint256,uint256,uint256,uint256)._marketingFee (#750) is not in mixedCase
Parameter BabySantaToken.setFees(uint256,uint256,uint256,uint256,uint256)._feeDenominator (#750) is not in mixedCase
Parameter BabySantaToken.setFeeReceivers(address,address)._autoLiquidityReceiver (#760) is not in mixedCase
Parameter BabySantaToken.setFeeReceivers(address,address)._marketingFeeReceiver (#760) is not in mixedCase
Parameter BabySantaToken.setSwapBackSettings(bool,uint256)._enabled (#765) is not in mixedCase
Parameter BabySantaToken.setSwapBackSettings(bool,uint256)._amount (#765) is not in mixedCase
Parameter BabySantaToken.setTargetLiquidity(uint256,uint256)._target (#770) is not in mixedCase
Parameter BabySantaToken.setTargetLiquidity(uint256,uint256)._denominator (#770) is not in mixedCase
Parameter BabySantaToken.setDistributionCriteria(uint256,uint256)._minPeriod (#775) is not in mixedCase
Parameter BabySantaToken.setDistributionCriteria(uint256,uint256)._minDistribution (#775) is not in mixedCase
Variable BabySantaToken.BUSD (#414) is not in mixedCase
Variable BabySantaToken.WBNB (#415) is not in mixedCase
Variable BabySantaToken.DEAD (#416) is not in mixedCase
Variable BabySantaToken.ZERO (#417) is not in mixedCase
Variable BabySantaToken.DEAD_NON_CHECKSUM (#418) is not in mixedCase
Constant BabySantaToken._name (#420) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabySantaToken._symbol (#421) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabySantaToken._decimals (#422) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BabySantaToken._totalSupply (#424) is not in mixedCase
Variable BabySantaToken._maxTxAmount (#425) is not in mixedCase
Variable BabySantaToken._balances (#427) is not in mixedCase
Variable BabySantaToken._allowances (#428) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

DividendDistributor.distributeDividend(address) (#364-375) has external calls inside a loop: BUSD.transfer(shareholder,amount) (#370)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in DividendDistributor.distributeDividend(address) (#364-375):
External calls:
- BUSD.transfer(shareholder,amount) (#370)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#372)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#373)
Reentrancy in DividendDistributor.process(uint256) (#333-357):
External calls:
- distributeDividend(shareholders[currentIndex]) (#349)
- BUSD.transfer(shareholder,amount) (#370)
State variables written after the call(s):
- currentIndex ++ (#354)
Reentrancy in DividendDistributor.setShare(address,uint256) (#297-311):
External calls:
- distributeDividend(shareholder) (#299)
- BUSD.transfer(shareholder,amount) (#370)
State variables written after the call(s):
- shares[shareholder].amount = amount (#309)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#310)
Apply the check-effects-interactions pattern.

Additional information: link

BabySantaToken.swapBack() (#612-654) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#292-295) should emit an event for:
- minPeriod = _minPeriod (#293)
- minDistribution = _minDistribution (#294)
BabySantaToken.setAutoBuybackSettings(bool,uint256,uint256,uint256) (#701-708) should emit an event for:
- autoBuybackCap = _cap (#703)
- autoBuybackAmount = _amount (#705)
BabySantaToken.setBuybackMultiplierSettings(uint256,uint256,uint256) (#710-715) should emit an event for:
- buybackMultiplierNumerator = numerator (#712)
- buybackMultiplierDenominator = denominator (#713)
- buybackMultiplierLength = length (#714)
BabySantaToken.setTxLimit(uint256) (#727-730) should emit an event for:
- _maxTxAmount = amount (#729)
BabySantaToken.setFees(uint256,uint256,uint256,uint256,uint256) (#750-758) should emit an event for:
- liquidityFee = _liquidityFee (#751)
- reflectionFee = _reflectionFee (#753)
- marketingFee = _marketingFee (#754)
- totalFee = _liquidityFee.add(_buybackFee).add(_reflectionFee).add(_marketingFee) (#755)
- feeDenominator = _feeDenominator (#756)
BabySantaToken.setSwapBackSettings(bool,uint256) (#765-768) should emit an event for:
- swapThreshold = _amount (#767)
BabySantaToken.setTargetLiquidity(uint256,uint256) (#770-773) should emit an event for:
- targetLiquidity = _target (#771)
- targetLiquidityDenominator = _denominator (#772)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#174) lacks a zero-check on :
- owner = adr (#175)
BabySantaToken.constructor(address,address,address)._wbnb (#477) lacks a zero-check on :
- WBNB = _wbnb (#480)
- pair = IDEXFactory(router.factory()).createPair(_wbnb,address(this)) (#481)
BabySantaToken.constructor(address,address,address)._marketingAddress (#477) lacks a zero-check on :
- marketingFeeReceiver = _marketingAddress (#495)
BabySantaToken.setFeeReceivers(address,address)._autoLiquidityReceiver (#760) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#761)
BabySantaToken.setFeeReceivers(address,address)._marketingFeeReceiver (#760) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#762)
Check that the address is not zero.

Additional information: link

Reentrancy in BabySantaToken.constructor(address,address,address) (#476-501):
External calls:
- pair = IDEXFactory(router.factory()).createPair(_wbnb,address(this)) (#481)
State variables written after the call(s):
- WBNB = router.WETH() (#483)
- _allowances[address(this)][address(router)] = _totalSupply (#482)
- approve(_dexRouter,_totalSupply) (#497)
- _allowances[msg.sender][spender] = amount (#516)
- approve(address(pair),_totalSupply) (#498)
- _allowances[msg.sender][spender] = amount (#516)
- _balances[msg.sender] = _totalSupply (#499)
- autoLiquidityReceiver = msg.sender (#494)
- buyBacker[msg.sender] = true (#492)
- distributor = new DividendDistributor(_dexRouter) (#484)
- distributorAddress = address(distributor) (#485)
- isDividendExempt[pair] = true (#489)
- isDividendExempt[address(this)] = true (#490)
- isDividendExempt[DEAD] = true (#491)
- isFeeExempt[msg.sender] = true (#487)
- isTxLimitExempt[msg.sender] = true (#488)
- marketingFeeReceiver = _marketingAddress (#495)
Reentrancy in DividendDistributor.deposit() (#313-331):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#320-325)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#330)
- totalDividends = totalDividends.add(amount) (#329)
Reentrancy in DividendDistributor.distributeDividend(address) (#364-375):
External calls:
- BUSD.transfer(shareholder,amount) (#370)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#371)
Reentrancy in DividendDistributor.setShare(address,uint256) (#297-311):
External calls:
- distributeDividend(shareholder) (#299)
- BUSD.transfer(shareholder,amount) (#370)
State variables written after the call(s):
- addShareholder(shareholder) (#303)
- shareholderIndexes[shareholder] = shareholders.length (#399)
- removeShareholder(shareholder) (#305)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#405)
- addShareholder(shareholder) (#303)
- shareholders.push(shareholder) (#400)
- removeShareholder(shareholder) (#305)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#404)
- shareholders.pop() (#406)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#308)
Reentrancy in BabySantaToken.triggerAutoBuyback() (#676-681):
External calls:
- buyTokens(autoBuybackAmount,DEAD) (#677)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
State variables written after the call(s):
- autoBuybackAccumulator = autoBuybackAccumulator.add(autoBuybackAmount) (#679)
- autoBuybackBlockLast = block.number (#678)
- autoBuybackEnabled = false (#680)
Reentrancy in BabySantaToken.triggerZeusBuyback(uint256,bool) (#664-670):
External calls:
- buyTokens(amount,DEAD) (#665)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
State variables written after the call(s):
- buybackMultiplierTriggeredAt = block.timestamp (#667)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BabySantaToken._transferFrom(address,address,uint256) (#537-560):
External calls:
- swapBack() (#542)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#622-628)
- distributor.deposit{value: amountBNBReflection}() (#638)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
- distributor.setShare(sender,_balances[sender]) (#553)
- distributor.setShare(recipient,_balances[recipient]) (#554)
- distributor.process(distributorGas) (#556)
External calls sending eth:
- swapBack() (#542)
- distributor.deposit{value: amountBNBReflection}() (#638)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#558)
Reentrancy in BabySantaToken._transferFrom(address,address,uint256) (#537-560):
External calls:
- swapBack() (#542)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#622-628)
- distributor.deposit{value: amountBNBReflection}() (#638)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
External calls sending eth:
- swapBack() (#542)
- distributor.deposit{value: amountBNBReflection}() (#638)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#600)
- amountReceived = takeFee(sender,recipient,amount) (#549)
Reentrancy in BabySantaToken.constructor(address,address,address) (#476-501):
External calls:
- pair = IDEXFactory(router.factory()).createPair(_wbnb,address(this)) (#481)
Event emitted after the call(s):
- Approval(msg.sender,spender,amount) (#517)
- approve(_dexRouter,_totalSupply) (#497)
- Approval(msg.sender,spender,amount) (#517)
- approve(address(pair),_totalSupply) (#498)
- Transfer(address(0),msg.sender,_totalSupply) (#500)
Reentrancy in BabySantaToken.swapBack() (#612-654):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#622-628)
- distributor.deposit{value: amountBNBReflection}() (#638)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#638)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#652)
Reentrancy in BabySantaToken.triggerZeusBuyback(uint256,bool) (#664-670):
External calls:
- buyTokens(amount,DEAD) (#665)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#668)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#359-362) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#360-361)
BabySantaToken.getMultipliedFee() (#585-594) uses timestamp for comparisons
Dangerous comparisons:
- launchedAtTimestamp + 86400 > block.timestamp (#586)
- buybackMultiplierTriggeredAt.add(buybackMultiplierLength) > block.timestamp (#588)
BabySantaToken.shouldSwapBack() (#605-610) uses timestamp for comparisons
Dangerous comparisons:
- msg.sender != pair && ! inSwap && swapEnabled && _balances[address(this)] >= swapThreshold (#606-609)
BabySantaToken.isOverLiquified(uint256,uint256) (#792-794) uses timestamp for comparisons
Dangerous comparisons:
- getLiquidityBacking(accuracy) > target (#793)
Avoid relying on block.timestamp.

Additional information: link

BabySantaToken.onlyBuybacker() (#511) compares to a boolean constant:
-require(bool,string)(buyBacker[msg.sender] == true,) (#511)
Remove the equality to the boolean constant.

Additional information: link

DividendDistributor.process(uint256) (#333-357) has costly operations inside a loop:
- currentIndex = 0 (#345)
DividendDistributor.distributeDividend(address) (#364-375) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#369)
DividendDistributor.process(uint256) (#333-357) has costly operations inside a loop:
- currentIndex ++ (#354)
Use a local variable to hold the loop computation result.

Additional information: link

BabySantaToken.launched() (#717-719) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#90-95) is never used and should be removed
SafeMath.mod(uint256,uint256) (#79-81) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#97-102) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#22-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#49-54) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#56-61) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#37-47) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#30-35) is never used and should be removed
Remove unused functions.

Additional information: link

BabySantaToken._maxTxAmount (#425) is set pre-construction with a non-constant function or state variable:
- _totalSupply.div(400)
BabySantaToken.swapThreshold (#472) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 2000
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 (#14) allows old versions
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

Reentrancy in BabySantaToken._transferFrom(address,address,uint256) (#537-560):
External calls:
- swapBack() (#542)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
External calls sending eth:
- swapBack() (#542)
- distributor.deposit{value: amountBNBReflection}() (#638)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#693-698)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#547)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#551)
- amountReceived = takeFee(sender,recipient,amount) (#549)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#599)
- triggerAutoBuyback() (#543)
- autoBuybackAccumulator = autoBuybackAccumulator.add(autoBuybackAmount) (#679)
- triggerAutoBuyback() (#543)
- autoBuybackBlockLast = block.number (#678)
- triggerAutoBuyback() (#543)
- autoBuybackEnabled = false (#680)
- triggerAutoBuyback() (#543)
- inSwap = true (#474)
- inSwap = false (#474)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#600)
- amountReceived = takeFee(sender,recipient,amount) (#549)
- Transfer(sender,recipient,amountReceived) (#558)
Reentrancy in BabySantaToken.swapBack() (#612-654):
External calls:
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#638)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#652)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

BabySantaToken.slitherConstructorVariables() (#410-799) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#416)
BabySantaToken.slitherConstructorVariables() (#410-799) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#417)
BabySantaToken.slitherConstructorVariables() (#410-799) uses literals with too many digits:
- DEAD_NON_CHECKSUM = 0x000000000000000000000000000000000000dEaD (#418)
BabySantaToken.slitherConstructorVariables() (#410-799) uses literals with too many digits:
- distributorGas = 500000 (#469)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BabySantaToken.BUSD (#414) is never used in BabySantaToken (#410-799)
BabySantaToken.DEAD_NON_CHECKSUM (#418) is never used in BabySantaToken (#410-799)
Remove unused state variables.

Additional information: link

BabySantaToken.BUSD (#414) should be constant
BabySantaToken.DEAD (#416) should be constant
BabySantaToken.DEAD_NON_CHECKSUM (#418) should be constant
BabySantaToken.ZERO (#417) should be constant
BabySantaToken._totalSupply (#424) should be constant
DividendDistributor.WBNB (#254) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#267) 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) (#146-148)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#153-155)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#174-178)
launch() should be declared external:
- BabySantaToken.launch() (#721-725)
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


Token was delisted from CoinGecko

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


Unable to find Telegram link on the website


Unable to find Twitter 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 price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for $BST