astronaut monkey Token Logo

ASMON [astronaut monkey] Token

About ASMON

Listings

Not Found
Token 18 months
white paper

ASTRONAUT MONKEY is a special project supported by an amazing community. We believe through the collective power of decentralization that we can build something more powerful than a centralized team has ever been able to do.

Social

Laser Scorebeta Last Audit: 6 June 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 astronautmonkey._transfer(address,address,uint256) (#629-667):
External calls:
- swapTokens(contractTokenBalance) (#647)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#697-703)
- buyBackTokens(balance.div(100)) (#655)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
External calls sending eth:
- swapTokens(contractTokenBalance) (#647)
- recipient.transfer(amount) (#941)
- buyBackTokens(balance.div(100)) (#655)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _liquidityFee = _previousLiquidityFee (#873)
- _liquidityFee = 0 (#868)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#844)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#760)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#769)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#780)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#790)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#761)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#771)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#781)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#792)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _rTotal = _rTotal.sub(rFee) (#799)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#846)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#779)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#789)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#770)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#791)
- buyBackTokens(balance.div(100)) (#655)
- inSwapAndLiquify = true (#478)
- inSwapAndLiquify = false (#480)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

astronautmonkey.setTaxFeePercent(uint256) (#888-890) should emit an event for:
- _taxFee = taxFee (#889)
astronautmonkey.setLiquidityFeePercent(uint256) (#892-894) should emit an event for:
- _liquidityFee = liquidityFee (#893)
astronautmonkey.setMaxTxAmount(uint256) (#896-898) should emit an event for:
- _maxTxAmount = maxTxAmount (#897)
astronautmonkey.setMarketingDivisor(uint256) (#900-902) should emit an event for:
- marketingDivisor = divisor (#901)
astronautmonkey.setNumTokensSellToAddToLiquidity(uint256) (#904-906) should emit an event for:
- minimumTokensBeforeSwap = _minimumTokensBeforeSwap (#905)
astronautmonkey.setBuybackUpperLimit(uint256) (#908-910) should emit an event for:
- buyBackUpperLimit = buyBackLimit * 10 ** 18 (#909)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in astronautmonkey._transfer(address,address,uint256) (#629-667):
External calls:
- swapTokens(contractTokenBalance) (#647)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#697-703)
- buyBackTokens(balance.div(100)) (#655)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
External calls sending eth:
- swapTokens(contractTokenBalance) (#647)
- recipient.transfer(amount) (#941)
- buyBackTokens(balance.div(100)) (#655)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _previousLiquidityFee = _liquidityFee (#865)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _previousTaxFee = _taxFee (#864)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _tFeeTotal = _tFeeTotal.add(tFee) (#800)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _taxFee = _previousTaxFee (#872)
- _taxFee = 0 (#867)
Reentrancy in astronautmonkey.constructor() (#483-497):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#487-488)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#493)
- _isExcludedFromFee[address(this)] = true (#494)
- uniswapV2Router = _uniswapV2Router (#490)
Reentrancy in astronautmonkey.transferFrom(address,address,uint256) (#539-543):
External calls:
- _transfer(sender,recipient,amount) (#540)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#697-703)
External calls sending eth:
- _transfer(sender,recipient,amount) (#540)
- recipient.transfer(amount) (#941)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#541)
- _allowances[owner][spender] = amount (#625)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in astronautmonkey._transfer(address,address,uint256) (#629-667):
External calls:
- swapTokens(contractTokenBalance) (#647)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#697-703)
- buyBackTokens(balance.div(100)) (#655)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
External calls sending eth:
- swapTokens(contractTokenBalance) (#647)
- recipient.transfer(amount) (#941)
- buyBackTokens(balance.div(100)) (#655)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#722)
- buyBackTokens(balance.div(100)) (#655)
- Transfer(sender,recipient,tTransferAmount) (#764)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- Transfer(sender,recipient,tTransferAmount) (#784)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- Transfer(sender,recipient,tTransferAmount) (#774)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- Transfer(sender,recipient,tTransferAmount) (#795)
- _tokenTransfer(from,to,amount,takeFee) (#666)
Reentrancy in astronautmonkey.constructor() (#483-497):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#487-488)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#496)
Reentrancy in astronautmonkey.swapETHForTokens(uint256) (#708-723):
External calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#722)
Reentrancy in astronautmonkey.swapTokensForEth(uint256) (#688-706):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#697-703)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#705)
Reentrancy in astronautmonkey.transferFrom(address,address,uint256) (#539-543):
External calls:
- _transfer(sender,recipient,amount) (#540)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#697-703)
External calls sending eth:
- _transfer(sender,recipient,amount) (#540)
- recipient.transfer(amount) (#941)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#626)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#541)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#194-199) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#196)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#89-98) uses assembly
- INLINE ASM (#96)
Address._functionCallWithValue(address,bytes,uint256,string) (#126-143) uses assembly
- INLINE ASM (#135-138)
Do not use evm assembly.

Additional information: link

astronautmonkey.includeInReward(address) (#608-619) has costly operations inside a loop:
- _excluded.pop() (#615)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#126-143) is never used and should be removed
Address.functionCall(address,bytes) (#109-111) is never used and should be removed
Address.functionCall(address,bytes,string) (#113-115) 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) (#121-124) is never used and should be removed
Address.isContract(address) (#89-98) is never used and should be removed
Address.sendValue(address,uint256) (#100-106) is never used and should be removed
Context._msgData() (#12-15) is never used and should be removed
SafeMath.mod(uint256,uint256) (#77-79) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#81-84) is never used and should be removed
astronautmonkey.addLiquidity(uint256,uint256) (#725-738) is never used and should be removed
Remove unused functions.

Additional information: link

astronautmonkey._rTotal (#430) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
astronautmonkey._previousTaxFee (#439) is set pre-construction with a non-constant function or state variable:
- _taxFee
astronautmonkey._previousLiquidityFee (#442) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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) (#100-106):
- (success) = recipient.call{value: amount}() (#104)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#126-143):
- (success,returndata) = target.call{value: weiValue}(data) (#129)
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() (#238) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#239) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#255) is not in mixedCase
Function IUniswapV2Router01.WETH() (#276) is not in mixedCase
Contract astronautmonkey (#413-947) is not in CapWords
Parameter astronautmonkey.calculateTaxFee(uint256)._amount (#849) is not in mixedCase
Parameter astronautmonkey.calculateLiquidityFee(uint256)._amount (#855) is not in mixedCase
Parameter astronautmonkey.setNumTokensSellToAddToLiquidity(uint256)._minimumTokensBeforeSwap (#904) is not in mixedCase
Parameter astronautmonkey.setMarketingAddress(address)._marketingAddress (#912) is not in mixedCase
Parameter astronautmonkey.setSwapAndLiquifyEnabled(bool)._enabled (#916) is not in mixedCase
Parameter astronautmonkey.setBuyBackEnabled(bool)._enabled (#921) is not in mixedCase
Variable astronautmonkey._taxFee (#438) is not in mixedCase
Variable astronautmonkey._liquidityFee (#441) is not in mixedCase
Variable astronautmonkey._maxTxAmount (#446) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#13)" inContext (#7-16)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in astronautmonkey._transfer(address,address,uint256) (#629-667):
External calls:
- swapTokens(contractTokenBalance) (#647)
- recipient.transfer(amount) (#941)
External calls sending eth:
- swapTokens(contractTokenBalance) (#647)
- recipient.transfer(amount) (#941)
- buyBackTokens(balance.div(100)) (#655)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _liquidityFee = _previousLiquidityFee (#873)
- _liquidityFee = 0 (#868)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _previousLiquidityFee = _liquidityFee (#865)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _previousTaxFee = _taxFee (#864)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#844)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#760)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#769)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#780)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#790)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#761)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#771)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#781)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#792)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _rTotal = _rTotal.sub(rFee) (#799)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _tFeeTotal = _tFeeTotal.add(tFee) (#800)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#846)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#779)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#789)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#770)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#791)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- _taxFee = _previousTaxFee (#872)
- _taxFee = 0 (#867)
- buyBackTokens(balance.div(100)) (#655)
- inSwapAndLiquify = true (#478)
- inSwapAndLiquify = false (#480)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#722)
- buyBackTokens(balance.div(100)) (#655)
- Transfer(sender,recipient,tTransferAmount) (#764)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- Transfer(sender,recipient,tTransferAmount) (#784)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- Transfer(sender,recipient,tTransferAmount) (#774)
- _tokenTransfer(from,to,amount,takeFee) (#666)
- Transfer(sender,recipient,tTransferAmount) (#795)
- _tokenTransfer(from,to,amount,takeFee) (#666)
Reentrancy in astronautmonkey.transferFrom(address,address,uint256) (#539-543):
External calls:
- _transfer(sender,recipient,amount) (#540)
- recipient.transfer(amount) (#941)
External calls sending eth:
- _transfer(sender,recipient,amount) (#540)
- recipient.transfer(amount) (#941)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#715-720)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#541)
- _allowances[owner][spender] = amount (#625)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#626)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#541)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#281) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#282)
Variable astronautmonkey._transferBothExcluded(address,address,uint256).rTransferAmount (#788) is too similar to astronautmonkey._transferBothExcluded(address,address,uint256).tTransferAmount (#788)
Variable astronautmonkey._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#820) is too similar to astronautmonkey._getTValues(uint256).tTransferAmount (#812)
Variable astronautmonkey._getValues(uint256).rTransferAmount (#805) is too similar to astronautmonkey._transferToExcluded(address,address,uint256).tTransferAmount (#768)
Variable astronautmonkey._transferToExcluded(address,address,uint256).rTransferAmount (#768) is too similar to astronautmonkey._getValues(uint256).tTransferAmount (#804)
Variable astronautmonkey._transferBothExcluded(address,address,uint256).rTransferAmount (#788) is too similar to astronautmonkey._transferToExcluded(address,address,uint256).tTransferAmount (#768)
Variable astronautmonkey._getValues(uint256).rTransferAmount (#805) is too similar to astronautmonkey._getValues(uint256).tTransferAmount (#804)
Variable astronautmonkey._transferFromExcluded(address,address,uint256).rTransferAmount (#778) is too similar to astronautmonkey._transferFromExcluded(address,address,uint256).tTransferAmount (#778)
Variable astronautmonkey._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#820) is too similar to astronautmonkey._transferFromExcluded(address,address,uint256).tTransferAmount (#778)
Variable astronautmonkey._transferFromExcluded(address,address,uint256).rTransferAmount (#778) is too similar to astronautmonkey._transferBothExcluded(address,address,uint256).tTransferAmount (#788)
Variable astronautmonkey.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to astronautmonkey._transferFromExcluded(address,address,uint256).tTransferAmount (#778)
Variable astronautmonkey._transferToExcluded(address,address,uint256).rTransferAmount (#768) is too similar to astronautmonkey._transferFromExcluded(address,address,uint256).tTransferAmount (#778)
Variable astronautmonkey._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#820) is too similar to astronautmonkey._transferBothExcluded(address,address,uint256).tTransferAmount (#788)
Variable astronautmonkey._transferBothExcluded(address,address,uint256).rTransferAmount (#788) is too similar to astronautmonkey._getValues(uint256).tTransferAmount (#804)
Variable astronautmonkey.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to astronautmonkey._transferBothExcluded(address,address,uint256).tTransferAmount (#788)
Variable astronautmonkey._transferFromExcluded(address,address,uint256).rTransferAmount (#778) is too similar to astronautmonkey._transferToExcluded(address,address,uint256).tTransferAmount (#768)
Variable astronautmonkey._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#820) is too similar to astronautmonkey._transferToExcluded(address,address,uint256).tTransferAmount (#768)
Variable astronautmonkey.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to astronautmonkey._transferToExcluded(address,address,uint256).tTransferAmount (#768)
Variable astronautmonkey._getValues(uint256).rTransferAmount (#805) is too similar to astronautmonkey._transferFromExcluded(address,address,uint256).tTransferAmount (#778)
Variable astronautmonkey._transferToExcluded(address,address,uint256).rTransferAmount (#768) is too similar to astronautmonkey._transferToExcluded(address,address,uint256).tTransferAmount (#768)
Variable astronautmonkey._transferFromExcluded(address,address,uint256).rTransferAmount (#778) is too similar to astronautmonkey._getValues(uint256).tTransferAmount (#804)
Variable astronautmonkey.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to astronautmonkey._getValues(uint256).tTransferAmount (#804)
Variable astronautmonkey._getValues(uint256).rTransferAmount (#805) is too similar to astronautmonkey._transferBothExcluded(address,address,uint256).tTransferAmount (#788)
Variable astronautmonkey._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#820) is too similar to astronautmonkey._getValues(uint256).tTransferAmount (#804)
Variable astronautmonkey._transferBothExcluded(address,address,uint256).rTransferAmount (#788) is too similar to astronautmonkey._transferFromExcluded(address,address,uint256).tTransferAmount (#778)
Variable astronautmonkey._transferFromExcluded(address,address,uint256).rTransferAmount (#778) is too similar to astronautmonkey._transferStandard(address,address,uint256).tTransferAmount (#759)
Variable astronautmonkey._getValues(uint256).rTransferAmount (#805) is too similar to astronautmonkey._transferStandard(address,address,uint256).tTransferAmount (#759)
Variable astronautmonkey._transferBothExcluded(address,address,uint256).rTransferAmount (#788) is too similar to astronautmonkey._transferStandard(address,address,uint256).tTransferAmount (#759)
Variable astronautmonkey._transferFromExcluded(address,address,uint256).rTransferAmount (#778) is too similar to astronautmonkey._getTValues(uint256).tTransferAmount (#812)
Variable astronautmonkey._transferBothExcluded(address,address,uint256).rTransferAmount (#788) is too similar to astronautmonkey._getTValues(uint256).tTransferAmount (#812)
Variable astronautmonkey._transferToExcluded(address,address,uint256).rTransferAmount (#768) is too similar to astronautmonkey._transferBothExcluded(address,address,uint256).tTransferAmount (#788)
Variable astronautmonkey.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to astronautmonkey._transferStandard(address,address,uint256).tTransferAmount (#759)
Variable astronautmonkey._getValues(uint256).rTransferAmount (#805) is too similar to astronautmonkey._getTValues(uint256).tTransferAmount (#812)
Variable astronautmonkey._transferStandard(address,address,uint256).rTransferAmount (#759) is too similar to astronautmonkey._getValues(uint256).tTransferAmount (#804)
Variable astronautmonkey._transferToExcluded(address,address,uint256).rTransferAmount (#768) is too similar to astronautmonkey._transferStandard(address,address,uint256).tTransferAmount (#759)
Variable astronautmonkey._transferStandard(address,address,uint256).rTransferAmount (#759) is too similar to astronautmonkey._transferToExcluded(address,address,uint256).tTransferAmount (#768)
Variable astronautmonkey._transferStandard(address,address,uint256).rTransferAmount (#759) is too similar to astronautmonkey._transferFromExcluded(address,address,uint256).tTransferAmount (#778)
Variable astronautmonkey._transferToExcluded(address,address,uint256).rTransferAmount (#768) is too similar to astronautmonkey._getTValues(uint256).tTransferAmount (#812)
Variable astronautmonkey.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to astronautmonkey._getTValues(uint256).tTransferAmount (#812)
Variable astronautmonkey._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#820) is too similar to astronautmonkey._transferStandard(address,address,uint256).tTransferAmount (#759)
Variable astronautmonkey._transferStandard(address,address,uint256).rTransferAmount (#759) is too similar to astronautmonkey._transferStandard(address,address,uint256).tTransferAmount (#759)
Variable astronautmonkey._transferStandard(address,address,uint256).rTransferAmount (#759) is too similar to astronautmonkey._transferBothExcluded(address,address,uint256).tTransferAmount (#788)
Variable astronautmonkey._transferStandard(address,address,uint256).rTransferAmount (#759) is too similar to astronautmonkey._getTValues(uint256).tTransferAmount (#812)
Prevent variables from having similar names.

Additional information: link

astronautmonkey.prepareForPreSale() (#926-931) uses literals with too many digits:
- _maxTxAmount = 100000 * 10 ** 6 * 10 ** 9 (#930)
astronautmonkey.slitherConstructorVariables() (#413-947) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#418)
astronautmonkey.slitherConstructorVariables() (#413-947) uses literals with too many digits:
- _tTotal = 100000 * 10 ** 6 * 10 ** 9 (#429)
astronautmonkey.slitherConstructorVariables() (#413-947) uses literals with too many digits:
- buyBackUpperLimit = 100000 * 10 ** 18 (#448)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

astronautmonkey._decimals (#435) should be constant
astronautmonkey._name (#433) should be constant
astronautmonkey._symbol (#434) should be constant
astronautmonkey._tTotal (#429) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#168-171)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#173-177)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#179-181)
getTime() should be declared external:
- Ownable.getTime() (#183-185)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#187-192)
unlock() should be declared external:
- Ownable.unlock() (#194-199)
name() should be declared external:
- astronautmonkey.name() (#499-501)
symbol() should be declared external:
- astronautmonkey.symbol() (#503-505)
decimals() should be declared external:
- astronautmonkey.decimals() (#507-509)
totalSupply() should be declared external:
- astronautmonkey.totalSupply() (#511-513)
transfer(address,uint256) should be declared external:
- astronautmonkey.transfer(address,uint256) (#520-523)
allowance(address,address) should be declared external:
- astronautmonkey.allowance(address,address) (#525-527)
approve(address,uint256) should be declared external:
- astronautmonkey.approve(address,uint256) (#529-532)
transferFrom(address,address,uint256) should be declared external:
- astronautmonkey.transferFrom(address,address,uint256) (#539-543)
increaseAllowance(address,uint256) should be declared external:
- astronautmonkey.increaseAllowance(address,uint256) (#545-548)
decreaseAllowance(address,uint256) should be declared external:
- astronautmonkey.decreaseAllowance(address,uint256) (#550-553)
isExcludedFromReward(address) should be declared external:
- astronautmonkey.isExcludedFromReward(address) (#555-557)
totalFees() should be declared external:
- astronautmonkey.totalFees() (#559-561)
minimumTokensBeforeSwapAmount() should be declared external:
- astronautmonkey.minimumTokensBeforeSwapAmount() (#563-565)
buyBackUpperLimitAmount() should be declared external:
- astronautmonkey.buyBackUpperLimitAmount() (#567-569)
deliver(uint256) should be declared external:
- astronautmonkey.deliver(uint256) (#571-578)
reflectionFromToken(uint256,bool) should be declared external:
- astronautmonkey.reflectionFromToken(uint256,bool) (#581-590)
excludeFromReward(address) should be declared external:
- astronautmonkey.excludeFromReward(address) (#598-606)
isExcludedFromFee(address) should be declared external:
- astronautmonkey.isExcludedFromFee(address) (#876-878)
excludeFromFee(address) should be declared external:
- astronautmonkey.excludeFromFee(address) (#880-882)
includeInFee(address) should be declared external:
- astronautmonkey.includeInFee(address) (#884-886)
setBuyBackEnabled(bool) should be declared external:
- astronautmonkey.setBuyBackEnabled(bool) (#921-924)
Use the external attribute for functions never called from the contract.

Additional information: link

astronautmonkey.swapTokens(uint256) (#670-679) performs a multiplication on the result of a division:
-transferToAddressETH(marketingAddress,transferredBalance.div(_liquidityFee).mul(marketingDivisor)) (#677)
Consider ordering multiplication before division.

Additional information: link

astronautmonkey.addLiquidity(uint256,uint256) (#725-738) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#730-737)
Ensure that all the return values of the function calls are used.

Additional information: link

astronautmonkey.allowance(address,address).owner (#525) shadows:
- Ownable.owner() (#159-161) (function)
astronautmonkey._approve(address,address,uint256).owner (#621) shadows:
- Ownable.owner() (#159-161) (function)
Rename the local variables that shadow another component.

Additional information: link

astronautmonkey.setMarketingAddress(address)._marketingAddress (#912) lacks a zero-check on :
- marketingAddress = address(_marketingAddress) (#913)
Check that the address is not zero.

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.


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

Contract has 7% buy tax and 6% 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.


Token is deployed only at one blockchain


Token has only one trading pair


Twitter account has less than 100 followers


Telegram account has relatively few subscribers


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 contract audit


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


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


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 ASMON

News for ASMON