DRSHIBA Token Logo

DRS [DRSHIBA] Token

ALERT: dead

About DRS

Listings

Token 3 years

💥DrShiba💥
Dr Shiba is a revolutionary species designed on the Binance smart chain with the sole purpose of sending a Shiba deflationary meme token with species to the moon .

Shiba breed have independent thoughts and high intelligence which are hallmarks of the breed. This can sometimes be mistaken as stubbornness or aloofness. This is why Shiba Inu dogs are often dismissed as difficult to train.

✅ LP LOCKED 1 YEAR
✅RENOUNCED OWNER
✅ VERIFIED CONTRACT
✅STEALTH LAUNCH
✅VERY LOW MC

TG ~ @DrShiba_Official

0x57d7a24e716bf069ea8fa995551135406c2c4efa

DR SHIBA IS HERE TO KEEP YOU SAFE AND HEALTHY FROM ALL THESE RUGS.

Social

Laser Scorebeta Last Audit: 8 May 2022

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

Anti-Scam

Links

DOCTORSHIBA.sendETHTolpadding(uint256) (#872-874) sends eth to arbitrary user
Dangerous calls:
- _lpaddingWalletAddress.transfer(amount) (#873)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link


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

Reentrancy in DOCTORSHIBA._transfer(address,address,uint256) (#804-852):
External calls:
- swapTokensForEth(contractTokenBalance) (#827)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- sendETHTolpadding(address(this).balance) (#831)
- _lpaddingWalletAddress.transfer(amount) (#873)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _rOwned[address(this)] = _rOwned[address(this)].add(rlpadding) (#959)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#918)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#927)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#938)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#948)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#919)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#929)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#939)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#950)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _rTotal = _rTotal.sub(rFee) (#965)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _tOwned[address(this)] = _tOwned[address(this)].add(tlpadding) (#961)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#937)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#947)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#928)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#949)
- cooldown[sender] = block.timestamp + (60) (#847)
- cooldown[recipient] = block.timestamp + (60) (#850)
Apply the check-effects-interactions pattern.

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.

Low level call in Address.sendValue(address,uint256) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#322-343):
- (success,returndata) = target.call{value: weiValue}(data) (#326)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

DOCTORSHIBA.allowance(address,address).owner (#691) shadows:
- Ownable.owner() (#364-366) (function)
DOCTORSHIBA._approve(address,address,uint256).owner (#796) shadows:
- Ownable.owner() (#364-366) (function)
Rename the local variables that shadow another component.

Additional information: link

DOCTORSHIBA._setTaxFee(uint256) (#1022-1025) should emit an event for:
- _taxFee = taxFee (#1024)
DOCTORSHIBA._setlpaddingFee(uint256) (#1027-1030) should emit an event for:
- _lpaddingFee = lpaddingFee (#1029)
DOCTORSHIBA._setMaxTxAmount(uint256) (#1036-1039) should emit an event for:
- _maxTxAmount = maxTxAmount (#1038)
Emit an event for critical parameter changes.

Additional information: link

DOCTORSHIBA.constructor(address).lpaddingWalletAddress (#646) lacks a zero-check on :
- _lpaddingWalletAddress = lpaddingWalletAddress (#647)
DOCTORSHIBA._setlpaddingWallet(address).lpaddingWalletAddress (#1032) lacks a zero-check on :
- _lpaddingWalletAddress = lpaddingWalletAddress (#1033)
Check that the address is not zero.

Additional information: link

Reentrancy in DOCTORSHIBA._transfer(address,address,uint256) (#804-852):
External calls:
- swapTokensForEth(contractTokenBalance) (#827)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- sendETHTolpadding(address(this).balance) (#831)
- _lpaddingWalletAddress.transfer(amount) (#873)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _lpaddingFee = _previouslpaddingFee (#789)
- _lpaddingFee = 0 (#784)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _previousTaxFee = _taxFee (#780)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _previouslpaddingFee = _lpaddingFee (#781)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _tFeeTotal = _tFeeTotal.add(tFee) (#966)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _taxFee = _previousTaxFee (#788)
- _taxFee = 0 (#783)
Reentrancy in DOCTORSHIBA.constructor(address) (#646-663):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#652-653)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#659)
- _isExcludedFromFee[address(this)] = true (#660)
- uniswapV2Router = _uniswapV2Router (#656)
Reentrancy in DOCTORSHIBA.transferFrom(address,address,uint256) (#700-704):
External calls:
- _transfer(sender,recipient,amount) (#701)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- _transfer(sender,recipient,amount) (#701)
- _lpaddingWalletAddress.transfer(amount) (#873)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#702)
- _allowances[owner][spender] = amount (#800)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in DOCTORSHIBA._transfer(address,address,uint256) (#804-852):
External calls:
- swapTokensForEth(contractTokenBalance) (#827)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- sendETHTolpadding(address(this).balance) (#831)
- _lpaddingWalletAddress.transfer(amount) (#873)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#922)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- Transfer(sender,recipient,tTransferAmount) (#932)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- Transfer(sender,recipient,tTransferAmount) (#942)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- Transfer(sender,recipient,tTransferAmount) (#953)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
Reentrancy in DOCTORSHIBA.constructor(address) (#646-663):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#652-653)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#662)
Reentrancy in DOCTORSHIBA.transferFrom(address,address,uint256) (#700-704):
External calls:
- _transfer(sender,recipient,amount) (#701)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- _transfer(sender,recipient,amount) (#701)
- _lpaddingWalletAddress.transfer(amount) (#873)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#801)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#702)
Apply the check-effects-interactions pattern.

Additional information: link

DOCTORSHIBA._transfer(address,address,uint256) (#804-852) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(! cooldownEnabled || (cooldown[sender] < block.timestamp && cooldown[recipient] < block.timestamp),Cooldown is enabled. Try again in a few minutes.) (#808)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#322-343) uses assembly
- INLINE ASM (#335-338)
Do not use evm assembly.

Additional information: link

DOCTORSHIBA.includeAccount(address) (#764-775) has costly operations inside a loop:
- _excluded.pop() (#771)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#322-343) is never used and should be removed
Address.functionCall(address,bytes) (#302-304) is never used and should be removed
Address.functionCall(address,bytes,string) (#307-309) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#312-314) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#317-320) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#28-31) is never used and should be removed
DOCTORSHIBA._getMaxTxAmount() (#1014-1016) is never used and should be removed
DOCTORSHIBA._getTaxFee() (#1010-1012) is never used and should be removed
SafeMath.mod(uint256,uint256) (#226-228) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#242-245) is never used and should be removed
Remove unused functions.

Additional information: link

DOCTORSHIBA._rTotal (#611) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
DOCTORSHIBA._previousTaxFee (#620) is set pre-construction with a non-constant function or state variable:
- _taxFee
DOCTORSHIBA._previouslpaddingFee (#621) is set pre-construction with a non-constant function or state variable:
- _lpaddingFee
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

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#422) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#423) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#440) is not in mixedCase
Function IUniswapV2Router01.WETH() (#460) is not in mixedCase
Function DOCTORSHIBA._getETHBalance() (#1018-1020) is not in mixedCase
Function DOCTORSHIBA._setTaxFee(uint256) (#1022-1025) is not in mixedCase
Function DOCTORSHIBA._setlpaddingFee(uint256) (#1027-1030) is not in mixedCase
Function DOCTORSHIBA._setlpaddingWallet(address) (#1032-1034) is not in mixedCase
Function DOCTORSHIBA._setMaxTxAmount(uint256) (#1036-1039) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#29)" inContext (#23-32)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in DOCTORSHIBA._transfer(address,address,uint256) (#804-852):
External calls:
- sendETHTolpadding(address(this).balance) (#831)
- _lpaddingWalletAddress.transfer(amount) (#873)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _lpaddingFee = _previouslpaddingFee (#789)
- _lpaddingFee = 0 (#784)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _previousTaxFee = _taxFee (#780)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _previouslpaddingFee = _lpaddingFee (#781)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _rOwned[address(this)] = _rOwned[address(this)].add(rlpadding) (#959)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#918)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#927)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#938)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#948)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#919)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#929)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#939)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#950)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _rTotal = _rTotal.sub(rFee) (#965)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _tFeeTotal = _tFeeTotal.add(tFee) (#966)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _tOwned[address(this)] = _tOwned[address(this)].add(tlpadding) (#961)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#937)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#947)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#928)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#949)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- _taxFee = _previousTaxFee (#788)
- _taxFee = 0 (#783)
- cooldown[sender] = block.timestamp + (60) (#847)
- cooldown[recipient] = block.timestamp + (60) (#850)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#922)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- Transfer(sender,recipient,tTransferAmount) (#932)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- Transfer(sender,recipient,tTransferAmount) (#942)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
- Transfer(sender,recipient,tTransferAmount) (#953)
- _tokenTransfer(sender,recipient,amount,takeFee) (#844)
Reentrancy in DOCTORSHIBA.transferFrom(address,address,uint256) (#700-704):
External calls:
- _transfer(sender,recipient,amount) (#701)
- _lpaddingWalletAddress.transfer(amount) (#873)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#702)
- _allowances[owner][spender] = amount (#800)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#801)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#702)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#465) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#466)
Variable DOCTORSHIBA._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to DOCTORSHIBA._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable DOCTORSHIBA._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to DOCTORSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#946)
Variable DOCTORSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to DOCTORSHIBA._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable DOCTORSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#946) is too similar to DOCTORSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#946)
Variable DOCTORSHIBA._getValues(uint256).rTransferAmount (#975) is too similar to DOCTORSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable DOCTORSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to DOCTORSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#946)
Variable DOCTORSHIBA._getValues(uint256).rTransferAmount (#975) is too similar to DOCTORSHIBA._getValues(uint256).tTransferAmount (#973)
Variable DOCTORSHIBA._getValues(uint256).rTransferAmount (#975) is too similar to DOCTORSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#936)
Variable DOCTORSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#743) is too similar to DOCTORSHIBA._getValues(uint256).tTransferAmount (#973)
Variable DOCTORSHIBA._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to DOCTORSHIBA._getValues(uint256).tTransferAmount (#973)
Variable DOCTORSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#743) is too similar to DOCTORSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#946)
Variable DOCTORSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to DOCTORSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable DOCTORSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to DOCTORSHIBA._getValues(uint256).tTransferAmount (#973)
Variable DOCTORSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#936) is too similar to DOCTORSHIBA._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable DOCTORSHIBA._getRValues(uint256,uint256,uint256).rTransferAmount (#989) is too similar to DOCTORSHIBA._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable DOCTORSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#936) is too similar to DOCTORSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#946)
Variable DOCTORSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to DOCTORSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#936)
Variable DOCTORSHIBA._getRValues(uint256,uint256,uint256).rTransferAmount (#989) is too similar to DOCTORSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#946)
Variable DOCTORSHIBA._getValues(uint256).rTransferAmount (#975) is too similar to DOCTORSHIBA._getTValues(uint256,uint256,uint256).tTransferAmount (#982)
Variable DOCTORSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#936) is too similar to DOCTORSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable DOCTORSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#936) is too similar to DOCTORSHIBA._getValues(uint256).tTransferAmount (#973)
Variable DOCTORSHIBA._getValues(uint256).rTransferAmount (#975) is too similar to DOCTORSHIBA._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable DOCTORSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#936) is too similar to DOCTORSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#936)
Variable DOCTORSHIBA._getValues(uint256).rTransferAmount (#975) is too similar to DOCTORSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#946)
Variable DOCTORSHIBA._getRValues(uint256,uint256,uint256).rTransferAmount (#989) is too similar to DOCTORSHIBA._getValues(uint256).tTransferAmount (#973)
Variable DOCTORSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#743) is too similar to DOCTORSHIBA._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable DOCTORSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#946) is too similar to DOCTORSHIBA._getTValues(uint256,uint256,uint256).tTransferAmount (#982)
Variable DOCTORSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#743) is too similar to DOCTORSHIBA._getTValues(uint256,uint256,uint256).tTransferAmount (#982)
Variable DOCTORSHIBA._getRValues(uint256,uint256,uint256).rTransferAmount (#989) is too similar to DOCTORSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable DOCTORSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to DOCTORSHIBA._getTValues(uint256,uint256,uint256).tTransferAmount (#982)
Variable DOCTORSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#936) is too similar to DOCTORSHIBA._getTValues(uint256,uint256,uint256).tTransferAmount (#982)
Variable DOCTORSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#946) is too similar to DOCTORSHIBA._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable DOCTORSHIBA._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to DOCTORSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable DOCTORSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#946) is too similar to DOCTORSHIBA._getValues(uint256).tTransferAmount (#973)
Variable DOCTORSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#743) is too similar to DOCTORSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable DOCTORSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#946) is too similar to DOCTORSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable DOCTORSHIBA._getRValues(uint256,uint256,uint256).rTransferAmount (#989) is too similar to DOCTORSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#936)
Variable DOCTORSHIBA._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to DOCTORSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#936)
Variable DOCTORSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#946) is too similar to DOCTORSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#936)
Variable DOCTORSHIBA._getRValues(uint256,uint256,uint256).rTransferAmount (#989) is too similar to DOCTORSHIBA._getTValues(uint256,uint256,uint256).tTransferAmount (#982)
Variable DOCTORSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#743) is too similar to DOCTORSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#936)
Variable DOCTORSHIBA._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to DOCTORSHIBA._getTValues(uint256,uint256,uint256).tTransferAmount (#982)
Prevent variables from having similar names.

Additional information: link

DOCTORSHIBA._setMaxTxAmount(uint256) (#1036-1039) uses literals with too many digits:
- require(bool,string)(maxTxAmount >= 100000000e9,maxTxAmount should be greater than 100000000e9) (#1037)
DOCTORSHIBA.slitherConstructorVariables() (#594-1041) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** 6 * 10 ** 9 (#610)
DOCTORSHIBA.slitherConstructorVariables() (#594-1041) uses literals with too many digits:
- _maxTxAmount = 100000000000000e9 (#633)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#348) is never used in DOCTORSHIBA (#594-1041)
Remove unused state variables.

Additional information: link

DOCTORSHIBA._decimals (#616) should be constant
DOCTORSHIBA._name (#614) should be constant
DOCTORSHIBA._numOfTokensToExchangeForlpadding (#635) should be constant
DOCTORSHIBA._symbol (#615) should be constant
DOCTORSHIBA._tTotal (#610) should be constant
Ownable._previousOwner (#348) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#383-386)
name() should be declared external:
- DOCTORSHIBA.name() (#665-667)
symbol() should be declared external:
- DOCTORSHIBA.symbol() (#669-671)
decimals() should be declared external:
- DOCTORSHIBA.decimals() (#673-675)
totalSupply() should be declared external:
- DOCTORSHIBA.totalSupply() (#677-679)
transfer(address,uint256) should be declared external:
- DOCTORSHIBA.transfer(address,uint256) (#686-689)
allowance(address,address) should be declared external:
- DOCTORSHIBA.allowance(address,address) (#691-693)
approve(address,uint256) should be declared external:
- DOCTORSHIBA.approve(address,uint256) (#695-698)
transferFrom(address,address,uint256) should be declared external:
- DOCTORSHIBA.transferFrom(address,address,uint256) (#700-704)
increaseAllowance(address,uint256) should be declared external:
- DOCTORSHIBA.increaseAllowance(address,uint256) (#706-709)
decreaseAllowance(address,uint256) should be declared external:
- DOCTORSHIBA.decreaseAllowance(address,uint256) (#711-714)
isExcluded(address) should be declared external:
- DOCTORSHIBA.isExcluded(address) (#716-718)
totalFees() should be declared external:
- DOCTORSHIBA.totalFees() (#724-726)
deliver(uint256) should be declared external:
- DOCTORSHIBA.deliver(uint256) (#728-735)
reflectionFromToken(uint256,bool) should be declared external:
- DOCTORSHIBA.reflectionFromToken(uint256,bool) (#737-746)
isExcludedFromFee(address) should be declared external:
- DOCTORSHIBA.isExcludedFromFee(address) (#792-794)
_getETHBalance() should be declared external:
- DOCTORSHIBA._getETHBalance() (#1018-1020)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


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


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

Contract has 6% buy tax and 5% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


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


Token is deployed only at one blockchain


Token has only one trading pair


Telegram 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 token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find code repository for the project


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has no active CoinGecko listing / rank


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

Price for DRS

News for DRS