ShibaPad Token Logo

$SBP [ShibaPad] Token

About $SBP

Listings

Token 2 years
CoinMarketCap 2 years

The ShibaPad aims to be a launchpad DAO built by community members. It's meme-friendly to get attention of every meme-lover on BSC. As a governance & utility token, Shibapad token($SBP) is used to vote to make community decisions and by staking them, holders will get $SBP as a staking reward and Tier benefit of launchpad.

Also, There will be PFP NFTs to people can represent themselves as a community members, there will be also same benefits of staking / launchpad for NFT holders.
Now we're done with governance token with voting function, we're working on NFTs and Staking. NFT contract / frontend is done and waiting arts, we're working on the Staking DAPP frontend.

Social

Laser Scorebeta Last Audit: 2 March 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...)

Shibapad.swapBack() (#749-793) sends eth to arbitrary user
Dangerous calls:
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in Shibapad._transferFrom(address,address,uint256) (#634-668):
External calls:
- swapBack() (#647)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#760-766)
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
External calls sending eth:
- swapBack() (#647)
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#650)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#653)
- amountReceived = takeFee(sender,amount) (#652)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#697)
- amountReceived = takeFee(sender,amount) (#652)
- liquidityFee = BuyliquidityFee (#685)
- liquidityFee = SellliquidityFee (#690)
- amountReceived = takeFee(sender,amount) (#652)
- marketingFee = BuymarketingFee (#686)
- marketingFee = SellmarketingFee (#691)
- amountReceived = takeFee(sender,amount) (#652)
- rewardFee = BuyrewardFee (#687)
- rewardFee = SellrewardFee (#692)
- amountReceived = takeFee(sender,amount) (#652)
- totalFee = liquidityFee.add(marketingFee).add(rewardFee) (#694)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.purge(address) (#299-302) ignores return value by REWARD.transfer(receiver,balance) (#301)
DividendDistributor.distributeDividend(address) (#371-382) ignores return value by REWARD.transfer(shareholder,amount) (#377)
Shibapad.recoverBEP20(IBEP20) (#715-717) ignores return value by BEP20Token.transfer(msg.sender,BEP20Token.balanceOf(address(this))) (#716)
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.


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 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.

Shibapad.swapBack().tmpSuccess (#777) is written in both
(tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
tmpSuccess = false (#780)
Fix or remove the writes.

Additional information: link


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.

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

Shibapad.runvote(uint256,uint256,string) (#899-915) uses literals with too many digits:
- _burn(msg.sender,100000 * 10 ** 18) (#907)
Shibapad.slitherConstructorVariables() (#476-984) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#480)
Shibapad.slitherConstructorVariables() (#476-984) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#481)
Shibapad.slitherConstructorVariables() (#476-984) uses literals with too many digits:
- distributorGas = 500000 (#536)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Reentrancy in DividendDistributor.distributeDividend(address) (#371-382):
External calls:
- REWARD.transfer(shareholder,amount) (#377)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#379)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#380)
Reentrancy in DividendDistributor.process(uint256) (#340-364):
External calls:
- distributeDividend(shareholders[currentIndex]) (#356)
- REWARD.transfer(shareholder,amount) (#377)
State variables written after the call(s):
- currentIndex ++ (#361)
Reentrancy in DividendDistributor.setShare(address,uint256) (#304-318):
External calls:
- distributeDividend(shareholder) (#306)
- REWARD.transfer(shareholder,amount) (#377)
State variables written after the call(s):
- shares[shareholder].amount = amount (#316)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#317)
Apply the check-effects-interactions pattern.

Additional information: link

Shibapad.swapBack() (#749-793) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
Ensure that all the return values of the function calls are used.

Additional information: link

Shibapad.withdrawavailable (#533) is never used in Shibapad (#476-984)
Remove unused state variables.

Additional information: link

DividendDistributor.WBNB (#254) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#267) should be constant
Shibapad.DEAD (#480) should be constant
Shibapad.WBNB (#479) should be constant
Shibapad.ZERO (#481) should be constant
Shibapad.withdrawavailable (#533) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#294-297) should emit an event for:
- minPeriod = _minPeriod (#295)
- minDistribution = _minDistribution (#296)
Shibapad.setSellFees(uint256,uint256,uint256,uint256) (#814-819) should emit an event for:
- SellliquidityFee = _liquidityFee (#815)
- SellrewardFee = _rewardFee (#816)
- SellmarketingFee = _marketingFee (#817)
- feeDenominator = _feeDenominator (#818)
Shibapad.setBuyFees(uint256,uint256,uint256,uint256) (#821-826) should emit an event for:
- BuyliquidityFee = _liquidityFee (#822)
- BuyrewardFee = _rewardFee (#823)
- BuymarketingFee = _marketingFee (#824)
- feeDenominator = _feeDenominator (#825)
Shibapad.setSwapBackSettings(bool,uint256) (#834-837) should emit an event for:
- swapThreshold = _amount (#836)
Shibapad.setTargetLiquidity(uint256,uint256) (#839-842) should emit an event for:
- targetLiquidity = _target (#840)
- targetLiquidityDenominator = _denominator (#841)
Shibapad.setDistributorGas(uint256) (#848-851) should emit an event for:
- distributorGas = gas (#850)
Shibapad.runvote(uint256,uint256,string) (#899-915) should emit an event for:
- voteendblock = _Eblock (#901)
Shibapad.VoteAccept(uint256) (#917-931) should emit an event for:
- TotalAccepted = TotalAccepted.add(_amount) (#922)
Shibapad.VoteReject(uint256) (#933-946) should emit an event for:
- TotalRejected = TotalRejected.add(_amount) (#938)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#173) lacks a zero-check on :
- owner = adr (#174)
Shibapad.setFeeReceivers(address,address)._Liquidity (#829) lacks a zero-check on :
- autoLiquidityReceiver = _Liquidity (#830)
Shibapad.setFeeReceivers(address,address)._Marketing (#829) lacks a zero-check on :
- marketingFeeReceiver = _Marketing (#831)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#371-382) has external calls inside a loop: REWARD.transfer(shareholder,amount) (#377)
Shibapad.AirdropToken(address[],uint256[]) (#866-889) has external calls inside a loop: distributor.setShare(addresses[i_scope_0],_balances[addresses[i_scope_0]]) (#881)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in Shibapad.constructor() (#547-570):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#549)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = type()(uint256).max (#550)
- _balances[msg.sender] = _totalSupply (#568)
- autoLiquidityReceiver = msg.sender (#565)
- distributor = new DividendDistributor(address(router),0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) (#552)
- isDividendExempt[pair] = true (#561)
- isDividendExempt[address(this)] = true (#562)
- isDividendExempt[DEAD] = true (#563)
- isFeeExempt[msg.sender] = true (#554)
- isTimelockExempt[msg.sender] = true (#557)
- isTimelockExempt[DEAD] = true (#558)
- isTimelockExempt[address(this)] = true (#559)
- marketingFeeReceiver = msg.sender (#566)
Reentrancy in DividendDistributor.deposit() (#320-338):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#327-332)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#337)
- totalDividends = totalDividends.add(amount) (#336)
Reentrancy in DividendDistributor.distributeDividend(address) (#371-382):
External calls:
- REWARD.transfer(shareholder,amount) (#377)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#378)
Reentrancy in DividendDistributor.setShare(address,uint256) (#304-318):
External calls:
- distributeDividend(shareholder) (#306)
- REWARD.transfer(shareholder,amount) (#377)
State variables written after the call(s):
- addShareholder(shareholder) (#310)
- shareholderIndexes[shareholder] = shareholders.length (#404)
- removeShareholder(shareholder) (#312)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#410)
- addShareholder(shareholder) (#310)
- shareholders.push(shareholder) (#405)
- removeShareholder(shareholder) (#312)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#409)
- shareholders.pop() (#411)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#315)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Shibapad._transferFrom(address,address,uint256) (#634-668):
External calls:
- swapBack() (#647)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#760-766)
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
- distributor.setShare(sender,_balances[sender]) (#657)
- distributor.setShare(recipient,_balances[recipient]) (#661)
- distributor.process(distributorGas) (#664)
External calls sending eth:
- swapBack() (#647)
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#666)
Reentrancy in Shibapad._transferFrom(address,address,uint256) (#634-668):
External calls:
- swapBack() (#647)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#760-766)
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
External calls sending eth:
- swapBack() (#647)
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#698)
- amountReceived = takeFee(sender,amount) (#652)
Reentrancy in Shibapad.constructor() (#547-570):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#549)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#569)
Reentrancy in Shibapad.swapBack() (#749-793):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#760-766)
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
External calls sending eth:
- distributor.deposit{value: amountBNBreward}() (#776)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#783-790)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#791)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#366-369) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#367-368)
Shibapad.runvote(uint256,uint256,string) (#899-915) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(votestartblock > block.timestamp,vote should be started in future time) (#903)
Shibapad.VoteAccept(uint256) (#917-931) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(votestartblock <= block.timestamp,vote is not started yet) (#918)
- require(bool,string)(block.timestamp <= voteendblock,vote period is over) (#919)
Shibapad.VoteReject(uint256) (#933-946) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(votestartblock <= block.timestamp,vote is not started yet) (#934)
- require(bool,string)(block.timestamp <= voteendblock,vote period is over) (#935)
Shibapad.closevote() (#949-966) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > voteendblock,Vote period is not over) (#951)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (#340-364) has costly operations inside a loop:
- currentIndex = 0 (#352)
DividendDistributor.distributeDividend(address) (#371-382) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#376)
DividendDistributor.process(uint256) (#340-364) has costly operations inside a loop:
- currentIndex ++ (#361)
Use a local variable to hold the loop computation result.

Additional information: link

Shibapad.swapThreshold (#539) is set pre-construction with a non-constant function or state variable:
- _totalSupply * 10 / 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.8.0 (#56) 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

Low level call in Shibapad.swapBack() (#749-793):
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#777)
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() (#188) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#294) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#294) is not in mixedCase
Variable DividendDistributor._token (#245) is not in mixedCase
Variable DividendDistributor.REWARD (#253) is not in mixedCase
Variable DividendDistributor.WBNB (#254) is not in mixedCase
Parameter Shibapad.recoverBEP20(IBEP20).BEP20Token (#715) is not in mixedCase
Function Shibapad.start_trade() (#720-722) is not in mixedCase
Function Shibapad.RewardTokenAddress(address) (#731-733) is not in mixedCase
Function Shibapad.ClaimRewards() (#736-739) is not in mixedCase
Function Shibapad.ProcessRewardQueue() (#742-744) is not in mixedCase
Parameter Shibapad.setSellFees(uint256,uint256,uint256,uint256)._liquidityFee (#814) is not in mixedCase
Parameter Shibapad.setSellFees(uint256,uint256,uint256,uint256)._rewardFee (#814) is not in mixedCase
Parameter Shibapad.setSellFees(uint256,uint256,uint256,uint256)._marketingFee (#814) is not in mixedCase
Parameter Shibapad.setSellFees(uint256,uint256,uint256,uint256)._feeDenominator (#814) is not in mixedCase
Parameter Shibapad.setBuyFees(uint256,uint256,uint256,uint256)._liquidityFee (#821) is not in mixedCase
Parameter Shibapad.setBuyFees(uint256,uint256,uint256,uint256)._rewardFee (#821) is not in mixedCase
Parameter Shibapad.setBuyFees(uint256,uint256,uint256,uint256)._marketingFee (#821) is not in mixedCase
Parameter Shibapad.setBuyFees(uint256,uint256,uint256,uint256)._feeDenominator (#821) is not in mixedCase
Parameter Shibapad.setFeeReceivers(address,address)._Liquidity (#829) is not in mixedCase
Parameter Shibapad.setFeeReceivers(address,address)._Marketing (#829) is not in mixedCase
Parameter Shibapad.setSwapBackSettings(bool,uint256)._enabled (#834) is not in mixedCase
Parameter Shibapad.setSwapBackSettings(bool,uint256)._amount (#834) is not in mixedCase
Parameter Shibapad.setTargetLiquidity(uint256,uint256)._target (#839) is not in mixedCase
Parameter Shibapad.setTargetLiquidity(uint256,uint256)._denominator (#839) is not in mixedCase
Parameter Shibapad.setDistributionCriteria(uint256,uint256)._minPeriod (#844) is not in mixedCase
Parameter Shibapad.setDistributionCriteria(uint256,uint256)._minDistribution (#844) is not in mixedCase
Function Shibapad.AirdropToken(address[],uint256[]) (#866-889) is not in mixedCase
Function Shibapad.VoteCreationforAll(bool) (#891-893) is not in mixedCase
Parameter Shibapad.VoteCreationforAll(bool)._open (#891) is not in mixedCase
Function Shibapad.SetVoteMinDuration(uint256) (#895-897) is not in mixedCase
Parameter Shibapad.SetVoteMinDuration(uint256)._seconds (#895) is not in mixedCase
Parameter Shibapad.runvote(uint256,uint256,string)._Sblock (#899) is not in mixedCase
Parameter Shibapad.runvote(uint256,uint256,string)._Eblock (#899) is not in mixedCase
Parameter Shibapad.runvote(uint256,uint256,string)._description (#899) is not in mixedCase
Function Shibapad.VoteAccept(uint256) (#917-931) is not in mixedCase
Parameter Shibapad.VoteAccept(uint256)._amount (#917) is not in mixedCase
Function Shibapad.VoteReject(uint256) (#933-946) is not in mixedCase
Parameter Shibapad.VoteReject(uint256)._amount (#933) is not in mixedCase
Function Shibapad.ClaimVotetokens() (#968-973) is not in mixedCase
Function Shibapad.TotalVotes() (#979) is not in mixedCase
Function Shibapad.YourUnclaimedVotes(address) (#980) is not in mixedCase
Variable Shibapad.WBNB (#479) is not in mixedCase
Variable Shibapad.DEAD (#480) is not in mixedCase
Variable Shibapad.ZERO (#481) is not in mixedCase
Constant Shibapad._name (#483) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Shibapad._symbol (#484) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Shibapad._decimals (#485) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Shibapad._totalSupply (#488) is not in mixedCase
Variable Shibapad._balances (#490) is not in mixedCase
Variable Shibapad._allowances (#491) is not in mixedCase
Variable Shibapad._escrowed (#492) is not in mixedCase
Variable Shibapad.TotalAccepted (#497) is not in mixedCase
Variable Shibapad.TotalRejected (#498) is not in mixedCase
Variable Shibapad.BuyliquidityFee (#503) is not in mixedCase
Variable Shibapad.BuyrewardFee (#504) is not in mixedCase
Variable Shibapad.BuymarketingFee (#505) is not in mixedCase
Variable Shibapad.SellliquidityFee (#506) is not in mixedCase
Variable Shibapad.SellrewardFee (#507) is not in mixedCase
Variable Shibapad.SellmarketingFee (#508) is not in mixedCase
Variable Shibapad.vote_min_dur (#515) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

authorize(address) should be declared external:
- Auth.authorize(address) (#145-147)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#152-154)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#173-177)
recoverBEP20(IBEP20) should be declared external:
- Shibapad.recoverBEP20(IBEP20) (#715-717)
start_trade() should be declared external:
- Shibapad.start_trade() (#720-722)
purgeBeforeSwitch() should be declared external:
- Shibapad.purgeBeforeSwitch() (#726-728)
RewardTokenAddress(address) should be declared external:
- Shibapad.RewardTokenAddress(address) (#731-733)
ClaimRewards() should be declared external:
- Shibapad.ClaimRewards() (#736-739)
ProcessRewardQueue() should be declared external:
- Shibapad.ProcessRewardQueue() (#742-744)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.

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


Average 30d PancakeSwap volume is low.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Youtube account


Unable to find Discord account


Unable to find token/project description on the website or on BscScan, CoinMarketCap


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 token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


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


Alexa traffic rank is relatively low

Additional information: link


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 $SBP

News for $SBP