SweepStake Network Token Logo

$SSN [SweepStake Network] Token

About $SSN

Listings

Token 21 months
white paper

SweepStake Network is a self-sustaining token which ensure the longevity of the project, We implement 2 initial utilities, SweepStaking and SweepLottery, which will keep the community rewarded, entertained, and ensured that SweepStake Network will be with them as the time goes. SweepStaking will be available at launch and will be the core of SweepStake, and SweepLottery will support the core utility as every ticket sold will be distributed for the Prize and buyback, hence support our staking platform.

Social

Laser Scorebeta Last Audit: 29 July 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links

SweepStakeNetwork.swapBack() (#607-654) sends eth to arbitrary user
Dangerous calls:
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SweepStakeNetwork._transferFrom(address,address,uint256) (#502-544):
External calls:
- swapBack() (#525)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#618-624)
- distributor.deposit{value: amountBNBReflection}() (#636)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
External calls sending eth:
- swapBack() (#525)
- distributor.deposit{value: amountBNBReflection}() (#636)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#527)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#530)
- amountReceived = takeFee(sender,amount,(recipient == pair)) (#529)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#572)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (#323-334) ignores return value by BUSD.transfer(shareholder,amount) (#329)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.


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

SweepStakeNetwork.swapBack().tmpSuccess (#637) is written in both
(tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
(tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
SweepStakeNetwork.swapBack().tmpSuccess (#637) is written in both
(tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
(tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
SweepStakeNetwork.swapBack().tmpSuccess (#637) is written in both
(tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
tmpSuccess = false (#641)
Fix or remove the writes.

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 ownership is not renounced (belongs to a wallet)

Reentrancy in DividendDistributor.distributeDividend(address) (#323-334):
External calls:
- BUSD.transfer(shareholder,amount) (#329)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#331)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#332)
Reentrancy in DividendDistributor.process(uint256) (#292-316):
External calls:
- distributeDividend(shareholders[currentIndex]) (#308)
- BUSD.transfer(shareholder,amount) (#329)
State variables written after the call(s):
- currentIndex ++ (#313)
Reentrancy in DividendDistributor.setShare(address,uint256) (#256-270):
External calls:
- distributeDividend(shareholder) (#258)
- BUSD.transfer(shareholder,amount) (#329)
State variables written after the call(s):
- shares[shareholder].amount = amount (#268)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#269)
Apply the check-effects-interactions pattern.

Additional information: link

SweepStakeNetwork.swapBack() (#607-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) (#251-254) should emit an event for:
- minPeriod = _minPeriod (#252)
- minDistribution = _minDistribution (#253)
SweepStakeNetwork.setBuyTxLimitInPercent(uint256) (#490-492) should emit an event for:
- _maxBuyTxAmount = (_totalSupply * maxBuyTxPercent) / 100 (#491)
SweepStakeNetwork.setSellTxLimitInPercent(uint256) (#494-496) should emit an event for:
- _maxSellTxAmount = (_totalSupply * maxSellTxPercent) / 100 (#495)
SweepStakeNetwork.setFees(uint256,uint256,uint256,uint256,uint256,uint256) (#585-594) should emit an event for:
- liquidityFee = _liquidityFee (#586)
- reflectionFee = _reflectionFee (#587)
- marketingFee = _marketingFee (#588)
- treasuryFee = _treasuryFee (#589)
- buybackFee = _buybackFee (#590)
- totalFee = _liquidityFee.add(_buybackFee).add(_reflectionFee).add(_marketingFee).add(_treasuryFee) (#591)
- feeDenominator = _feeDenominator (#592)
SweepStakeNetwork.setSwapBackSettings(bool,uint256) (#686-689) should emit an event for:
- swapThreshold = _amount (#688)
SweepStakeNetwork.setTargetLiquidity(uint256,uint256) (#691-694) should emit an event for:
- targetLiquidity = _target (#692)
- targetLiquidityDenominator = _denominator (#693)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#132) lacks a zero-check on :
- owner = adr (#133)
SweepStakeNetwork.setFeeReceivers(address,address,address,address)._autoLiquidityReceiver (#679) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#680)
SweepStakeNetwork.setFeeReceivers(address,address,address,address)._marketingFeeReceiver (#679) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#681)
SweepStakeNetwork.setFeeReceivers(address,address,address,address)._treasuryFeeReceiver (#679) lacks a zero-check on :
- treasuryFeeReceiver = _treasuryFeeReceiver (#682)
SweepStakeNetwork.setFeeReceivers(address,address,address,address)._buybackFeeReceiver (#679) lacks a zero-check on :
- buybackFeeReceiver = _buybackFeeReceiver (#683)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#323-334) has external calls inside a loop: BUSD.transfer(shareholder,amount) (#329)
SweepStakeNetwork.airdrop(address,address[],uint256[]) (#718-740) has external calls inside a loop: distributor.setShare(addresses[i_scope_0],_balances[addresses[i_scope_0]]) (#733)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in SweepStakeNetwork.constructor() (#430-456):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#432)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = uint256(- 1) (#433)
- _balances[msg.sender] = _totalSupply (#454)
- autoLiquidityReceiver = msg.sender (#449)
- buybackFeeReceiver = msg.sender (#452)
- distributor = new DividendDistributor(address(router)) (#435)
- isDividendExempt[pair] = true (#445)
- isDividendExempt[address(this)] = true (#446)
- isDividendExempt[DEAD] = true (#447)
- isFeeExempt[msg.sender] = true (#437)
- isTimelockExempt[msg.sender] = true (#440)
- isTimelockExempt[DEAD] = true (#441)
- isTimelockExempt[address(this)] = true (#442)
- isTxLimitExempt[msg.sender] = true (#438)
- marketingFeeReceiver = msg.sender (#450)
- treasuryFeeReceiver = msg.sender (#451)
Reentrancy in DividendDistributor.deposit() (#272-290):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#279-284)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#289)
- totalDividends = totalDividends.add(amount) (#288)
Reentrancy in DividendDistributor.distributeDividend(address) (#323-334):
External calls:
- BUSD.transfer(shareholder,amount) (#329)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#330)
Reentrancy in DividendDistributor.setShare(address,uint256) (#256-270):
External calls:
- distributeDividend(shareholder) (#258)
- BUSD.transfer(shareholder,amount) (#329)
State variables written after the call(s):
- addShareholder(shareholder) (#262)
- shareholderIndexes[shareholder] = shareholders.length (#356)
- removeShareholder(shareholder) (#264)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#362)
- addShareholder(shareholder) (#262)
- shareholders.push(shareholder) (#357)
- removeShareholder(shareholder) (#264)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#361)
- shareholders.pop() (#363)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#267)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SweepStakeNetwork._transferFrom(address,address,uint256) (#502-544):
External calls:
- swapBack() (#525)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#618-624)
- distributor.deposit{value: amountBNBReflection}() (#636)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
- distributor.setShare(sender,_balances[sender]) (#533)
- distributor.setShare(recipient,_balances[recipient]) (#537)
- distributor.process(distributorGas) (#540)
External calls sending eth:
- swapBack() (#525)
- distributor.deposit{value: amountBNBReflection}() (#636)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#542)
Reentrancy in SweepStakeNetwork._transferFrom(address,address,uint256) (#502-544):
External calls:
- swapBack() (#525)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#618-624)
- distributor.deposit{value: amountBNBReflection}() (#636)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
External calls sending eth:
- swapBack() (#525)
- distributor.deposit{value: amountBNBReflection}() (#636)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#573)
- amountReceived = takeFee(sender,amount,(recipient == pair)) (#529)
Reentrancy in SweepStakeNetwork.constructor() (#430-456):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#432)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#455)
Reentrancy in SweepStakeNetwork.swapBack() (#607-654):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#618-624)
- distributor.deposit{value: amountBNBReflection}() (#636)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#644-651)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#636)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#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

DividendDistributor.shouldDistribute(address) (#318-321) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#319-320)
SweepStakeNetwork._transferFrom(address,address,uint256) (#502-544) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(cooldownTimer[recipient] < block.timestamp,Please wait for 1 minute between 2 buys) (#520)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (#292-316) has costly operations inside a loop:
- currentIndex = 0 (#304)
DividendDistributor.distributeDividend(address) (#323-334) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#328)
DividendDistributor.process(uint256) (#292-316) has costly operations inside a loop:
- currentIndex ++ (#313)
Use a local variable to hold the loop computation result.

Additional information: link

SweepStakeNetwork.checkTxLimit(address,uint256,address,bool) (#546-554) is never used and should be removed
Remove unused functions.

Additional information: link

SweepStakeNetwork._maxBuyTxAmount (#381) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 1) / 100
SweepStakeNetwork._maxSellTxAmount (#382) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 1) / 100
SweepStakeNetwork._maxWalletToken (#383) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 2) / 100
SweepStakeNetwork.swapThreshold (#426) is set pre-construction with a non-constant function or state variable:
- _totalSupply * 15 / 10000
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.7.4 (#33) allows old versions
solc-0.7.4 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 SweepStakeNetwork.swapBack() (#607-654):
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#637)
- (tmpSuccess,None) = address(treasuryFeeReceiver).call{gas: 30000,value: amountBNBTeam}() (#638)
- (tmpSuccess,None) = address(buybackFeeReceiver).call{gas: 30000,value: amountBNBBuyback}() (#639)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IDEXRouter.WETH() (#147) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#251) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#251) is not in mixedCase
Variable DividendDistributor._token (#203) is not in mixedCase
Variable DividendDistributor.BUSD (#211) is not in mixedCase
Variable DividendDistributor.WBNB (#212) is not in mixedCase
Parameter SweepStakeNetwork.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._liquidityFee (#585) is not in mixedCase
Parameter SweepStakeNetwork.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._buybackFee (#585) is not in mixedCase
Parameter SweepStakeNetwork.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._reflectionFee (#585) is not in mixedCase
Parameter SweepStakeNetwork.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._marketingFee (#585) is not in mixedCase
Parameter SweepStakeNetwork.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._treasuryFee (#585) is not in mixedCase
Parameter SweepStakeNetwork.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._feeDenominator (#585) is not in mixedCase
Parameter SweepStakeNetwork.cooldownEnabled(bool,uint8)._status (#601) is not in mixedCase
Parameter SweepStakeNetwork.cooldownEnabled(bool,uint8)._interval (#601) is not in mixedCase
Parameter SweepStakeNetwork.setFeeReceivers(address,address,address,address)._autoLiquidityReceiver (#679) is not in mixedCase
Parameter SweepStakeNetwork.setFeeReceivers(address,address,address,address)._marketingFeeReceiver (#679) is not in mixedCase
Parameter SweepStakeNetwork.setFeeReceivers(address,address,address,address)._treasuryFeeReceiver (#679) is not in mixedCase
Parameter SweepStakeNetwork.setFeeReceivers(address,address,address,address)._buybackFeeReceiver (#679) is not in mixedCase
Parameter SweepStakeNetwork.setSwapBackSettings(bool,uint256)._enabled (#686) is not in mixedCase
Parameter SweepStakeNetwork.setSwapBackSettings(bool,uint256)._amount (#686) is not in mixedCase
Parameter SweepStakeNetwork.setTargetLiquidity(uint256,uint256)._target (#691) is not in mixedCase
Parameter SweepStakeNetwork.setTargetLiquidity(uint256,uint256)._denominator (#691) is not in mixedCase
Parameter SweepStakeNetwork.setDistributionCriteria(uint256,uint256)._minPeriod (#696) is not in mixedCase
Parameter SweepStakeNetwork.setDistributionCriteria(uint256,uint256)._minDistribution (#696) is not in mixedCase
Variable SweepStakeNetwork.BUSD (#370) is not in mixedCase
Variable SweepStakeNetwork.WBNB (#371) is not in mixedCase
Variable SweepStakeNetwork.DEAD (#372) is not in mixedCase
Variable SweepStakeNetwork.ZERO (#373) is not in mixedCase
Constant SweepStakeNetwork._name (#375) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SweepStakeNetwork._symbol (#376) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SweepStakeNetwork._decimals (#377) is not in UPPER_CASE_WITH_UNDERSCORES
Variable SweepStakeNetwork._totalSupply (#379) is not in mixedCase
Variable SweepStakeNetwork._maxBuyTxAmount (#381) is not in mixedCase
Variable SweepStakeNetwork._maxSellTxAmount (#382) is not in mixedCase
Variable SweepStakeNetwork._maxWalletToken (#383) is not in mixedCase
Variable SweepStakeNetwork._balances (#385) is not in mixedCase
Variable SweepStakeNetwork._allowances (#386) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

SweepStakeNetwork.slitherConstructorVariables() (#367-745) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#372)
SweepStakeNetwork.slitherConstructorVariables() (#367-745) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#373)
SweepStakeNetwork.slitherConstructorVariables() (#367-745) uses literals with too many digits:
- distributorGas = 500000 (#418)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SweepStakeNetwork.BUSD (#370) is never used in SweepStakeNetwork (#367-745)
Remove unused state variables.

Additional information: link

DividendDistributor.WBNB (#212) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#225) should be constant
SweepStakeNetwork.BUSD (#370) should be constant
SweepStakeNetwork.DEAD (#372) should be constant
SweepStakeNetwork.WBNB (#371) should be constant
SweepStakeNetwork.ZERO (#373) should be constant
SweepStakeNetwork._totalSupply (#379) should be constant
SweepStakeNetwork.launchedAt (#414) should be constant
SweepStakeNetwork.sellMultiplier (#401) should be constant
SweepStakeNetwork.tradingOpen (#415) 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) (#112-114)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#117-119)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#132-136)
cooldownEnabled(bool,uint8) should be declared external:
- SweepStakeNetwork.cooldownEnabled(bool,uint8) (#601-604)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract ticker ($SSN) 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.

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


Unable to find token contract audit


Unable to find KYC or doxxing proof


Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for $SSN

News for $SSN