epicshiba Token Logo

ES [epicshiba] Token

ALERT: dead

About ES

Listings

Token 2 years
white paper

EPICSHIBA Token on Binance Smart Chain with Reflection helping you to pump your wallet just by holding $Es you get usdt automatically The team behind epic Shiba worked so hard to make the contract safe 100% with too many functions that help the chart looks green all the time huge buyback anti-whale max sell anti-bot epicshiba its not meme token or staff like that we are here to build something new ✅

Social

Laser Scorebeta Last Audit: 16 May 2022

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


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

epicshiba.swapBack() (#608-652) sends eth to arbitrary user
Dangerous calls:
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in epicshiba._transferFrom(address,address,uint256) (#508-556):
External calls:
- swapBack() (#535)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#619-625)
- distributor.deposit{value: amountBNBReflection}() (#635)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
External calls sending eth:
- swapBack() (#535)
- distributor.deposit{value: amountBNBReflection}() (#635)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#538)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#541)
- amountReceived = takeFee(sender,amount) (#540)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#576)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (#316-327) ignores return value by REWARD.transfer(shareholder,amount) (#322)
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.


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


Contract ownership is not renounced (belongs to a wallet)

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

Additional information: link

epicshiba._maxTxAmount (#383) is set pre-construction with a non-constant function or state variable:
- _totalSupply * 2 / 100
epicshiba._maxWalletToken (#386) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 2) / 100
epicshiba.swapThreshold (#435) 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.7.4 (#6) 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 epicshiba.swapBack() (#608-652):
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
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() (#138) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#244) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#244) is not in mixedCase
Variable DividendDistributor._token (#194) is not in mixedCase
Variable DividendDistributor.REWARD (#203) is not in mixedCase
Variable DividendDistributor.WBNB (#205) is not in mixedCase
Contract epicshiba (#360-759) is not in CapWords
Parameter epicshiba.tradingStatus(bool)._status (#596) is not in mixedCase
Parameter epicshiba.cooldownEnabled(bool,uint8)._status (#601) is not in mixedCase
Parameter epicshiba.cooldownEnabled(bool,uint8)._interval (#601) is not in mixedCase
Parameter epicshiba.setFees(uint256,uint256,uint256,uint256)._liquidityFee (#681) is not in mixedCase
Parameter epicshiba.setFees(uint256,uint256,uint256,uint256)._reflectionFee (#681) is not in mixedCase
Parameter epicshiba.setFees(uint256,uint256,uint256,uint256)._marketingFee (#681) is not in mixedCase
Parameter epicshiba.setFees(uint256,uint256,uint256,uint256)._feeDenominator (#681) is not in mixedCase
Parameter epicshiba.setFeeReceivers(address,address)._autoLiquidityReceiver (#690) is not in mixedCase
Parameter epicshiba.setFeeReceivers(address,address)._marketingFeeReceiver (#690) is not in mixedCase
Parameter epicshiba.setSwapBackSettings(bool,uint256)._enabled (#695) is not in mixedCase
Parameter epicshiba.setSwapBackSettings(bool,uint256)._amount (#695) is not in mixedCase
Parameter epicshiba.setTargetLiquidity(uint256,uint256)._target (#700) is not in mixedCase
Parameter epicshiba.setTargetLiquidity(uint256,uint256)._denominator (#700) is not in mixedCase
Parameter epicshiba.setDistributionCriteria(uint256,uint256)._minPeriod (#705) is not in mixedCase
Parameter epicshiba.setDistributionCriteria(uint256,uint256)._minDistribution (#705) is not in mixedCase
Variable epicshiba.REWARD (#364) is not in mixedCase
Variable epicshiba.WBNB (#366) is not in mixedCase
Variable epicshiba.DEAD (#369) is not in mixedCase
Variable epicshiba.ZERO (#370) is not in mixedCase
Constant epicshiba._name (#373) is not in UPPER_CASE_WITH_UNDERSCORES
Constant epicshiba._symbol (#375) is not in UPPER_CASE_WITH_UNDERSCORES
Constant epicshiba._decimals (#377) is not in UPPER_CASE_WITH_UNDERSCORES
Variable epicshiba._totalSupply (#380) is not in mixedCase
Variable epicshiba._maxTxAmount (#383) is not in mixedCase
Variable epicshiba._maxWalletToken (#386) is not in mixedCase
Variable epicshiba._balances (#388) is not in mixedCase
Variable epicshiba._allowances (#389) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

epicshiba.slitherConstructorVariables() (#360-759) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#369)
epicshiba.slitherConstructorVariables() (#360-759) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#370)
epicshiba.slitherConstructorVariables() (#360-759) uses literals with too many digits:
- _totalSupply = 100000000000e8 (#380)
epicshiba.slitherConstructorVariables() (#360-759) uses literals with too many digits:
- distributorGas = 500000 (#427)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

epicshiba.REWARD (#364) is never used in epicshiba (#360-759)
Remove unused state variables.

Additional information: link

DividendDistributor.WBNB (#205) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#218) should be constant
epicshiba.DEAD (#369) should be constant
epicshiba.REWARD (#364) should be constant
epicshiba.WBNB (#366) should be constant
epicshiba.ZERO (#370) should be constant
epicshiba._totalSupply (#380) should be constant
epicshiba.launchedAt (#423) 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) (#95-97)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#102-104)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#123-127)
tradingStatus(bool) should be declared external:
- epicshiba.tradingStatus(bool) (#596-598)
cooldownEnabled(bool,uint8) should be declared external:
- epicshiba.cooldownEnabled(bool,uint8) (#601-604)
Use the external attribute for functions never called from the contract.

Additional information: link

Reentrancy in DividendDistributor.distributeDividend(address) (#316-327):
External calls:
- REWARD.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#324)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#325)
Reentrancy in DividendDistributor.process(uint256) (#285-309):
External calls:
- distributeDividend(shareholders[currentIndex]) (#301)
- REWARD.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- currentIndex ++ (#306)
Reentrancy in DividendDistributor.setShare(address,uint256) (#249-263):
External calls:
- distributeDividend(shareholder) (#251)
- REWARD.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- shares[shareholder].amount = amount (#261)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#262)
Apply the check-effects-interactions pattern.

Additional information: link

epicshiba.swapBack() (#608-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

DividendDistributor.setDistributionCriteria(uint256,uint256) (#244-247) should emit an event for:
- minPeriod = _minPeriod (#245)
- minDistribution = _minDistribution (#246)
epicshiba.setTxLimit(uint256) (#655-657) should emit an event for:
- _maxTxAmount = amount (#656)
epicshiba.setFees(uint256,uint256,uint256,uint256) (#681-688) should emit an event for:
- liquidityFee = _liquidityFee (#682)
- reflectionFee = _reflectionFee (#683)
- marketingFee = _marketingFee (#684)
- totalFee = _liquidityFee.add(_reflectionFee).add(_marketingFee) (#685)
- feeDenominator = _feeDenominator (#686)
epicshiba.setSwapBackSettings(bool,uint256) (#695-698) should emit an event for:
- swapThreshold = _amount (#697)
epicshiba.setTargetLiquidity(uint256,uint256) (#700-703) should emit an event for:
- targetLiquidity = _target (#701)
- targetLiquidityDenominator = _denominator (#702)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#123) lacks a zero-check on :
- owner = adr (#124)
epicshiba.setFeeReceivers(address,address)._autoLiquidityReceiver (#690) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#691)
epicshiba.setFeeReceivers(address,address)._marketingFeeReceiver (#690) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#692)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#316-327) has external calls inside a loop: REWARD.transfer(shareholder,amount) (#322)
epicshiba.airdrop(address,address[],uint256[]) (#731-754) has external calls inside a loop: distributor.setShare(addresses[i_scope_0],_balances[addresses[i_scope_0]]) (#746)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in epicshiba.constructor() (#439-469):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#441)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = uint256(- 1) (#442)
- _balances[msg.sender] = _totalSupply (#467)
- autoLiquidityReceiver = DEAD (#464)
- distributor = new DividendDistributor(address(router)) (#444)
- isDividendExempt[pair] = true (#459)
- isDividendExempt[address(this)] = true (#460)
- isDividendExempt[DEAD] = true (#461)
- isFeeExempt[msg.sender] = true (#446)
- isTimelockExempt[msg.sender] = true (#450)
- isTimelockExempt[DEAD] = true (#451)
- isTimelockExempt[address(this)] = true (#452)
- isTxLimitExempt[msg.sender] = true (#447)
- marketingFeeReceiver = msg.sender (#465)
Reentrancy in DividendDistributor.deposit() (#265-283):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#272-277)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#282)
- totalDividends = totalDividends.add(amount) (#281)
Reentrancy in DividendDistributor.distributeDividend(address) (#316-327):
External calls:
- REWARD.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#323)
Reentrancy in DividendDistributor.setShare(address,uint256) (#249-263):
External calls:
- distributeDividend(shareholder) (#251)
- REWARD.transfer(shareholder,amount) (#322)
State variables written after the call(s):
- addShareholder(shareholder) (#255)
- shareholderIndexes[shareholder] = shareholders.length (#349)
- removeShareholder(shareholder) (#257)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#355)
- addShareholder(shareholder) (#255)
- shareholders.push(shareholder) (#350)
- removeShareholder(shareholder) (#257)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#354)
- shareholders.pop() (#356)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#260)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in epicshiba._transferFrom(address,address,uint256) (#508-556):
External calls:
- swapBack() (#535)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#619-625)
- distributor.deposit{value: amountBNBReflection}() (#635)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
- distributor.setShare(sender,_balances[sender]) (#545)
- distributor.setShare(recipient,_balances[recipient]) (#549)
- distributor.process(distributorGas) (#552)
External calls sending eth:
- swapBack() (#535)
- distributor.deposit{value: amountBNBReflection}() (#635)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#554)
Reentrancy in epicshiba._transferFrom(address,address,uint256) (#508-556):
External calls:
- swapBack() (#535)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#619-625)
- distributor.deposit{value: amountBNBReflection}() (#635)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
External calls sending eth:
- swapBack() (#535)
- distributor.deposit{value: amountBNBReflection}() (#635)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#577)
- amountReceived = takeFee(sender,amount) (#540)
Reentrancy in epicshiba.constructor() (#439-469):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#441)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#468)
Reentrancy in epicshiba.swapBack() (#608-652):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#619-625)
- distributor.deposit{value: amountBNBReflection}() (#635)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#642-649)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#635)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#636)
- 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.shouldDistribute(address) (#311-314) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#312-313)
epicshiba._transferFrom(address,address,uint256) (#508-556) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(cooldownTimer[recipient] < block.timestamp,Please wait for cooldown between buys) (#526)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (#285-309) has costly operations inside a loop:
- currentIndex = 0 (#297)
DividendDistributor.distributeDividend(address) (#316-327) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#321)
DividendDistributor.process(uint256) (#285-309) has costly operations inside a loop:
- currentIndex ++ (#306)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:

Contract has 12% buy tax and 12% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.


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


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


Number of Binance Smart Chain (BSC) token holders is low.


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.


Telegram account link seems to be invalid


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


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


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

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


Token is marked as risky (blacklisted creator, fake name, dead project, etc.)

Additional information: link


Young tokens have high risks of price dump / death

Price for ES