Comeback Token Token Logo

COMEBACK Token

About COMEBACK

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 13 October 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

ComebackToken.collectTheStatistics(uint256,uint256,address) (#665-682) uses a dangerous strict equality:
- crashTime == 0 (#673)
ComebackToken.collectTheStatistics(uint256,uint256,address) (#665-682) uses a dangerous strict equality:
- crashTime == standartValuation (#671)
ComebackToken.collectTheStatistics(uint256,uint256,address) (#665-682) uses a dangerous strict equality:
- lastBuyOrSellTime == 0 (#667)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Reentrancy in ComebackToken.addLiquidity(uint256,uint256) (#1007-1018):
External calls:
- PancakeSwapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1009-1016)
Event emitted after the call(s):
- LiquidityAdded(tokenAmount,bnbAmount) (#1017)
Apply the check-effects-interactions pattern.

Additional information: link

ComebackToken.collectTheStatistics(uint256,uint256,address) (#665-682) uses timestamp for comparisons
Dangerous comparisons:
- lastBuyOrSellTime == 0 (#667)
- crashTime == standartValuation (#671)
- crashTime == 0 (#673)
- crashTime <= theData (#678)
Avoid relying on block.timestamp.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#211-230) uses assembly
- INLINE ASM (#222-225)
EnumerableSet.values(EnumerableSet.AddressSet) (#497-506) uses assembly
- INLINE ASM (#501-503)
Address.isContract(address) (#133-139) uses assembly
- INLINE ASM (#135-137)
Do not use evm assembly.

Additional information: link

ComebackToken.includeInReward(address) (#802-813) has costly operations inside a loop:
- _excluded.pop() (#809)
Use a local variable to hold the loop computation result.

Additional information: link

SafeMath.mul(uint256,uint256) (#74-76) is never used and should be removed
SafeMath.sub(uint256,uint256) (#70-72) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#52-57) is never used and should be removed
Address.sendValue(address,uint256) (#141-146) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#160-166) is never used and should be removed
EnumerableSet._length(EnumerableSet.Set) (#461-463) is never used and should be removed
EnumerableSet._at(EnumerableSet.Set,uint256) (#465-467) is never used and should be removed
SafeMath.add(uint256,uint256) (#66-68) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#59-64) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#200-209) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#196-198) is never used and should be removed
EnumerableSet.values(EnumerableSet.AddressSet) (#497-506) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#28-34) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#108-117) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#168-179) is never used and should be removed
EnumerableSet.at(EnumerableSet.AddressSet,uint256) (#493-495) is never used and should be removed
EnumerableSet.contains(EnumerableSet.AddressSet,address) (#485-487) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#97-106) is never used and should be removed
EnumerableSet.length(EnumerableSet.AddressSet) (#489-491) is never used and should be removed
EnumerableSet._values(EnumerableSet.Set) (#469-471) is never used and should be removed
Context._msgData() (#125-128) is never used and should be removed
Address.functionStaticCall(address,bytes) (#181-183) is never used and should be removed
SafeMath.mod(uint256,uint256) (#82-84) is never used and should be removed
SafeMath.div(uint256,uint256) (#78-80) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (#211-230) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#43-50) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#36-41) is never used and should be removed
ComebackToken.addLiquidity(uint256,uint256) (#1007-1018) is never used and should be removed
Address.isContract(address) (#133-139) is never used and should be removed
Address.functionCall(address,bytes,string) (#152-158) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#185-194) is never used and should be removed
Address.functionCall(address,bytes) (#148-150) is never used and should be removed
Remove unused functions.

Additional information: link

ComebackToken._rTotal (#535) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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 (#1) 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 Address.sendValue(address,uint256) (#141-146):
- (success) = recipient.call{value: amount}() (#144)
Low level call in Address.functionStaticCall(address,bytes,string) (#185-194):
- (success,returndata) = target.staticcall(data) (#192)
Low level call in Address.functionDelegateCall(address,bytes,string) (#200-209):
- (success,returndata) = target.delegatecall(data) (#207)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#168-179):
- (success,returndata) = target.call{value: value}(data) (#177)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

ComebackToken._tokenTransfer(address,address,uint256,bool) (#940-1004) ignores return value by tokenHoldersEnumSet.add(recipient) (#999)
ComebackToken.addLiquidity(uint256,uint256) (#1007-1018) ignores return value by PancakeSwapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1009-1016)
ComebackToken._tokenTransfer(address,address,uint256,bool) (#940-1004) ignores return value by tokenHoldersEnumSet.remove(sender) (#1002)
ComebackToken.excludeFromAll(address) (#788-800) ignores return value by tokenHoldersEnumSet.remove(account) (#799)
Ensure that all the return values of the function calls are used.

Additional information: link

ComebackToken.allowance(address,address).owner (#733) shadows:
- Ownable.owner() (#244-246) (function)
ComebackToken._approve(address,address,uint256).owner (#921) shadows:
- Ownable.owner() (#244-246) (function)
Rename the local variables that shadow another component.

Additional information: link

ComebackToken.setValuation(uint256) (#684-686) should emit an event for:
- standartValuation = newValuation (#685)
ComebackToken.setTheRewardTime(uint256) (#688-690) should emit an event for:
- theRewardTime = theRedistribution (#689)
Emit an event for critical parameter changes.

Additional information: link

Struct ComebackToken.feeRatesStruct (#555-560) is not in CapWords
Variable ComebackToken._lastWallet (#539) is not in mixedCase
Variable ComebackToken._PancakeSwapV1RouterUniswap (#531) is not in mixedCase
Function ComebackToken.TrandingOn(bool) (#718-720) is not in mixedCase
Constant ComebackToken._decimals (#525) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter ComebackToken.settransform(bool)._enable (#729) is not in mixedCase
Constant ComebackToken._symbol (#529) is not in UPPER_CASE_WITH_UNDERSCORES
Variable ComebackToken.Trading (#603) is not in mixedCase
Variable ComebackToken.PancakeSwapV2Router (#599) is not in mixedCase
Struct ComebackToken.balances (#562-565) is not in CapWords
Struct ComebackToken.valuesFromGetValues (#585-597) is not in CapWords
Parameter ComebackToken.TrandingOn(bool)._enable (#718) is not in mixedCase
Parameter ComebackToken.setSwapAndLiquifyEnabled(bool)._enabled (#827) is not in mixedCase
Function IUniswapV2Router01.WETH() (#267) is not in mixedCase
Variable ComebackToken._PancakeSwapV2RouterUniswap (#532) is not in mixedCase
Constant ComebackToken._name (#528) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#126)" inContext (#120-129)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable ComebackToken._PancakeSwapV1RouterUniswap (#531) is too similar to ComebackToken._PancakeSwapV2RouterUniswap (#532)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#272) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#273)
Prevent variables from having similar names.

Additional information: link

ComebackToken.slitherConstructorVariables() (#509-1026) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** _decimals (#534)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ComebackToken._PancakeSwapV1RouterUniswap (#531) should be constant
ComebackToken._PancakeSwapV2RouterUniswap (#532) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

getFromLastSell(address) should be declared external:
- ComebackToken.getFromLastSell(address) (#647-649)
TrandingOn(bool) should be declared external:
- ComebackToken.TrandingOn(bool) (#718-720)
isExcludedFromFee(address) should be declared external:
- ComebackToken.isExcludedFromFee(address) (#823-825)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#253-256)
excludeFromAll(address) should be declared external:
- ComebackToken.excludeFromAll(address) (#788-800)
excludeFromFee(address) should be declared external:
- ComebackToken.excludeFromFee(address) (#815-817)
withdraw() should be declared external:
- ComebackToken.withdraw() (#1020-1023)
transfer(address,uint256) should be declared external:
- ComebackToken.transfer(address,uint256) (#713-716)
totalSupply() should be declared external:
- ComebackToken.totalSupply() (#704-706)
setBuyRates(uint256,uint256,uint256,uint256) should be declared external:
- ComebackToken.setBuyRates(uint256,uint256,uint256,uint256) (#651-656)
increaseAllowance(address,uint256) should be declared external:
- ComebackToken.increaseAllowance(address,uint256) (#748-751)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ComebackToken.setSwapAndLiquifyEnabled(bool) (#827-830)
decreaseAllowance(address,uint256) should be declared external:
- ComebackToken.decreaseAllowance(address,uint256) (#753-756)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#258-262)
symbol() should be declared external:
- ComebackToken.symbol() (#696-698)
isExcludedFromReward(address) should be declared external:
- ComebackToken.isExcludedFromReward(address) (#758-760)
setSellRates(uint256,uint256,uint256,uint256) should be declared external:
- ComebackToken.setSellRates(uint256,uint256,uint256,uint256) (#658-663)
setValuation(uint256) should be declared external:
- ComebackToken.setValuation(uint256) (#684-686)
name() should be declared external:
- ComebackToken.name() (#692-694)
settransform(bool) should be declared external:
- ComebackToken.settransform(bool) (#729-731)
allowance(address,address) should be declared external:
- ComebackToken.allowance(address,address) (#733-735)
includeInFee(address) should be declared external:
- ComebackToken.includeInFee(address) (#819-821)
transferFrom(address,address,uint256) should be declared external:
- ComebackToken.transferFrom(address,address,uint256) (#742-746)
decimals() should be declared external:
- ComebackToken.decimals() (#700-702)
setTheRewardTime(uint256) should be declared external:
- ComebackToken.setTheRewardTime(uint256) (#688-690)
excludeFromReward(address) should be declared external:
- ComebackToken.excludeFromReward(address) (#779-786)
approve(address,uint256) should be declared external:
- ComebackToken.approve(address,uint256) (#737-740)
reflectionFromToken(uint256,bool) should be declared external:
- ComebackToken.reflectionFromToken(uint256,bool) (#762-771)
setRewardPool(address[]) should be declared external:
- ComebackToken.setRewardPool(address[]) (#723-727)
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.


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


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for COMEBACK