Shiba Watch Token Logo

SHIBAW [Shiba Watch] Token

ALERT: dead

About SHIBAW

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Shiba Watch is a multi-functional coin listing platform that aims to have an NFT marketplace, staking/lending platform, P2E games and a DEX. Investors can use the platform to safely find their next token to invest.

$SHIBAW tokens will be used for promotions on the Shiba Watch platform and discounts during transactions for NFT marketplace and other functions. Holding $SHIBAW tokens will passively reward users with BUSD rewards.

Social

Laser Scorebeta Last Audit: 15 February 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

ShibaWatch.swapBack() (#610-652) sends eth to arbitrary user
Dangerous calls:
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in ShibaWatch._transferFrom(address,address,uint256) (#537-560):
External calls:
- swapBack() (#542)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#620-626)
- distributor.deposit{value: amountBNBReflection}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
External calls sending eth:
- swapBack() (#542)
- distributor.deposit{value: amountBNBReflection}() (#636)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
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) (#597)
- triggerAutoBuyback() (#543)
- inSwap = true (#478)
- inSwap = false (#478)
Apply the check-effects-interactions pattern.

Additional information: link

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


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.

Reentrancy in ShibaWatch._transferFrom(address,address,uint256) (#537-560):
External calls:
- swapBack() (#542)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
External calls sending eth:
- swapBack() (#542)
- distributor.deposit{value: amountBNBReflection}() (#636)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
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) (#597)
- triggerAutoBuyback() (#543)
- autoBuybackAccumulator = autoBuybackAccumulator.add(autoBuybackAmount) (#677)
- triggerAutoBuyback() (#543)
- autoBuybackBlockLast = block.number (#676)
- triggerAutoBuyback() (#543)
- autoBuybackEnabled = false (#678)
- triggerAutoBuyback() (#543)
- inSwap = true (#478)
- inSwap = false (#478)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#598)
- amountReceived = takeFee(sender,recipient,amount) (#549)
- Transfer(sender,recipient,amountReceived) (#558)
Reentrancy in ShibaWatch.swapBack() (#610-652):
External calls:
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#636)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#650)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Reentrancy in ShibaWatch.constructor() (#480-502):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#482)
State variables written after the call(s):
- WBNB = router.WETH() (#484)
Reentrancy in DividendDistributor.distributeDividend(address) (#370-381):
External calls:
- BUSD.transfer(shareholder,amount) (#376)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#378)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#379)
Reentrancy in DividendDistributor.process(uint256) (#339-363):
External calls:
- distributeDividend(shareholders[currentIndex]) (#355)
- BUSD.transfer(shareholder,amount) (#376)
State variables written after the call(s):
- currentIndex ++ (#360)
Reentrancy in DividendDistributor.setShare(address,uint256) (#303-317):
External calls:
- distributeDividend(shareholder) (#305)
- BUSD.transfer(shareholder,amount) (#376)
State variables written after the call(s):
- shares[shareholder].amount = amount (#315)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#316)
Apply the check-effects-interactions pattern.

Additional information: link

ShibaWatch.swapBack() (#610-652) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
Ensure that all the return values of the function calls are used.

Additional information: link

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

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#298-301) should emit an event for:
- minPeriod = _minPeriod (#299)
- minDistribution = _minDistribution (#300)
ShibaWatch.setAutoBuybackSettings(bool,uint256,uint256,uint256) (#694-701) should emit an event for:
- autoBuybackCap = _cap (#696)
- autoBuybackAmount = _amount (#698)
ShibaWatch.setBuybackMultiplierSettings(uint256,uint256,uint256) (#703-708) should emit an event for:
- buybackMultiplierNumerator = numerator (#705)
- buybackMultiplierDenominator = denominator (#706)
- buybackMultiplierLength = length (#707)
ShibaWatch.setTxLimit(uint256) (#720-723) should emit an event for:
- _maxTxAmount = amount (#722)
ShibaWatch.setFees(uint256,uint256,uint256,uint256,uint256) (#743-751) should emit an event for:
- liquidityFee = _liquidityFee (#744)
- buybackFee = _buybackFee (#745)
- reflectionFee = _reflectionFee (#746)
- marketingFee = _marketingFee (#747)
- totalFee = _liquidityFee.add(_buybackFee).add(_reflectionFee).add(_marketingFee) (#748)
- feeDenominator = _feeDenominator (#749)
ShibaWatch.setSwapBackSettings(bool,uint256) (#758-761) should emit an event for:
- swapThreshold = _amount (#760)
ShibaWatch.setTargetLiquidity(uint256,uint256) (#763-766) should emit an event for:
- targetLiquidity = _target (#764)
- targetLiquidityDenominator = _denominator (#765)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#180) lacks a zero-check on :
- owner = adr (#181)
ShibaWatch.setFeeReceivers(address,address)._autoLiquidityReceiver (#753) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#754)
ShibaWatch.setFeeReceivers(address,address)._marketingFeeReceiver (#753) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#755)
Check that the address is not zero.

Additional information: link

Reentrancy in ShibaWatch.constructor() (#480-502):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#482)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = _totalSupply (#483)
- approve(0x10ED43C718714eb63d5aA57B78B54704E256024E,_totalSupply) (#498)
- _allowances[msg.sender][spender] = amount (#516)
- approve(address(pair),_totalSupply) (#499)
- _allowances[msg.sender][spender] = amount (#516)
- _balances[msg.sender] = _totalSupply (#500)
- autoLiquidityReceiver = msg.sender (#495)
- buyBacker[msg.sender] = true (#493)
- distributor = new DividendDistributor(0x10ED43C718714eb63d5aA57B78B54704E256024E) (#485)
- distributorAddress = address(distributor) (#486)
- isDividendExempt[pair] = true (#490)
- isDividendExempt[address(this)] = true (#491)
- isDividendExempt[DEAD] = true (#492)
- isFeeExempt[msg.sender] = true (#488)
- isTxLimitExempt[msg.sender] = true (#489)
- marketingFeeReceiver = msg.sender (#496)
Reentrancy in DividendDistributor.deposit() (#319-337):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#326-331)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#336)
- totalDividends = totalDividends.add(amount) (#335)
Reentrancy in DividendDistributor.distributeDividend(address) (#370-381):
External calls:
- BUSD.transfer(shareholder,amount) (#376)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#377)
Reentrancy in DividendDistributor.setShare(address,uint256) (#303-317):
External calls:
- distributeDividend(shareholder) (#305)
- BUSD.transfer(shareholder,amount) (#376)
State variables written after the call(s):
- addShareholder(shareholder) (#309)
- shareholderIndexes[shareholder] = shareholders.length (#403)
- removeShareholder(shareholder) (#311)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#409)
- addShareholder(shareholder) (#309)
- shareholders.push(shareholder) (#404)
- removeShareholder(shareholder) (#311)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#408)
- shareholders.pop() (#410)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#314)
Reentrancy in ShibaWatch.triggerAutoBuyback() (#674-679):
External calls:
- buyTokens(autoBuybackAmount,DEAD) (#675)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
State variables written after the call(s):
- autoBuybackAccumulator = autoBuybackAccumulator.add(autoBuybackAmount) (#677)
- autoBuybackBlockLast = block.number (#676)
- autoBuybackEnabled = false (#678)
Reentrancy in ShibaWatch.triggerZeusBuyback(uint256,bool) (#662-668):
External calls:
- buyTokens(amount,DEAD) (#663)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
State variables written after the call(s):
- buybackMultiplierTriggeredAt = block.timestamp (#665)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ShibaWatch._transferFrom(address,address,uint256) (#537-560):
External calls:
- swapBack() (#542)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#620-626)
- distributor.deposit{value: amountBNBReflection}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
- 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}() (#636)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#558)
Reentrancy in ShibaWatch._transferFrom(address,address,uint256) (#537-560):
External calls:
- swapBack() (#542)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#620-626)
- distributor.deposit{value: amountBNBReflection}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
External calls sending eth:
- swapBack() (#542)
- distributor.deposit{value: amountBNBReflection}() (#636)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
- triggerAutoBuyback() (#543)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#598)
- amountReceived = takeFee(sender,recipient,amount) (#549)
Reentrancy in ShibaWatch.constructor() (#480-502):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#482)
Event emitted after the call(s):
- Approval(msg.sender,spender,amount) (#517)
- approve(address(pair),_totalSupply) (#499)
- Approval(msg.sender,spender,amount) (#517)
- approve(0x10ED43C718714eb63d5aA57B78B54704E256024E,_totalSupply) (#498)
- Transfer(address(0),msg.sender,_totalSupply) (#501)
Reentrancy in ShibaWatch.swapBack() (#610-652):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#620-626)
- distributor.deposit{value: amountBNBReflection}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#636)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (#637)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#650)
Reentrancy in ShibaWatch.triggerZeusBuyback(uint256,bool) (#662-668):
External calls:
- buyTokens(amount,DEAD) (#663)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#686-691)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#666)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#365-368) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#366-367)
ShibaWatch.getMultipliedFee() (#583-592) uses timestamp for comparisons
Dangerous comparisons:
- launchedAtTimestamp + 86400 > block.timestamp (#584)
- buybackMultiplierTriggeredAt.add(buybackMultiplierLength) > block.timestamp (#586)
ShibaWatch.shouldSwapBack() (#603-608) uses timestamp for comparisons
Dangerous comparisons:
- msg.sender != pair && ! inSwap && swapEnabled && _balances[address(this)] >= swapThreshold (#604-607)
ShibaWatch.isOverLiquified(uint256,uint256) (#785-787) uses timestamp for comparisons
Dangerous comparisons:
- getLiquidityBacking(accuracy) > target (#786)
Avoid relying on block.timestamp.

Additional information: link

ShibaWatch.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) (#339-363) has costly operations inside a loop:
- currentIndex = 0 (#351)
DividendDistributor.distributeDividend(address) (#370-381) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#375)
DividendDistributor.process(uint256) (#339-363) has costly operations inside a loop:
- currentIndex ++ (#360)
Use a local variable to hold the loop computation result.

Additional information: link

SafeMath.div(uint256,uint256,string) (#96-101) is never used and should be removed
SafeMath.mod(uint256,uint256) (#85-87) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#103-108) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#28-34) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#55-60) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#62-67) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#43-53) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#36-41) is never used and should be removed
ShibaWatch.launched() (#710-712) is never used and should be removed
Remove unused functions.

Additional information: link

ShibaWatch._maxTxAmount (#429) is set pre-construction with a non-constant function or state variable:
- _totalSupply.div(100)
ShibaWatch.totalFee (#442) is set pre-construction with a non-constant function or state variable:
- liquidityFee + buybackFee + reflectionFee + marketingFee
ShibaWatch.swapThreshold (#476) 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 (#19) 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

Function IDEXRouter.WETH() (#195) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#298) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#298) is not in mixedCase
Variable DividendDistributor._token (#251) is not in mixedCase
Variable DividendDistributor.BUSD (#259) is not in mixedCase
Variable DividendDistributor.WBNB (#260) is not in mixedCase
Parameter ShibaWatch.setAutoBuybackSettings(bool,uint256,uint256,uint256)._enabled (#694) is not in mixedCase
Parameter ShibaWatch.setAutoBuybackSettings(bool,uint256,uint256,uint256)._cap (#694) is not in mixedCase
Parameter ShibaWatch.setAutoBuybackSettings(bool,uint256,uint256,uint256)._amount (#694) is not in mixedCase
Parameter ShibaWatch.setAutoBuybackSettings(bool,uint256,uint256,uint256)._period (#694) is not in mixedCase
Parameter ShibaWatch.setFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (#743) is not in mixedCase
Parameter ShibaWatch.setFees(uint256,uint256,uint256,uint256,uint256)._buybackFee (#743) is not in mixedCase
Parameter ShibaWatch.setFees(uint256,uint256,uint256,uint256,uint256)._reflectionFee (#743) is not in mixedCase
Parameter ShibaWatch.setFees(uint256,uint256,uint256,uint256,uint256)._marketingFee (#743) is not in mixedCase
Parameter ShibaWatch.setFees(uint256,uint256,uint256,uint256,uint256)._feeDenominator (#743) is not in mixedCase
Parameter ShibaWatch.setFeeReceivers(address,address)._autoLiquidityReceiver (#753) is not in mixedCase
Parameter ShibaWatch.setFeeReceivers(address,address)._marketingFeeReceiver (#753) is not in mixedCase
Parameter ShibaWatch.setSwapBackSettings(bool,uint256)._enabled (#758) is not in mixedCase
Parameter ShibaWatch.setSwapBackSettings(bool,uint256)._amount (#758) is not in mixedCase
Parameter ShibaWatch.setTargetLiquidity(uint256,uint256)._target (#763) is not in mixedCase
Parameter ShibaWatch.setTargetLiquidity(uint256,uint256)._denominator (#763) is not in mixedCase
Parameter ShibaWatch.setDistributionCriteria(uint256,uint256)._minPeriod (#768) is not in mixedCase
Parameter ShibaWatch.setDistributionCriteria(uint256,uint256)._minDistribution (#768) is not in mixedCase
Variable ShibaWatch.BUSD (#418) is not in mixedCase
Variable ShibaWatch.WBNB (#419) is not in mixedCase
Variable ShibaWatch.DEAD (#420) is not in mixedCase
Variable ShibaWatch.ZERO (#421) is not in mixedCase
Variable ShibaWatch.DEAD_NON_CHECKSUM (#422) is not in mixedCase
Constant ShibaWatch._name (#424) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ShibaWatch._symbol (#425) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ShibaWatch._decimals (#426) is not in UPPER_CASE_WITH_UNDERSCORES
Variable ShibaWatch._totalSupply (#428) is not in mixedCase
Variable ShibaWatch._maxTxAmount (#429) is not in mixedCase
Variable ShibaWatch._balances (#431) is not in mixedCase
Variable ShibaWatch._allowances (#432) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

ShibaWatch.slitherConstructorVariables() (#414-792) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#420)
ShibaWatch.slitherConstructorVariables() (#414-792) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#421)
ShibaWatch.slitherConstructorVariables() (#414-792) uses literals with too many digits:
- DEAD_NON_CHECKSUM = 0x000000000000000000000000000000000000dEaD (#422)
ShibaWatch.slitherConstructorVariables() (#414-792) uses literals with too many digits:
- distributorGas = 500000 (#473)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ShibaWatch.BUSD (#418) is never used in ShibaWatch (#414-792)
ShibaWatch.DEAD_NON_CHECKSUM (#422) is never used in ShibaWatch (#414-792)
Remove unused state variables.

Additional information: link

DividendDistributor.WBNB (#260) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#273) should be constant
ShibaWatch.BUSD (#418) should be constant
ShibaWatch.DEAD (#420) should be constant
ShibaWatch.DEAD_NON_CHECKSUM (#422) should be constant
ShibaWatch.ZERO (#421) should be constant
ShibaWatch._totalSupply (#428) 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) (#152-154)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#159-161)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#180-184)
launch() should be declared external:
- ShibaWatch.launch() (#714-718)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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

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


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


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 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 verify token contract address 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


Young tokens have high risks of scam / 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 SHIBAW