AstroCheems.fun Token Logo

A$TRO [AstroCheems.fun] Token

About A$TRO

Listings

Not Found
Token 2 years

🟢 Name: AstroCheems.fun
💲 Ticker: A$TRO
🌐Website: AstroCheems.fun
🌑 Max Wallet: 15M (1.5%)
🐕 Liquidity Fee: 4%
💸 Marketing Fee: 4%
💰Total Supply: 1000M
0x26BB9FD309c997134f64d8783440f23C63816e5D

Social

Laser Scorebeta Last Audit: 15 January 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

Reentrancy in AstroCheemsBSC._transfer(address,address,uint256) (#619-657):
External calls:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#567)
- _rOwned[MarketingFR] = _rOwned[MarketingFR].add(rMarketing) (#575)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#710)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#720)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#711)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#512)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#732)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#733)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#722)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#514)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#526)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#569)
- _tOwned[MarketingFR] = _tOwned[MarketingFR].add(tMarketing) (#579)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#731)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#511)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#721)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#513)
Apply the check-effects-interactions pattern.

Additional information: link

Contract name (AstroCheems.fun) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Contract ticker (A$TRO) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

AstroCheemsBSC.addLiquidity(uint256,uint256) (#680-690) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
Ensure that all the return values of the function calls are used.

Additional information: link

AstroCheemsBSC.allowance(address,address).owner (#440) shadows:
- Ownable.owner() (#165-167) (function)
AstroCheemsBSC._approve(address,address,uint256).owner (#613) shadows:
- Ownable.owner() (#165-167) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in AstroCheemsBSC._transfer(address,address,uint256) (#619-657):
External calls:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _AstroCheemsFee = _prevAstroCheemsFee (#607)
- _AstroCheemsFee = 0 (#602)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _CheemsFee = _prevBurnedLiquidityFee (#608)
- _CheemsFee = 0 (#603)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _Reflections = _prevReflections (#606)
- _Reflections = 0 (#601)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _prevAstroCheemsFee = _AstroCheemsFee (#599)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _prevBurnedLiquidityFee = _CheemsFee (#600)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _prevReflections = _Reflections (#598)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- _tFeeTotal = _tFeeTotal.add(tFee) (#527)
Reentrancy in AstroCheemsBSC.constructor() (#408-419):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#411-412)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#415)
- _isExcludedFromFee[address(this)] = true (#416)
- _isExcludedFromFee[MarketingFR] = true (#417)
- uniswapV2Router = _uniswapV2Router (#413)
Reentrancy in AstroCheemsBSC.swapAndLiquify(uint256) (#658-666):
External calls:
- swapTokensForEth(half) (#662)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
- addLiquidity(otherHalf,newBalance) (#664)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#664)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#664)
- _allowances[owner][spender] = amount (#616)
Reentrancy in AstroCheemsBSC.transferFrom(address,address,uint256) (#447-451):
External calls:
- _transfer(sender,recipient,amount) (#448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- _transfer(sender,recipient,amount) (#448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#449)
- _allowances[owner][spender] = amount (#616)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in AstroCheemsBSC._transfer(address,address,uint256) (#619-657):
External calls:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
Event emitted after the call(s):
- Transfer(address(this),MarketingFR,tMarketing) (#576)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,recipient,tTransferAmount) (#715)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,recipient,tTransferAmount) (#737)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,address(this),tAmount.sub(tTransferAmount)) (#716)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,recipient,tTransferAmount) (#726)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,address(this),tAmount.sub(tTransferAmount)) (#738)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,recipient,tTransferAmount) (#518)
- _tokenTransfer(from,to,amount,takeFee) (#656)
- Transfer(sender,address(this),tAmount.sub(tTransferAmount)) (#727)
- _tokenTransfer(from,to,amount,takeFee) (#656)
Reentrancy in AstroCheemsBSC.constructor() (#408-419):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#411-412)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#418)
Reentrancy in AstroCheemsBSC.swapAndLiquify(uint256) (#658-666):
External calls:
- swapTokensForEth(half) (#662)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
- addLiquidity(otherHalf,newBalance) (#664)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#664)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#617)
- addLiquidity(otherHalf,newBalance) (#664)
- SwapAndLiquify(half,newBalance,otherHalf) (#665)
Reentrancy in AstroCheemsBSC.transferFrom(address,address,uint256) (#447-451):
External calls:
- _transfer(sender,recipient,amount) (#448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#672-678)
External calls sending eth:
- _transfer(sender,recipient,amount) (#448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#682-689)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#617)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#449)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#101-105) uses assembly
- INLINE ASM (#103)
Address._verifyCallResult(bool,bytes,string) (#142-155) uses assembly
- INLINE ASM (#147-150)
Do not use evm assembly.

Additional information: link

AstroCheemsBSC.includeInReward(address) (#497-508) has costly operations inside a loop:
- _excluded.pop() (#504)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#142-155) is never used and should be removed
Address.functionCall(address,bytes) (#111-113) is never used and should be removed
Address.functionCall(address,bytes,string) (#114-116) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#117-119) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#120-125) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#134-136) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#137-141) is never used and should be removed
Address.functionStaticCall(address,bytes) (#126-128) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#129-133) is never used and should be removed
Address.isContract(address) (#101-105) is never used and should be removed
Address.sendValue(address,uint256) (#106-110) is never used and should be removed
Context._msgData() (#94-97) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#76-81) is never used and should be removed
SafeMath.mod(uint256,uint256) (#67-69) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#82-87) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#22-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#43-48) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#49-54) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#35-42) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#29-34) is never used and should be removed
Remove unused functions.

Additional information: link

AstroCheemsBSC._tTotalSupply (#376) is set pre-construction with a non-constant function or state variable:
- 1000000000 * 10 ** _decimals
AstroCheemsBSC._rTotalSupply (#377) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
AstroCheemsBSC._prevReflections (#382) is set pre-construction with a non-constant function or state variable:
- _Reflections
AstroCheemsBSC._prevAstroCheemsFee (#384) is set pre-construction with a non-constant function or state variable:
- _AstroCheemsFee
AstroCheemsBSC._prevBurnedLiquidityFee (#386) is set pre-construction with a non-constant function or state variable:
- _CheemsFee
AstroCheemsBSC._maxTxAmount (#387) is set pre-construction with a non-constant function or state variable:
- 15000000 * 10 ** _decimals
AstroCheemsBSC._maxWalletToken (#388) is set pre-construction with a non-constant function or state variable:
- _maxTxAmount
AstroCheemsBSC.numTokensSellToAddToLiquidity (#395) is set pre-construction with a non-constant function or state variable:
- 5000000 * 10 ** _decimals
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) (#106-110):
- (success) = recipient.call{value: amount}() (#108)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#120-125):
- (success,returndata) = target.call{value: value}(data) (#123)
Low level call in Address.functionStaticCall(address,bytes,string) (#129-133):
- (success,returndata) = target.staticcall(data) (#131)
Low level call in Address.functionDelegateCall(address,bytes,string) (#137-141):
- (success,returndata) = target.delegatecall(data) (#139)
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() (#202) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#203) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#217) is not in mixedCase
Function IUniswapV2Router01.WETH() (#235) is not in mixedCase
Parameter AstroCheemsBSC.setSwapAndLiquifyEnabled(bool)._enabled (#520) is not in mixedCase
Parameter AstroCheemsBSC.calculateReflections(uint256)._amount (#581) is not in mixedCase
Parameter AstroCheemsBSC.calculateAstroCheemsFee(uint256)._amount (#586) is not in mixedCase
Parameter AstroCheemsBSC.calculateBurnedLiquidityFee(uint256)._amount (#591) is not in mixedCase
Variable AstroCheemsBSC._Reflections (#381) is not in mixedCase
Variable AstroCheemsBSC._AstroCheemsFee (#383) is not in mixedCase
Variable AstroCheemsBSC._CheemsFee (#385) is not in mixedCase
Variable AstroCheemsBSC._maxTxAmount (#387) is not in mixedCase
Variable AstroCheemsBSC._maxWalletToken (#388) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#95)" inContext (#90-98)
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 (#239) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#240)
Variable AstroCheemsBSC._rTotalSupply (#377) is too similar to AstroCheemsBSC._tTotalSupply (#376)
Variable AstroCheemsBSC.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to AstroCheemsBSC._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable AstroCheemsBSC._transferToExcluded(address,address,uint256).rTransferAmount (#719) is too similar to AstroCheemsBSC._transferToExcluded(address,address,uint256).tTransferAmount (#719)
Variable AstroCheemsBSC.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to AstroCheemsBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#730)
Variable AstroCheemsBSC.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to AstroCheemsBSC._getValues(uint256).tTransferAmount (#530)
Variable AstroCheemsBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to AstroCheemsBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable AstroCheemsBSC._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to AstroCheemsBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#730)
Variable AstroCheemsBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#730) is too similar to AstroCheemsBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#730)
Variable AstroCheemsBSC._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to AstroCheemsBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable AstroCheemsBSC._transferToExcluded(address,address,uint256).rTransferAmount (#719) is too similar to AstroCheemsBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable AstroCheemsBSC.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to AstroCheemsBSC._transferToExcluded(address,address,uint256).tTransferAmount (#719)
Variable AstroCheemsBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to AstroCheemsBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#730)
Variable AstroCheemsBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to AstroCheemsBSC._getValues(uint256).tTransferAmount (#530)
Variable AstroCheemsBSC._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to AstroCheemsBSC._getValues(uint256).tTransferAmount (#530)
Variable AstroCheemsBSC._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to AstroCheemsBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#730)
Variable AstroCheemsBSC.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to AstroCheemsBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable AstroCheemsBSC._transferToExcluded(address,address,uint256).rTransferAmount (#719) is too similar to AstroCheemsBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#730)
Variable AstroCheemsBSC.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to AstroCheemsBSC._getTValues(uint256).tTransferAmount (#538)
Variable AstroCheemsBSC._transferToExcluded(address,address,uint256).rTransferAmount (#719) is too similar to AstroCheemsBSC._getValues(uint256).tTransferAmount (#530)
Variable AstroCheemsBSC._getValues(uint256).rTransferAmount (#531) is too similar to AstroCheemsBSC._getValues(uint256).tTransferAmount (#530)
Variable AstroCheemsBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#730) is too similar to AstroCheemsBSC._getTValues(uint256).tTransferAmount (#538)
Variable AstroCheemsBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to AstroCheemsBSC._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable AstroCheemsBSC._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to AstroCheemsBSC._getTValues(uint256).tTransferAmount (#538)
Variable AstroCheemsBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#730) is too similar to AstroCheemsBSC._transferToExcluded(address,address,uint256).tTransferAmount (#719)
Variable AstroCheemsBSC._getValues(uint256).rTransferAmount (#531) is too similar to AstroCheemsBSC._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable AstroCheemsBSC._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to AstroCheemsBSC._transferToExcluded(address,address,uint256).tTransferAmount (#719)
Variable AstroCheemsBSC._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to AstroCheemsBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable AstroCheemsBSC._getValues(uint256).rTransferAmount (#531) is too similar to AstroCheemsBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#730)
Variable AstroCheemsBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#730) is too similar to AstroCheemsBSC._getValues(uint256).tTransferAmount (#530)
Variable AstroCheemsBSC._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to AstroCheemsBSC._getTValues(uint256).tTransferAmount (#538)
Variable AstroCheemsBSC._transferToExcluded(address,address,uint256).rTransferAmount (#719) is too similar to AstroCheemsBSC._getTValues(uint256).tTransferAmount (#538)
Variable AstroCheemsBSC._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to AstroCheemsBSC._transferToExcluded(address,address,uint256).tTransferAmount (#719)
Variable AstroCheemsBSC._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to AstroCheemsBSC._getValues(uint256).tTransferAmount (#530)
Variable AstroCheemsBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#730) is too similar to AstroCheemsBSC._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable AstroCheemsBSC._getValues(uint256).rTransferAmount (#531) is too similar to AstroCheemsBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable AstroCheemsBSC._transferStandard(address,address,uint256).rTransferAmount (#709) is too similar to AstroCheemsBSC._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable AstroCheemsBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to AstroCheemsBSC._getTValues(uint256).tTransferAmount (#538)
Variable AstroCheemsBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to AstroCheemsBSC._transferToExcluded(address,address,uint256).tTransferAmount (#719)
Variable AstroCheemsBSC._getValues(uint256).rTransferAmount (#531) is too similar to AstroCheemsBSC._getTValues(uint256).tTransferAmount (#538)
Variable AstroCheemsBSC._getValues(uint256).rTransferAmount (#531) is too similar to AstroCheemsBSC._transferToExcluded(address,address,uint256).tTransferAmount (#719)
Variable AstroCheemsBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#730) is too similar to AstroCheemsBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable AstroCheemsBSC._transferToExcluded(address,address,uint256).rTransferAmount (#719) is too similar to AstroCheemsBSC._transferStandard(address,address,uint256).tTransferAmount (#709)
Variable AstroCheemsBSC._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to AstroCheemsBSC._transferStandard(address,address,uint256).tTransferAmount (#709)
Prevent variables from having similar names.

Additional information: link

AstroCheemsBSC.slitherConstructorVariables() (#365-741) uses literals with too many digits:
- _tTotalSupply = 1000000000 * 10 ** _decimals (#376)
AstroCheemsBSC.slitherConstructorVariables() (#365-741) uses literals with too many digits:
- _maxTxAmount = 15000000 * 10 ** _decimals (#387)
AstroCheemsBSC.slitherConstructorVariables() (#365-741) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 5000000 * 10 ** _decimals (#395)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

AstroCheemsBSC._decimals (#375) should be constant
AstroCheemsBSC._tokenname (#379) should be constant
AstroCheemsBSC._tokensymbol (#380) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#172-175)
name() should be declared external:
- AstroCheemsBSC.name() (#420-422)
symbol() should be declared external:
- AstroCheemsBSC.symbol() (#423-425)
decimals() should be declared external:
- AstroCheemsBSC.decimals() (#426-428)
totalSupply() should be declared external:
- AstroCheemsBSC.totalSupply() (#429-431)
transfer(address,uint256) should be declared external:
- AstroCheemsBSC.transfer(address,uint256) (#436-439)
allowance(address,address) should be declared external:
- AstroCheemsBSC.allowance(address,address) (#440-442)
approve(address,uint256) should be declared external:
- AstroCheemsBSC.approve(address,uint256) (#443-446)
transferFrom(address,address,uint256) should be declared external:
- AstroCheemsBSC.transferFrom(address,address,uint256) (#447-451)
increaseAllowance(address,uint256) should be declared external:
- AstroCheemsBSC.increaseAllowance(address,uint256) (#452-455)
decreaseAllowance(address,uint256) should be declared external:
- AstroCheemsBSC.decreaseAllowance(address,uint256) (#456-459)
isExcludedFromReward(address) should be declared external:
- AstroCheemsBSC.isExcludedFromReward(address) (#460-462)
totalFees() should be declared external:
- AstroCheemsBSC.totalFees() (#463-465)
deliver(uint256) should be declared external:
- AstroCheemsBSC.deliver(uint256) (#466-473)
reflectionFromToken(uint256,bool) should be declared external:
- AstroCheemsBSC.reflectionFromToken(uint256,bool) (#474-483)
excludeFromReward(address) should be declared external:
- AstroCheemsBSC.excludeFromReward(address) (#489-496)
setSwapAndLiquifyEnabled(bool) should be declared external:
- AstroCheemsBSC.setSwapAndLiquifyEnabled(bool) (#520-523)
isExcludedFromFee(address) should be declared external:
- AstroCheemsBSC.isExcludedFromFee(address) (#610-612)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Unable to find Twitter account


Telegram account has less than 100 subscribers


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 find audit link on the website


Unable to find whitepaper link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for A$TRO