LunarHighway Token Logo

LUNAR [LunarHighway] Token

ALERT: dead

About LUNAR

Listings

Token 3 years
CoinMarketCap 2 years
[CoinGecko] alert: No trading activity recorded by exchanges integrated on CoinGecko in the past 2 months
white paper

A community-driven, fair-launched, DeFi token.

Social

Laser Scorebeta Last Audit: 8 July 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

Anti-Scam

Links


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

Reentrancy in LunarHighway._transfer(address,address,uint256) (#996-1040):
External calls:
- swapAndLiquify(contractTokenBalance) (#1027)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1074-1080)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1027)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#952)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1121)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1130)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1141)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#868)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1122)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1132)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1142)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#870)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _rTotal = _rTotal.sub(rFee) (#907)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#954)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#867)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1140)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1131)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#869)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in LunarHighway._transfer(address,address,uint256) (#996-1040):
External calls:
- swapAndLiquify(contractTokenBalance) (#1027)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1074-1080)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1027)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1125)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- Transfer(sender,recipient,tTransferAmount) (#1135)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- Transfer(sender,recipient,tTransferAmount) (#1145)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- Transfer(sender,recipient,tTransferAmount) (#873)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
Reentrancy in LunarHighway.constructor() (#740-756):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#745-746)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#755)
Reentrancy in LunarHighway.swapAndLiquify(uint256) (#1042-1063):
External calls:
- swapTokensForEth(half) (#1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1074-1080)
- addLiquidity(otherHalf,newBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#993)
- addLiquidity(otherHalf,newBalance) (#1060)
- SwapAndLiquify(half,newBalance,otherHalf) (#1062)
Reentrancy in LunarHighway.transferFrom(address,address,uint256) (#793-797):
External calls:
- _transfer(sender,recipient,amount) (#794)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1074-1080)
External calls sending eth:
- _transfer(sender,recipient,amount) (#794)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#993)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#795)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#272-281) uses assembly
- INLINE ASM (#279)
Address._functionCallWithValue(address,bytes,uint256,string) (#365-386) uses assembly
- INLINE ASM (#378-381)
Do not use evm assembly.

Additional information: link

LunarHighway.includeInReward(address) (#853-864) has costly operations inside a loop:
- _excluded.pop() (#860)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#365-386) is never used and should be removed
Address.functionCall(address,bytes) (#325-327) is never used and should be removed
Address.functionCall(address,bytes,string) (#335-337) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#350-352) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#360-363) is never used and should be removed
Address.isContract(address) (#272-281) is never used and should be removed
Address.sendValue(address,uint256) (#299-305) is never used and should be removed
Context._msgData() (#244-247) is never used and should be removed
SafeMath.mod(uint256,uint256) (#217-219) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#233-236) is never used and should be removed
Remove unused functions.

Additional information: link

LunarHighway._rTotal (#704) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
LunarHighway._previousTaxFee (#712) is set pre-construction with a non-constant function or state variable:
- _taxFee
LunarHighway._previousLiquidityFee (#715) 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) (#299-305):
- (success) = recipient.call{value: amount}() (#303)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#365-386):
- (success,returndata) = target.call{value: weiValue}(data) (#369)
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() (#511) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#512) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#529) is not in mixedCase
Function IUniswapV2Router01.WETH() (#551) is not in mixedCase
Parameter LunarHighway.setSwapAndLiquifyEnabled(bool)._enabled (#898) is not in mixedCase
Parameter LunarHighway.calculateTaxFee(uint256)._amount (#957) is not in mixedCase
Parameter LunarHighway.calculateLiquidityFee(uint256)._amount (#963) is not in mixedCase
Variable LunarHighway._taxFee (#711) is not in mixedCase
Variable LunarHighway._liquidityFee (#714) is not in mixedCase
Variable LunarHighway._maxTxAmount (#723) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#556) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#557)
Variable LunarHighway._getValues(uint256).rTransferAmount (#913) is too similar to LunarHighway._getTValues(uint256).tTransferAmount (#920)
Variable LunarHighway._transferBothExcluded(address,address,uint256).rTransferAmount (#866) is too similar to LunarHighway._transferBothExcluded(address,address,uint256).tTransferAmount (#866)
Variable LunarHighway._getValues(uint256).rTransferAmount (#913) is too similar to LunarHighway._transferFromExcluded(address,address,uint256).tTransferAmount (#1139)
Variable LunarHighway._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to LunarHighway._transferStandard(address,address,uint256).tTransferAmount (#1120)
Variable LunarHighway._transferFromExcluded(address,address,uint256).rTransferAmount (#1139) is too similar to LunarHighway._transferStandard(address,address,uint256).tTransferAmount (#1120)
Variable LunarHighway._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to LunarHighway._transferBothExcluded(address,address,uint256).tTransferAmount (#866)
Variable LunarHighway._transferStandard(address,address,uint256).rTransferAmount (#1120) is too similar to LunarHighway._transferStandard(address,address,uint256).tTransferAmount (#1120)
Variable LunarHighway._transferFromExcluded(address,address,uint256).rTransferAmount (#1139) is too similar to LunarHighway._transferBothExcluded(address,address,uint256).tTransferAmount (#866)
Variable LunarHighway._transferStandard(address,address,uint256).rTransferAmount (#1120) is too similar to LunarHighway._transferBothExcluded(address,address,uint256).tTransferAmount (#866)
Variable LunarHighway._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to LunarHighway._transferToExcluded(address,address,uint256).tTransferAmount (#1129)
Variable LunarHighway.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to LunarHighway._transferBothExcluded(address,address,uint256).tTransferAmount (#866)
Variable LunarHighway._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to LunarHighway._getTValues(uint256).tTransferAmount (#920)
Variable LunarHighway._transferFromExcluded(address,address,uint256).rTransferAmount (#1139) is too similar to LunarHighway._transferToExcluded(address,address,uint256).tTransferAmount (#1129)
Variable LunarHighway._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to LunarHighway._transferFromExcluded(address,address,uint256).tTransferAmount (#1139)
Variable LunarHighway._transferFromExcluded(address,address,uint256).rTransferAmount (#1139) is too similar to LunarHighway._getTValues(uint256).tTransferAmount (#920)
Variable LunarHighway._getValues(uint256).rTransferAmount (#913) is too similar to LunarHighway._transferStandard(address,address,uint256).tTransferAmount (#1120)
Variable LunarHighway._transferStandard(address,address,uint256).rTransferAmount (#1120) is too similar to LunarHighway._getTValues(uint256).tTransferAmount (#920)
Variable LunarHighway._transferFromExcluded(address,address,uint256).rTransferAmount (#1139) is too similar to LunarHighway._transferFromExcluded(address,address,uint256).tTransferAmount (#1139)
Variable LunarHighway._getValues(uint256).rTransferAmount (#913) is too similar to LunarHighway._transferBothExcluded(address,address,uint256).tTransferAmount (#866)
Variable LunarHighway._getValues(uint256).rTransferAmount (#913) is too similar to LunarHighway._transferToExcluded(address,address,uint256).tTransferAmount (#1129)
Variable LunarHighway._transferToExcluded(address,address,uint256).rTransferAmount (#1129) is too similar to LunarHighway._getValues(uint256).tTransferAmount (#912)
Variable LunarHighway._transferFromExcluded(address,address,uint256).rTransferAmount (#1139) is too similar to LunarHighway._getValues(uint256).tTransferAmount (#912)
Variable LunarHighway.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to LunarHighway._transferFromExcluded(address,address,uint256).tTransferAmount (#1139)
Variable LunarHighway.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to LunarHighway._transferStandard(address,address,uint256).tTransferAmount (#1120)
Variable LunarHighway._transferStandard(address,address,uint256).rTransferAmount (#1120) is too similar to LunarHighway._transferFromExcluded(address,address,uint256).tTransferAmount (#1139)
Variable LunarHighway._transferToExcluded(address,address,uint256).rTransferAmount (#1129) is too similar to LunarHighway._transferBothExcluded(address,address,uint256).tTransferAmount (#866)
Variable LunarHighway.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to LunarHighway._getTValues(uint256).tTransferAmount (#920)
Variable LunarHighway._transferBothExcluded(address,address,uint256).rTransferAmount (#866) is too similar to LunarHighway._transferFromExcluded(address,address,uint256).tTransferAmount (#1139)
Variable LunarHighway._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to LunarHighway._getValues(uint256).tTransferAmount (#912)
Variable LunarHighway.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to LunarHighway._transferToExcluded(address,address,uint256).tTransferAmount (#1129)
Variable LunarHighway._transferBothExcluded(address,address,uint256).rTransferAmount (#866) is too similar to LunarHighway._transferStandard(address,address,uint256).tTransferAmount (#1120)
Variable LunarHighway._transferStandard(address,address,uint256).rTransferAmount (#1120) is too similar to LunarHighway._transferToExcluded(address,address,uint256).tTransferAmount (#1129)
Variable LunarHighway._transferBothExcluded(address,address,uint256).rTransferAmount (#866) is too similar to LunarHighway._getTValues(uint256).tTransferAmount (#920)
Variable LunarHighway.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to LunarHighway._getValues(uint256).tTransferAmount (#912)
Variable LunarHighway._getValues(uint256).rTransferAmount (#913) is too similar to LunarHighway._getValues(uint256).tTransferAmount (#912)
Variable LunarHighway._transferStandard(address,address,uint256).rTransferAmount (#1120) is too similar to LunarHighway._getValues(uint256).tTransferAmount (#912)
Variable LunarHighway._transferToExcluded(address,address,uint256).rTransferAmount (#1129) is too similar to LunarHighway._transferFromExcluded(address,address,uint256).tTransferAmount (#1139)
Variable LunarHighway._transferBothExcluded(address,address,uint256).rTransferAmount (#866) is too similar to LunarHighway._transferToExcluded(address,address,uint256).tTransferAmount (#1129)
Variable LunarHighway._transferToExcluded(address,address,uint256).rTransferAmount (#1129) is too similar to LunarHighway._transferStandard(address,address,uint256).tTransferAmount (#1120)
Variable LunarHighway._transferBothExcluded(address,address,uint256).rTransferAmount (#866) is too similar to LunarHighway._getValues(uint256).tTransferAmount (#912)
Variable LunarHighway._transferToExcluded(address,address,uint256).rTransferAmount (#1129) is too similar to LunarHighway._getTValues(uint256).tTransferAmount (#920)
Variable LunarHighway._transferToExcluded(address,address,uint256).rTransferAmount (#1129) is too similar to LunarHighway._transferToExcluded(address,address,uint256).tTransferAmount (#1129)
Prevent variables from having similar names.

Additional information: link

LunarHighway.slitherConstructorVariables() (#689-1152) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#703)
LunarHighway.slitherConstructorVariables() (#689-1152) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#723)
LunarHighway.slitherConstructorVariables() (#689-1152) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#724)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

LunarHighway._decimals (#709) should be constant
LunarHighway._name (#707) should be constant
LunarHighway._symbol (#708) should be constant
LunarHighway._tTotal (#703) should be constant
LunarHighway.numTokensSellToAddToLiquidity (#724) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#439-442)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#448-452)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#454-456)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#459-464)
unlock() should be declared external:
- Ownable.unlock() (#467-472)
name() should be declared external:
- LunarHighway.name() (#758-760)
symbol() should be declared external:
- LunarHighway.symbol() (#762-764)
decimals() should be declared external:
- LunarHighway.decimals() (#766-768)
totalSupply() should be declared external:
- LunarHighway.totalSupply() (#770-772)
transfer(address,uint256) should be declared external:
- LunarHighway.transfer(address,uint256) (#779-782)
allowance(address,address) should be declared external:
- LunarHighway.allowance(address,address) (#784-786)
approve(address,uint256) should be declared external:
- LunarHighway.approve(address,uint256) (#788-791)
transferFrom(address,address,uint256) should be declared external:
- LunarHighway.transferFrom(address,address,uint256) (#793-797)
increaseAllowance(address,uint256) should be declared external:
- LunarHighway.increaseAllowance(address,uint256) (#799-802)
decreaseAllowance(address,uint256) should be declared external:
- LunarHighway.decreaseAllowance(address,uint256) (#804-807)
isExcludedFromReward(address) should be declared external:
- LunarHighway.isExcludedFromReward(address) (#809-811)
totalFees() should be declared external:
- LunarHighway.totalFees() (#813-815)
deliver(uint256) should be declared external:
- LunarHighway.deliver(uint256) (#817-824)
reflectionFromToken(uint256,bool) should be declared external:
- LunarHighway.reflectionFromToken(uint256,bool) (#826-835)
excludeFromReward(address) should be declared external:
- LunarHighway.excludeFromReward(address) (#843-851)
excludeFromFee(address) should be declared external:
- LunarHighway.excludeFromFee(address) (#876-878)
includeInFee(address) should be declared external:
- LunarHighway.includeInFee(address) (#880-882)
setSwapAndLiquifyEnabled(bool) should be declared external:
- LunarHighway.setSwapAndLiquifyEnabled(bool) (#898-901)
isExcludedFromFee(address) should be declared external:
- LunarHighway.isExcludedFromFee(address) (#984-986)
Use the external attribute for functions never called from the contract.

Additional information: link

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

Additional information: link

LunarHighway.addLiquidity(uint256,uint256) (#1083-1096) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
Ensure that all the return values of the function calls are used.

Additional information: link

LunarHighway.allowance(address,address).owner (#784) shadows:
- Ownable.owner() (#420-422) (function)
LunarHighway._approve(address,address,uint256).owner (#988) shadows:
- Ownable.owner() (#420-422) (function)
Rename the local variables that shadow another component.

Additional information: link

LunarHighway.setTaxFeePercent(uint256) (#884-886) should emit an event for:
- _taxFee = taxFee (#885)
LunarHighway.setLiquidityFeePercent(uint256) (#888-890) should emit an event for:
- _liquidityFee = liquidityFee (#889)
LunarHighway.setMaxTxPercent(uint256) (#892-896) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#893-895)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in LunarHighway._transfer(address,address,uint256) (#996-1040):
External calls:
- swapAndLiquify(contractTokenBalance) (#1027)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1074-1080)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1027)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _liquidityFee = _previousLiquidityFee (#981)
- _liquidityFee = 0 (#976)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _previousLiquidityFee = _liquidityFee (#973)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _previousTaxFee = _taxFee (#972)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _tFeeTotal = _tFeeTotal.add(tFee) (#908)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _taxFee = _previousTaxFee (#980)
- _taxFee = 0 (#975)
Reentrancy in LunarHighway.constructor() (#740-756):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#745-746)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#752)
- _isExcludedFromFee[address(this)] = true (#753)
- uniswapV2Router = _uniswapV2Router (#749)
Reentrancy in LunarHighway.swapAndLiquify(uint256) (#1042-1063):
External calls:
- swapTokensForEth(half) (#1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1074-1080)
- addLiquidity(otherHalf,newBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1060)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1060)
- _allowances[owner][spender] = amount (#992)
Reentrancy in LunarHighway.transferFrom(address,address,uint256) (#793-797):
External calls:
- _transfer(sender,recipient,amount) (#794)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1074-1080)
External calls sending eth:
- _transfer(sender,recipient,amount) (#794)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1088-1095)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#795)
- _allowances[owner][spender] = amount (#992)
Apply the check-effects-interactions pattern.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 10% buy tax and 7% sell tax.
Taxes are low and contract ownership is renounced.


Twitter account seems to be suspended

Additional information: link


Unable to find Youtube account


Unable to find Discord account


Token was delisted from CoinGecko

Additional information: link


Unable to crawl data from the website


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has a considerable age, but we're still unable to find its website


Token is marked as risky (blacklisted creator, fake name, dead project, etc.)

Additional information: link


Token has no active CoinGecko listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinMarketCap rank

Price for LUNAR