CyborgShiba Token Logo

CBS [CyborgShiba] Token

ALERT: honeypot scam

About CBS

Listings

Token 2 years
CoinMarketCap 2 years
white paper

#CyborgShiba builds its own world! Join us to be a part of this World. 🔥✊ cyborgshiba.io

Laser Scorebeta Last Audit: 7 September 2022

report
Token seems to be a scam (type: honeypot scam).


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

Contract locking ether found:
Contract CyborgShiba (#688-1215) has payable functions:
- CyborgShiba.receive() (#891)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

CyborgShiba.takeMarketing(address,uint256,uint256,uint256) (#1094-1105) performs a multiplication on the result of a division:
-tMarketing = tAmount.div(100).mul(_marketingFee) (#1098)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in CyborgShiba._transfer(address,address,uint256) (#971-1005):
External calls:
- swapTokensForBUSD(contractTokenBalance) (#998)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,marketingWallet,block.timestamp) (#1017-1023)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1003)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1109)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#883)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1088)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1102)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1119)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1120)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1089)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1111)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#885)
- _tokenTransfer(from,to,amount) (#1003)
- _rTotal = _rTotal.sub(rFee) (#894)
- _tokenTransfer(from,to,amount) (#1003)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#882)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1118)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1110)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#884)
Apply the check-effects-interactions pattern.

Additional information: link

CyborgShiba.allowance(address,address).owner (#803) shadows:
- Ownable.owner() (#423-425) (function)
CyborgShiba._approve(address,address,uint256).owner (#963) shadows:
- Ownable.owner() (#423-425) (function)
Rename the local variables that shadow another component.

Additional information: link

CyborgShiba.setFees(uint256,uint256) (#1144-1149) should emit an event for:
- _previousTaxFee = taxFee (#1147)
- _previousMarketingFee = marketingFee (#1148)
CyborgShiba.setSaleFees(uint256,uint256) (#1152-1156) should emit an event for:
- _saleTaxFee = taxFee (#1154)
- _saleMarketingFee = marketingFee (#1155)
CyborgShiba.setMaxWalletTokend(uint256) (#1158-1160) should emit an event for:
- maxWalletToken = _maxToken * (10 ** 9) (#1159)
CyborgShiba.setMinimumTokensBeforeSwap(uint256) (#1162-1164) should emit an event for:
- minimumTokensBeforeSwap = newAmt * (10 ** 9) (#1163)
CyborgShiba.setMaxBuyTxAmount(uint256) (#1166-1169) should emit an event for:
- _maxBuyTxAmount = maxBuyTxAmount * (10 ** 9) (#1168)
CyborgShiba.setMaxSellTxAmount(uint256) (#1171-1174) should emit an event for:
- _maxSellTxAmount = maxSellTxAmount * (10 ** 9) (#1173)
CyborgShiba.setSellCooldownperiod(uint256) (#1210-1213) should emit an event for:
- sellCooldownperiod = _seconds (#1212)
Emit an event for critical parameter changes.

Additional information: link

CyborgShiba.setMarketingWallet(address).newWallet (#1134) lacks a zero-check on :
- marketingWallet = newWallet (#1135)
Check that the address is not zero.

Additional information: link

Reentrancy in CyborgShiba._transfer(address,address,uint256) (#971-1005):
External calls:
- swapTokensForBUSD(contractTokenBalance) (#998)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,marketingWallet,block.timestamp) (#1017-1023)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1003)
- _marketingFee = marketingFee (#1140)
- _marketingFee = _previousMarketingFee (#948)
- _marketingFee = 0 (#943)
- _tokenTransfer(from,to,amount) (#1003)
- _tFeeTotal = _tFeeTotal.add(tFee) (#895)
- _tokenTransfer(from,to,amount) (#1003)
- _taxFee = _previousTaxFee (#947)
- _taxFee = 0 (#942)
- _taxFee = taxFee (#1139)
Reentrancy in CyborgShiba.constructor() (#761-775):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#766-767)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#771)
- _isExcludedFromFee[marketingWallet] = true (#772)
- _isExcludedFromFee[address(this)] = true (#773)
- uniswapV2Router = _uniswapV2Router (#769)
Reentrancy in CyborgShiba.transferFrom(address,address,uint256) (#812-816):
External calls:
- _transfer(sender,recipient,amount) (#813)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,marketingWallet,block.timestamp) (#1017-1023)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#814)
- _allowances[owner][spender] = amount (#967)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in CyborgShiba._transfer(address,address,uint256) (#971-1005):
External calls:
- swapTokensForBUSD(contractTokenBalance) (#998)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,marketingWallet,block.timestamp) (#1017-1023)
Event emitted after the call(s):
- Transfer(sender,address(this),tMarketing) (#1103)
- _tokenTransfer(from,to,amount) (#1003)
- Transfer(sender,recipient,tTransferAmount) (#1091)
- _tokenTransfer(from,to,amount) (#1003)
- Transfer(sender,recipient,tTransferAmount) (#1113)
- _tokenTransfer(from,to,amount) (#1003)
- Transfer(sender,recipient,tTransferAmount) (#1122)
- _tokenTransfer(from,to,amount) (#1003)
- Transfer(sender,recipient,tTransferAmount) (#887)
- _tokenTransfer(from,to,amount) (#1003)
Reentrancy in CyborgShiba.constructor() (#761-775):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#766-767)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#774)
Reentrancy in CyborgShiba.transferFrom(address,address,uint256) (#812-816):
External calls:
- _transfer(sender,recipient,amount) (#813)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,marketingWallet,block.timestamp) (#1017-1023)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#968)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#814)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#470-475) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#472)
CyborgShiba.checkForCoolDown(address,address) (#1196-1206) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(coolDownTimestamp < block.timestamp,Wait till one hour Cool Down Pd) (#1202)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#275-284) uses assembly
- INLINE ASM (#282)
Address._functionCallWithValue(address,bytes,uint256,string) (#368-389) uses assembly
- INLINE ASM (#381-384)
Do not use evm assembly.

Additional information: link

CyborgShiba.includeInReward(address) (#867-878) has costly operations inside a loop:
- _excluded.pop() (#874)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#368-389) is never used and should be removed
Address.functionCall(address,bytes) (#328-330) is never used and should be removed
Address.functionCall(address,bytes,string) (#338-340) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#353-355) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#363-366) is never used and should be removed
Address.isContract(address) (#275-284) is never used and should be removed
Address.sendValue(address,uint256) (#302-308) is never used and should be removed
Context._msgData() (#19-22) is never used and should be removed
CyborgShiba.swapTokensForEth(uint256,address) (#1026-1047) is never used and should be removed
SafeMath.mod(uint256,uint256) (#231-233) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#247-250) is never used and should be removed
Remove unused functions.

Additional information: link

CyborgShiba._rTotal (#703) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
CyborgShiba._previousTaxFee (#714) is set pre-construction with a non-constant function or state variable:
- _taxFee
CyborgShiba._previousMarketingFee (#717) is set pre-construction with a non-constant function or state variable:
- _marketingFee
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

Low level call in Address.sendValue(address,uint256) (#302-308):
- (success) = recipient.call{value: amount}() (#306)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#368-389):
- (success,returndata) = target.call{value: weiValue}(data) (#372)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#514) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#515) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#531) is not in mixedCase
Function IUniswapV2Router01.WETH() (#552) is not in mixedCase
Parameter CyborgShiba.calculateTaxFee(uint256)._amount (#934) is not in mixedCase
Parameter CyborgShiba.swapTokensForEth(uint256,address)._to (#1026) is not in mixedCase
Parameter CyborgShiba.setMaxWalletTokend(uint256)._maxToken (#1158) is not in mixedCase
Parameter CyborgShiba.setSwapAndLiquifyEnabled(bool)._enabled (#1176) is not in mixedCase
Parameter CyborgShiba.setSellCooldownperiod(uint256)._seconds (#1210) is not in mixedCase
Variable CyborgShiba._taxFee (#713) is not in mixedCase
Variable CyborgShiba._marketingFee (#716) is not in mixedCase
Variable CyborgShiba._saleTaxFee (#720) is not in mixedCase
Variable CyborgShiba._saleMarketingFee (#721) is not in mixedCase
Variable CyborgShiba._maxBuyTxAmount (#732) is not in mixedCase
Variable CyborgShiba._maxSellTxAmount (#733) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#557) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#558)
Variable CyborgShiba._transferFromExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to CyborgShiba._getTValues(uint256).tTransferAmount (#906)
Variable CyborgShiba._transferBothExcluded(address,address,uint256).rTransferAmount (#881) is too similar to CyborgShiba._transferStandard(address,address,uint256).tTransferAmount (#1086)
Variable CyborgShiba._transferStandard(address,address,uint256).rTransferAmount (#1086) is too similar to CyborgShiba._transferStandard(address,address,uint256).tTransferAmount (#1086)
Variable CyborgShiba._getRValues(uint256,uint256,uint256).rTransferAmount (#913) is too similar to CyborgShiba._getTValues(uint256).tTransferAmount (#906)
Variable CyborgShiba._transferToExcluded(address,address,uint256).rTransferAmount (#1108) is too similar to CyborgShiba._transferBothExcluded(address,address,uint256).tTransferAmount (#881)
Variable CyborgShiba._transferToExcluded(address,address,uint256).rTransferAmount (#1108) is too similar to CyborgShiba._getValues(uint256).tTransferAmount (#899)
Variable CyborgShiba._transferBothExcluded(address,address,uint256).rTransferAmount (#881) is too similar to CyborgShiba._transferBothExcluded(address,address,uint256).tTransferAmount (#881)
Variable CyborgShiba._transferBothExcluded(address,address,uint256).rTransferAmount (#881) is too similar to CyborgShiba._getValues(uint256).tTransferAmount (#899)
Variable CyborgShiba.reflectionFromToken(uint256,bool).rTransferAmount (#847) is too similar to CyborgShiba.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1094)
Variable CyborgShiba.reflectionFromToken(uint256,bool).rTransferAmount (#847) is too similar to CyborgShiba._transferToExcluded(address,address,uint256).tTransferAmount (#1108)
Variable CyborgShiba.reflectionFromToken(uint256,bool).rTransferAmount (#847) is too similar to CyborgShiba._transferStandard(address,address,uint256).tTransferAmount (#1086)
Variable CyborgShiba._transferBothExcluded(address,address,uint256).rTransferAmount (#881) is too similar to CyborgShiba._transferToExcluded(address,address,uint256).tTransferAmount (#1108)
Variable CyborgShiba._transferFromExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to CyborgShiba._transferFromExcluded(address,address,uint256).tTransferAmount (#1117)
Variable CyborgShiba._transferToExcluded(address,address,uint256).rTransferAmount (#1108) is too similar to CyborgShiba._getTValues(uint256).tTransferAmount (#906)
Variable CyborgShiba._transferBothExcluded(address,address,uint256).rTransferAmount (#881) is too similar to CyborgShiba._getTValues(uint256).tTransferAmount (#906)
Variable CyborgShiba._transferStandard(address,address,uint256).rTransferAmount (#1086) is too similar to CyborgShiba._getTValues(uint256).tTransferAmount (#906)
Variable CyborgShiba._getRValues(uint256,uint256,uint256).rTransferAmount (#913) is too similar to CyborgShiba._transferFromExcluded(address,address,uint256).tTransferAmount (#1117)
Variable CyborgShiba.reflectionFromToken(uint256,bool).rTransferAmount (#847) is too similar to CyborgShiba._transferBothExcluded(address,address,uint256).tTransferAmount (#881)
Variable CyborgShiba.reflectionFromToken(uint256,bool).rTransferAmount (#847) is too similar to CyborgShiba._getValues(uint256).tTransferAmount (#899)
Variable CyborgShiba._transferFromExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to CyborgShiba.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1094)
Variable CyborgShiba.reflectionFromToken(uint256,bool).rTransferAmount (#847) is too similar to CyborgShiba._getTValues(uint256).tTransferAmount (#906)
Variable CyborgShiba._transferFromExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to CyborgShiba._transferToExcluded(address,address,uint256).tTransferAmount (#1108)
Variable CyborgShiba._getRValues(uint256,uint256,uint256).rTransferAmount (#913) is too similar to CyborgShiba.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1094)
Variable CyborgShiba._getRValues(uint256,uint256,uint256).rTransferAmount (#913) is too similar to CyborgShiba._transferToExcluded(address,address,uint256).tTransferAmount (#1108)
Variable CyborgShiba._transferFromExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to CyborgShiba._transferStandard(address,address,uint256).tTransferAmount (#1086)
Variable CyborgShiba._getRValues(uint256,uint256,uint256).rTransferAmount (#913) is too similar to CyborgShiba._transferStandard(address,address,uint256).tTransferAmount (#1086)
Variable CyborgShiba._transferFromExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to CyborgShiba._transferBothExcluded(address,address,uint256).tTransferAmount (#881)
Variable CyborgShiba._transferFromExcluded(address,address,uint256).rTransferAmount (#1117) is too similar to CyborgShiba._getValues(uint256).tTransferAmount (#899)
Variable CyborgShiba._transferToExcluded(address,address,uint256).rTransferAmount (#1108) is too similar to CyborgShiba.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1094)
Variable CyborgShiba._transferStandard(address,address,uint256).rTransferAmount (#1086) is too similar to CyborgShiba.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1094)
Variable CyborgShiba._getRValues(uint256,uint256,uint256).rTransferAmount (#913) is too similar to CyborgShiba._getValues(uint256).tTransferAmount (#899)
Variable CyborgShiba._getRValues(uint256,uint256,uint256).rTransferAmount (#913) is too similar to CyborgShiba._transferBothExcluded(address,address,uint256).tTransferAmount (#881)
Variable CyborgShiba._transferBothExcluded(address,address,uint256).rTransferAmount (#881) is too similar to CyborgShiba.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1094)
Variable CyborgShiba._getValues(uint256).rTransferAmount (#900) is too similar to CyborgShiba.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1094)
Variable CyborgShiba._transferToExcluded(address,address,uint256).rTransferAmount (#1108) is too similar to CyborgShiba._transferToExcluded(address,address,uint256).tTransferAmount (#1108)
Variable CyborgShiba._transferToExcluded(address,address,uint256).rTransferAmount (#1108) is too similar to CyborgShiba._transferStandard(address,address,uint256).tTransferAmount (#1086)
Variable CyborgShiba._getValues(uint256).rTransferAmount (#900) is too similar to CyborgShiba._transferStandard(address,address,uint256).tTransferAmount (#1086)
Variable CyborgShiba._getValues(uint256).rTransferAmount (#900) is too similar to CyborgShiba._getValues(uint256).tTransferAmount (#899)
Variable CyborgShiba.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1094) is too similar to CyborgShiba._transferStandard(address,address,uint256).tTransferAmount (#1086)
Variable CyborgShiba.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1094) is too similar to CyborgShiba._transferBothExcluded(address,address,uint256).tTransferAmount (#881)
Variable CyborgShiba.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1094) is too similar to CyborgShiba._getTValues(uint256).tTransferAmount (#906)
Variable CyborgShiba._transferStandard(address,address,uint256).rTransferAmount (#1086) is too similar to CyborgShiba._transferToExcluded(address,address,uint256).tTransferAmount (#1108)
Variable CyborgShiba.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1094) is too similar to CyborgShiba.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1094)
Variable CyborgShiba.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1094) is too similar to CyborgShiba._transferToExcluded(address,address,uint256).tTransferAmount (#1108)
Variable CyborgShiba._transferStandard(address,address,uint256).rTransferAmount (#1086) is too similar to CyborgShiba._getValues(uint256).tTransferAmount (#899)
Variable CyborgShiba._getValues(uint256).rTransferAmount (#900) is too similar to CyborgShiba._transferFromExcluded(address,address,uint256).tTransferAmount (#1117)
Variable CyborgShiba.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1094) is too similar to CyborgShiba._getValues(uint256).tTransferAmount (#899)
Variable CyborgShiba._getValues(uint256).rTransferAmount (#900) is too similar to CyborgShiba._transferBothExcluded(address,address,uint256).tTransferAmount (#881)
Variable CyborgShiba._getValues(uint256).rTransferAmount (#900) is too similar to CyborgShiba._getTValues(uint256).tTransferAmount (#906)
Variable CyborgShiba._transferToExcluded(address,address,uint256).rTransferAmount (#1108) is too similar to CyborgShiba._transferFromExcluded(address,address,uint256).tTransferAmount (#1117)
Variable CyborgShiba._transferStandard(address,address,uint256).rTransferAmount (#1086) is too similar to CyborgShiba._transferFromExcluded(address,address,uint256).tTransferAmount (#1117)
Variable CyborgShiba.reflectionFromToken(uint256,bool).rTransferAmount (#847) is too similar to CyborgShiba._transferFromExcluded(address,address,uint256).tTransferAmount (#1117)
Variable CyborgShiba._getValues(uint256).rTransferAmount (#900) is too similar to CyborgShiba._transferToExcluded(address,address,uint256).tTransferAmount (#1108)
Variable CyborgShiba._transferBothExcluded(address,address,uint256).rTransferAmount (#881) is too similar to CyborgShiba._transferFromExcluded(address,address,uint256).tTransferAmount (#1117)
Variable CyborgShiba.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1094) is too similar to CyborgShiba._transferFromExcluded(address,address,uint256).tTransferAmount (#1117)
Variable CyborgShiba._transferStandard(address,address,uint256).rTransferAmount (#1086) is too similar to CyborgShiba._transferBothExcluded(address,address,uint256).tTransferAmount (#881)
Prevent variables from having similar names.

Additional information: link

CyborgShiba.slitherConstructorVariables() (#688-1215) uses literals with too many digits:
- _tTotal = 1000000000000 * 10 ** 9 (#702)
CyborgShiba.slitherConstructorVariables() (#688-1215) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#710)
CyborgShiba.slitherConstructorVariables() (#688-1215) uses literals with too many digits:
- minimumTokensBeforeSwap = 2000000000 * 10 ** 9 (#731)
CyborgShiba.slitherConstructorVariables() (#688-1215) uses literals with too many digits:
- _maxBuyTxAmount = 1000000000000 * 10 ** 9 (#732)
CyborgShiba.slitherConstructorVariables() (#688-1215) uses literals with too many digits:
- _maxSellTxAmount = 1000000000000 * 10 ** 9 (#733)
CyborgShiba.slitherConstructorVariables() (#688-1215) uses literals with too many digits:
- maxWalletToken = 1000000000000 * (10 ** 9) (#734)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CyborgShiba._decimals (#708) should be constant
CyborgShiba._name (#706) should be constant
CyborgShiba._symbol (#707) should be constant
CyborgShiba._tTotal (#702) should be constant
CyborgShiba.deadAddress (#710) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#442-445)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#451-455)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#457-459)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#462-467)
unlock() should be declared external:
- Ownable.unlock() (#470-475)
name() should be declared external:
- CyborgShiba.name() (#777-779)
symbol() should be declared external:
- CyborgShiba.symbol() (#781-783)
decimals() should be declared external:
- CyborgShiba.decimals() (#785-787)
totalSupply() should be declared external:
- CyborgShiba.totalSupply() (#789-791)
transfer(address,uint256) should be declared external:
- CyborgShiba.transfer(address,uint256) (#798-801)
approve(address,uint256) should be declared external:
- CyborgShiba.approve(address,uint256) (#807-810)
transferFrom(address,address,uint256) should be declared external:
- CyborgShiba.transferFrom(address,address,uint256) (#812-816)
increaseAllowance(address,uint256) should be declared external:
- CyborgShiba.increaseAllowance(address,uint256) (#818-821)
decreaseAllowance(address,uint256) should be declared external:
- CyborgShiba.decreaseAllowance(address,uint256) (#823-826)
isExcludedFromReward(address) should be declared external:
- CyborgShiba.isExcludedFromReward(address) (#828-830)
deliver(uint256) should be declared external:
- CyborgShiba.deliver(uint256) (#832-839)
reflectionFromToken(uint256,bool) should be declared external:
- CyborgShiba.reflectionFromToken(uint256,bool) (#841-850)
excludeFromReward(address) should be declared external:
- CyborgShiba.excludeFromReward(address) (#858-865)
isExcludedFromFee(address) should be declared external:
- CyborgShiba.isExcludedFromFee(address) (#951-953)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- CyborgShiba.excludeMultipleAccountsFromFees(address[],bool) (#955-961)
excludeFromFee(address) should be declared external:
- CyborgShiba.excludeFromFee(address) (#1126-1128)
includeInFee(address) should be declared external:
- CyborgShiba.includeInFee(address) (#1130-1132)
setSwapAndLiquifyEnabled(bool) should be declared external:
- CyborgShiba.setSwapAndLiquifyEnabled(bool) (#1176-1179)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


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.


Token is deployed only at one blockchain


Average 30d PancakeSwap liquidity is low.


Last post in Twitter was more than 30 days ago


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 CoinHunt

Additional information: link


Unable to verify token contract address on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


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


Token has relatively low CoinMarketCap rank

Price for CBS

News for CBS