Chrome Swap Token Logo

CSW [Chrome Swap] Token

About CSW

Listings

Token 3 years
CoinGecko 3 years
white paper

Chrome Swap is all in one decentralized cryptocurrency platform of the modern world based on the binance smart chain.
Chrome Swap is designed as a high-performance to provide many services in one platform. We are going to offer staking,
farming, liquidity pool, Instant Swap , Launchpad, Dividends, NFT market place along with our own wallet to facilitate the transactions. We are going to launch our ow blockchain and NFT marketplace in future.

Social

Laser Scorebeta Last Audit: 13 October 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links

Reentrancy in chromeswap._transfer(address,address,uint256) (#1192-1223):
External calls:
- swapAndLiquify(from,to) (#1211)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#695-701)
- Utils.swapTokensForEth(address(pancakeRouter),tokenAmountToBeSwapped) (#1340)
- Utils.addLiquidity(address(pancakeRouter),owner(),otherPiece,bnbToBeAddedToLiquidity) (#1352)
External calls sending eth:
- swapAndLiquify(from,to) (#1211)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _rOwned[marketWallet] = _rOwned[marketWallet].add(rMarketFee) (#1140)
- _rOwned[address(this)] = _rOwned[address(this)].add(rPoolFee) (#1129)
- _rOwned[devWallet] = _rOwned[devWallet].add(rDevFee) (#1149)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1263)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1249)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1294)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1250)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1279)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1265)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1280)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1296)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _rTotal = _rTotal.sub(rFee) (#1105)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1278)
- _tOwned[marketWallet] = _tOwned[marketWallet].add(tMarketFee) (#1142)
- _tOwned[address(this)] = _tOwned[address(this)].add(tPoolFee) (#1131)
- _tOwned[devWallet] = _tOwned[devWallet].add(tDevFee) (#1151)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1293)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1264)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1295)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)

Reentrancy in chromeswap.transferFrom(address,address,uint256) (#951-955):
External calls:
- _transfer(sender,recipient,amount) (#952)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#695-701)
- Utils.swapTokensForEth(address(pancakeRouter),tokenAmountToBeSwapped) (#1340)
- Utils.addLiquidity(address(pancakeRouter),owner(),otherPiece,bnbToBeAddedToLiquidity) (#1352)
External calls sending eth:
- _transfer(sender,recipient,amount) (#952)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1189)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#953)
Reentrancy in chromeswap._transfer(address,address,uint256) (#1192-1223):
External calls:
- swapAndLiquify(from,to) (#1211)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#695-701)
- Utils.swapTokensForEth(address(pancakeRouter),tokenAmountToBeSwapped) (#1340)
- Utils.addLiquidity(address(pancakeRouter),owner(),otherPiece,bnbToBeAddedToLiquidity) (#1352)
External calls sending eth:
- swapAndLiquify(from,to) (#1211)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
Event emitted after the call(s):
- Transfer(_msgSender(),devWallet,tDevFee) (#1152)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- Transfer(_msgSender(),address(this),tPoolFee) (#1132)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- Transfer(_msgSender(),marketWallet,tMarketFee) (#1143)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- Transfer(sender,recipient,tTransferAmount) (#1255)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- Transfer(sender,recipient,tTransferAmount) (#1285)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- Transfer(sender,recipient,tTransferAmount) (#1270)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- Transfer(sender,recipient,tTransferAmount) (#1301)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
Reentrancy in chromeswap.swapAndLiquify(address,address) (#1304-1356):
External calls:
- Utils.swapTokensForEth(address(pancakeRouter),tokenAmountToBeSwapped) (#1340)
- Utils.addLiquidity(address(pancakeRouter),owner(),otherPiece,bnbToBeAddedToLiquidity) (#1352)
Event emitted after the call(s):
- SwapAndLiquify(tokenAmountToBeSwapped,bnbToBeAddedToLiquidity,otherPiece) (#1354)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#469-475) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until defined days) (#471)
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

chromeswap._transfer(address,address,uint256) (#1192-1223) compares to a boolean constant:
-_isExcludedFromMaxTx[from] == false && _isExcludedFromMaxTx[to] == false (#1201-1202)
Remove the equality to the boolean constant.

Additional information: link

chromeswap.includeInReward(address) (#1016-1028) has costly operations inside a loop:
- _excluded.pop() (#1024)
Use a local variable to hold the loop computation result.

Additional information: link

Address.sendValue(address,uint256) (#302-308) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#353-355) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#236-239) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#363-366) is never used and should be removed
Context._msgData() (#247-250) is never used and should be removed
SafeMath.mod(uint256,uint256) (#220-222) is never used and should be removed
Utils.swapETHForTokens(address,address,uint256) (#704-723) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#368-389) is never used and should be removed
Address.isContract(address) (#275-284) is never used and should be removed
Address.functionCall(address,bytes,string) (#338-340) is never used and should be removed
Address.functionCall(address,bytes) (#328-330) is never used and should be removed
Remove unused functions.

Additional information: link

chromeswap._previousDevFee (#864) is set pre-construction with a non-constant function or state variable:
- _devFee
chromeswap._previousLiquidityFee (#856) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
chromeswap._rTotal (#829) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
chromeswap._previousMarketFee (#861) is set pre-construction with a non-constant function or state variable:
- _marketFee
chromeswap._previousTaxFee (#853) is set pre-construction with a non-constant function or state variable:
- _taxFee
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._functionCallWithValue(address,bytes,uint256,string) (#368-389):
- (success,returndata) = target.call{value: weiValue}(data) (#372)
Low level call in Address.sendValue(address,uint256) (#302-308):
- (success) = recipient.call{value: amount}() (#306)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Reentrancy in chromeswap._transfer(address,address,uint256) (#1192-1223):
External calls:
- swapAndLiquify(from,to) (#1211)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#695-701)
- Utils.swapTokensForEth(address(pancakeRouter),tokenAmountToBeSwapped) (#1340)
- Utils.addLiquidity(address(pancakeRouter),owner(),otherPiece,bnbToBeAddedToLiquidity) (#1352)
External calls sending eth:
- swapAndLiquify(from,to) (#1211)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _devFee = _previousDevFee (#1176)
- _devFee = 0 (#1168)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _liquidityFee = _previousLiquidityFee (#1174)
- _liquidityFee = 0 (#1166)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _marketFee = _previousMarketFee (#1175)
- _marketFee = 0 (#1167)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _previousDevFee = _devFee (#1162)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _previousLiquidityFee = _liquidityFee (#1160)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _previousMarketFee = _marketFee (#1161)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _previousTaxFee = _taxFee (#1159)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1106)
- _tokenTransfer(from,to,amount,takeFee) (#1222)
- _taxFee = _previousTaxFee (#1173)
- _taxFee = 0 (#1165)
Reentrancy in chromeswap.transferFrom(address,address,uint256) (#951-955):
External calls:
- _transfer(sender,recipient,amount) (#952)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#695-701)
- Utils.swapTokensForEth(address(pancakeRouter),tokenAmountToBeSwapped) (#1340)
- Utils.addLiquidity(address(pancakeRouter),owner(),otherPiece,bnbToBeAddedToLiquidity) (#1352)
External calls sending eth:
- _transfer(sender,recipient,amount) (#952)
- pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#953)
- _allowances[owner][spender] = amount (#1188)
Apply the check-effects-interactions pattern.

Additional information: link

chromeswap._takeMarketFee(uint256,uint256) (#1137-1144) performs a multiplication on the result of a division:
-tMarketFee = tAmount.mul(_marketFee).div(1e3) (#1138)
-rMarketFee = tMarketFee.mul(currentRate) (#1139)
chromeswap._takePoolFee(uint256,uint256) (#1126-1133) performs a multiplication on the result of a division:
-tPoolFee = tAmount.mul(_liquidityFee).div(1e3) (#1127)
-rPoolFee = tPoolFee.mul(currentRate) (#1128)
chromeswap._takeDevFee(uint256,uint256) (#1146-1153) performs a multiplication on the result of a division:
-tDevFee = tAmount.mul(_devFee).div(1e3) (#1147)
-rDevFee = tDevFee.mul(currentRate) (#1148)
chromeswap._reflectFee(uint256) (#1102-1107) performs a multiplication on the result of a division:
-tFee = tAmount.mul(_taxFee).div(1e3) (#1103)
-rFee = tFee.mul(_getRate()) (#1104)
Consider ordering multiplication before division.

Additional information: link

Utils.addLiquidity(address,address,uint256,uint256) (#725-742) ignores return value by pancakeRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner,block.timestamp + 360) (#734-741)
Ensure that all the return values of the function calls are used.

Additional information: link

chromeswap.allowance(address,address).owner (#942) shadows:
- Ownable.owner() (#422-424) (function)
chromeswap._approve(address,address,uint256).owner (#1184) shadows:
- Ownable.owner() (#422-424) (function)
Rename the local variables that shadow another component.

Additional information: link

chromeswap.setMaxTxPercent(uint256) (#1039-1041) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxAmount).div(10000) (#1040)
chromeswap.setTaxFeePercent(uint256) (#1051-1053) should emit an event for:
- _taxFee = taxFee (#1052)
chromeswap.setMinTokenNumberToSell(uint256) (#1043-1045) should emit an event for:
- minTokenNumberToSell = _amount (#1044)
chromeswap.setLiquidityFeePercent(uint256) (#1055-1057) should emit an event for:
- _liquidityFee = liquidityFee (#1056)
chromeswap.setDevFeePercent(uint256) (#1065-1067) should emit an event for:
- _devFee = devFee (#1066)
chromeswap.setMarketFeePercent(uint256) (#1061-1063) should emit an event for:
- _marketFee = marketFee (#1062)
Emit an event for critical parameter changes.

Additional information: link

chromeswap.constructor(address,address)._devWallet (#890) lacks a zero-check on :
- devWallet = _devWallet (#895)
chromeswap.setDevAddress(address)._devAddress (#1086) lacks a zero-check on :
- devWallet = _devAddress (#1087)
chromeswap.constructor(address,address)._marketWallet (#889) lacks a zero-check on :
- marketWallet = _marketWallet (#894)
chromeswap.setMarketAddress(address)._marketAddress (#1082) lacks a zero-check on :
- marketWallet = _marketAddress (#1083)
Check that the address is not zero.

Additional information: link

Variable chromeswap._wallet2feeAddress (#824) is not in mixedCase
Function IPancakeRouter01.WETH() (#547) is not in mixedCase
Variable chromeswap._launchTime (#831) is not in mixedCase
Parameter chromeswap.setReflectionFees(bool)._state (#1076) is not in mixedCase
Parameter chromeswap.setMarketAddress(address)._marketAddress (#1082) is not in mixedCase
Variable chromeswap._liquidityFee (#855) is not in mixedCase
Variable chromeswap._marketFee (#860) is not in mixedCase
Variable chromeswap._tradingOpen (#832) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#527) is not in mixedCase
Parameter chromeswap.setDevAddress(address)._devAddress (#1086) is not in mixedCase
Contract chromeswap (#811-1360) is not in CapWords
Function IPancakePair.PERMIT_TYPEHASH() (#510) is not in mixedCase
Function IPancakePair.DOMAIN_SEPARATOR() (#509) is not in mixedCase
Parameter chromeswap.setExcludeFromMaxTx(address,bool)._address (#1047) is not in mixedCase
Parameter chromeswap.setSwapAndLiquifyEnabled(bool)._state (#1071) is not in mixedCase
Variable chromeswap._taxFee (#852) is not in mixedCase
Variable chromeswap._marketingDevAddress (#825) is not in mixedCase
Variable chromeswap._devFee (#863) is not in mixedCase
Parameter chromeswap.setPancakeRouter(IPancakeRouter02)._pancakeRouter (#1090) is not in mixedCase
Parameter chromeswap.setMinTokenNumberToSell(uint256)._amount (#1043) is not in mixedCase
Variable chromeswap._maxTxAmount (#845) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#248)" inContext (#242-251)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable chromeswap.reflectionFromToken(uint256,bool).rTransferAmount (#996) is too similar to chromeswap._transferBothExcluded(address,address,uint256).tTransferAmount (#1290)
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#552) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#553)
Variable chromeswap._transferToExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to chromeswap._transferFromExcluded(address,address,uint256).tTransferAmount (#1275)
Variable chromeswap._transferFromExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to chromeswap._transferBothExcluded(address,address,uint256).tTransferAmount (#1290)
Variable chromeswap._transferStandard(address,address,uint256).rTransferAmount (#1248) is too similar to chromeswap._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable chromeswap._transferFromExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to chromeswap._transferToExcluded(address,address,uint256).tTransferAmount (#1260)
Variable chromeswap._transferFromExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to chromeswap._transferFromExcluded(address,address,uint256).tTransferAmount (#1275)
Variable chromeswap._transferToExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to chromeswap._transferBothExcluded(address,address,uint256).tTransferAmount (#1290)
Variable chromeswap.reflectionFromToken(uint256,bool).rTransferAmount (#996) is too similar to chromeswap._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable chromeswap._transferBothExcluded(address,address,uint256).rTransferAmount (#1292) is too similar to chromeswap._transferFromExcluded(address,address,uint256).tTransferAmount (#1275)
Variable chromeswap._transferBothExcluded(address,address,uint256).rTransferAmount (#1292) is too similar to chromeswap._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable chromeswap.reflectionFromToken(uint256,bool).rTransferAmount (#996) is too similar to chromeswap._transferToExcluded(address,address,uint256).tTransferAmount (#1260)
Variable chromeswap._transferStandard(address,address,uint256).rTransferAmount (#1248) is too similar to chromeswap._transferFromExcluded(address,address,uint256).tTransferAmount (#1275)
Variable chromeswap._transferFromExcluded(address,address,uint256).rTransferAmount (#1277) is too similar to chromeswap._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable chromeswap._transferToExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to chromeswap._transferToExcluded(address,address,uint256).tTransferAmount (#1260)
Variable chromeswap._transferStandard(address,address,uint256).rTransferAmount (#1248) is too similar to chromeswap._transferBothExcluded(address,address,uint256).tTransferAmount (#1290)
Variable chromeswap._transferBothExcluded(address,address,uint256).rTransferAmount (#1292) is too similar to chromeswap._transferToExcluded(address,address,uint256).tTransferAmount (#1260)
Variable chromeswap._transferStandard(address,address,uint256).rTransferAmount (#1248) is too similar to chromeswap._transferToExcluded(address,address,uint256).tTransferAmount (#1260)
Variable chromeswap._transferToExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to chromeswap._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable chromeswap.reflectionFromToken(uint256,bool).rTransferAmount (#996) is too similar to chromeswap._transferFromExcluded(address,address,uint256).tTransferAmount (#1275)
Variable chromeswap._transferBothExcluded(address,address,uint256).rTransferAmount (#1292) is too similar to chromeswap._transferBothExcluded(address,address,uint256).tTransferAmount (#1290)
Prevent variables from having similar names.

Additional information: link

chromeswap.slitherConstructorVariables() (#811-1360) uses literals with too many digits:
- _maxTxAmount = 10000000000 * 10 ** 9 (#845)
chromeswap.slitherConstructorVariables() (#811-1360) uses literals with too many digits:
- _tTotal = 10000000000 * 10 ** 9 (#828)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

chromeswap._marketingDevAddress (#825) is never used in chromeswap (#811-1360)
chromeswap._wallet2feeAddress (#824) is never used in chromeswap (#811-1360)
Remove unused state variables.

Additional information: link

chromeswap._wallet2feeAddress (#824) should be constant
chromeswap._decimals (#836) should be constant
chromeswap._marketingDevAddress (#825) should be constant
chromeswap._tTotal (#828) should be constant
chromeswap._name (#834) should be constant
chromeswap._symbol (#835) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

totalSupply() should be declared external:
- chromeswap.totalSupply() (#928-930)
includeInFee(address) should be declared external:
- chromeswap.includeInFee(address) (#1034-1036)
setMinTokenNumberToSell(uint256) should be declared external:
- chromeswap.setMinTokenNumberToSell(uint256) (#1043-1045)
totalFees() should be declared external:
- chromeswap.totalFees() (#976-978)
excludeFromFee(address) should be declared external:
- chromeswap.excludeFromFee(address) (#1030-1032)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#441-444)
allowance(address,address) should be declared external:
- chromeswap.allowance(address,address) (#942-944)
name() should be declared external:
- chromeswap.name() (#916-918)
transfer(address,uint256) should be declared external:
- chromeswap.transfer(address,uint256) (#937-940)
approve(address,uint256) should be declared external:
- chromeswap.approve(address,uint256) (#946-949)
transferFrom(address,address,uint256) should be declared external:
- chromeswap.transferFrom(address,address,uint256) (#951-955)
setExcludeFromMaxTx(address,bool) should be declared external:
- chromeswap.setExcludeFromMaxTx(address,bool) (#1047-1049)
reflectionFromToken(uint256,bool) should be declared external:
- chromeswap.reflectionFromToken(uint256,bool) (#989-999)
deliver(uint256) should be declared external:
- chromeswap.deliver(uint256) (#980-987)
symbol() should be declared external:
- chromeswap.symbol() (#920-922)
setMaxTxPercent(uint256) should be declared external:
- chromeswap.setMaxTxPercent(uint256) (#1039-1041)
excludeFromReward(address) should be declared external:
- chromeswap.excludeFromReward(address) (#1007-1014)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#450-454)
setSwapAndLiquifyEnabled(bool) should be declared external:
- chromeswap.setSwapAndLiquifyEnabled(bool) (#1071-1074)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#456-458)
isExcludedFromFee(address) should be declared external:
- chromeswap.isExcludedFromFee(address) (#1180-1182)
unlock() should be declared external:
- Ownable.unlock() (#469-475)
decimals() should be declared external:
- chromeswap.decimals() (#924-926)
decreaseAllowance(address,uint256) should be declared external:
- chromeswap.decreaseAllowance(address,uint256) (#962-965)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#461-466)
increaseAllowance(address,uint256) should be declared external:
- chromeswap.increaseAllowance(address,uint256) (#957-960)
isExcludedFromReward(address) should be declared external:
- chromeswap.isExcludedFromReward(address) (#967-969)
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 PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.

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


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Token has only one trading pair


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 CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find KYC or doxxing proof


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


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


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for CSW

News for CSW