BoozeMoon Token Logo

BOOZE [BoozeMoon] Token

ALERT: rug pull scam

About BOOZE

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Let's get to the moon first and after that get drunk. Boozemoon the first cryptocurrency which makes it possible to buy and sell beer plus many more alcoholic beverages.

Social

Laser Scorebeta Last Audit: 14 May 2022

report
Token seems to be a scam (type: rug pull scam).

Reentrancy in BoozeMoon._transfer(address,address,uint256) (#1002-1046):
External calls:
- swapAndLiquify(contractTokenBalance) (#1033)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1080-1086)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1033)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#958)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1136)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1127)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1128)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#870)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1147)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1148)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1138)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#872)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- _rTotal = _rTotal.sub(rFee) (#913)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#960)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1146)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#869)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1137)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#871)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

BoozeMoon.addLiquidity(uint256,uint256) (#1089-1102) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
Ensure that all the return values of the function calls are used.

Additional information: link

BoozeMoon.allowance(address,address).owner (#786) shadows:
- Ownable.owner() (#421-423) (function)
BoozeMoon._approve(address,address,uint256).owner (#994) shadows:
- Ownable.owner() (#421-423) (function)
Rename the local variables that shadow another component.

Additional information: link

BoozeMoon.setTaxFeePercent(uint256) (#886-888) should emit an event for:
- _taxFee = taxFee (#887)
BoozeMoon.setLiquidityFeePercent(uint256) (#890-892) should emit an event for:
- _liquidityFee = liquidityFee (#891)
BoozeMoon.setMaxTxPercent(uint256) (#894-898) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#895-897)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in BoozeMoon._transfer(address,address,uint256) (#1002-1046):
External calls:
- swapAndLiquify(contractTokenBalance) (#1033)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1080-1086)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1033)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- _liquidityFee = _previousLiquidityFee (#987)
- _liquidityFee = 0 (#982)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- _previousLiquidityFee = _liquidityFee (#979)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- _previousTaxFee = _taxFee (#978)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- _tFeeTotal = _tFeeTotal.add(tFee) (#914)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- _taxFee = _previousTaxFee (#986)
- _taxFee = 0 (#981)
Reentrancy in BoozeMoon.constructor() (#742-758):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#747-748)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#754)
- _isExcludedFromFee[address(this)] = true (#755)
- uniswapV2Router = _uniswapV2Router (#751)
Reentrancy in BoozeMoon.swapAndLiquify(uint256) (#1048-1069):
External calls:
- swapTokensForEth(half) (#1060)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1080-1086)
- addLiquidity(otherHalf,newBalance) (#1066)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1066)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1066)
- _allowances[owner][spender] = amount (#998)
Reentrancy in BoozeMoon.transferFrom(address,address,uint256) (#795-799):
External calls:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1080-1086)
External calls sending eth:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#797)
- _allowances[owner][spender] = amount (#998)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BoozeMoon._transfer(address,address,uint256) (#1002-1046):
External calls:
- swapAndLiquify(contractTokenBalance) (#1033)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1080-1086)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1033)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1131)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- Transfer(sender,recipient,tTransferAmount) (#1141)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- Transfer(sender,recipient,tTransferAmount) (#1151)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
- Transfer(sender,recipient,tTransferAmount) (#875)
- _tokenTransfer(from,to,amount,takeFee) (#1045)
Reentrancy in BoozeMoon.constructor() (#742-758):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#747-748)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#757)
Reentrancy in BoozeMoon.swapAndLiquify(uint256) (#1048-1069):
External calls:
- swapTokensForEth(half) (#1060)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1080-1086)
- addLiquidity(otherHalf,newBalance) (#1066)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1066)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#999)
- addLiquidity(otherHalf,newBalance) (#1066)
- SwapAndLiquify(half,newBalance,otherHalf) (#1068)
Reentrancy in BoozeMoon.transferFrom(address,address,uint256) (#795-799):
External calls:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1080-1086)
External calls sending eth:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1094-1101)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#999)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#797)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#273-282) uses assembly
- INLINE ASM (#280)
Address._functionCallWithValue(address,bytes,uint256,string) (#366-387) uses assembly
- INLINE ASM (#379-382)
Do not use evm assembly.

Additional information: link

BoozeMoon._transfer(address,address,uint256) (#1002-1046) compares to a boolean constant:
-from != owner() && to != owner() && _isExcludedFromTxLimit[from] != true (#1010)
Remove the equality to the boolean constant.

Additional information: link

BoozeMoon.includeInReward(address) (#855-866) has costly operations inside a loop:
- _excluded.pop() (#862)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#366-387) is never used and should be removed
Address.functionCall(address,bytes) (#326-328) is never used and should be removed
Address.functionCall(address,bytes,string) (#336-338) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#351-353) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#361-364) is never used and should be removed
Address.isContract(address) (#273-282) is never used and should be removed
Address.sendValue(address,uint256) (#300-306) is never used and should be removed
Context._msgData() (#245-248) is never used and should be removed
SafeMath.mod(uint256,uint256) (#218-220) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#234-237) is never used and should be removed
Remove unused functions.

Additional information: link

BoozeMoon._rTotal (#706) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
BoozeMoon._previousTaxFee (#714) is set pre-construction with a non-constant function or state variable:
- _taxFee
BoozeMoon._previousLiquidityFee (#717) 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) (#300-306):
- (success) = recipient.call{value: amount}() (#304)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#366-387):
- (success,returndata) = target.call{value: weiValue}(data) (#370)
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() (#512) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#513) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#530) is not in mixedCase
Function IUniswapV2Router01.WETH() (#552) is not in mixedCase
Parameter BoozeMoon.setSwapAndLiquifyEnabled(bool)._enabled (#900) is not in mixedCase
Parameter BoozeMoon.calculateTaxFee(uint256)._amount (#963) is not in mixedCase
Parameter BoozeMoon.calculateLiquidityFee(uint256)._amount (#969) is not in mixedCase
Variable BoozeMoon._taxFee (#713) is not in mixedCase
Variable BoozeMoon._liquidityFee (#716) is not in mixedCase
Variable BoozeMoon._maxTxAmount (#725) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#246)" inContext (#240-249)
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 (#557) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#558)
Variable BoozeMoon._getValues(uint256).rTransferAmount (#919) is too similar to BoozeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1145)
Variable BoozeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#934) is too similar to BoozeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1145)
Variable BoozeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1135) is too similar to BoozeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1135)
Variable BoozeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1135) is too similar to BoozeMoon._getTValues(uint256).tTransferAmount (#926)
Variable BoozeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to BoozeMoon._getTValues(uint256).tTransferAmount (#926)
Variable BoozeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1135) is too similar to BoozeMoon._transferStandard(address,address,uint256).tTransferAmount (#1126)
Variable BoozeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to BoozeMoon._transferStandard(address,address,uint256).tTransferAmount (#1126)
Variable BoozeMoon._getValues(uint256).rTransferAmount (#919) is too similar to BoozeMoon._getTValues(uint256).tTransferAmount (#926)
Variable BoozeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#934) is too similar to BoozeMoon._getTValues(uint256).tTransferAmount (#926)
Variable BoozeMoon._getValues(uint256).rTransferAmount (#919) is too similar to BoozeMoon._transferStandard(address,address,uint256).tTransferAmount (#1126)
Variable BoozeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#934) is too similar to BoozeMoon._transferStandard(address,address,uint256).tTransferAmount (#1126)
Variable BoozeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1135) is too similar to BoozeMoon._getValues(uint256).tTransferAmount (#918)
Variable BoozeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1135) is too similar to BoozeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1145)
Variable BoozeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to BoozeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1145)
Variable BoozeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to BoozeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1145)
Variable BoozeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to BoozeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1135)
Variable BoozeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to BoozeMoon._transferStandard(address,address,uint256).tTransferAmount (#1126)
Variable BoozeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1135) is too similar to BoozeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable BoozeMoon._getValues(uint256).rTransferAmount (#919) is too similar to BoozeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable BoozeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to BoozeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1135)
Variable BoozeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to BoozeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable BoozeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to BoozeMoon._getValues(uint256).tTransferAmount (#918)
Variable BoozeMoon._transferStandard(address,address,uint256).rTransferAmount (#1126) is too similar to BoozeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable BoozeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#934) is too similar to BoozeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable BoozeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to BoozeMoon._getTValues(uint256).tTransferAmount (#926)
Variable BoozeMoon._transferStandard(address,address,uint256).rTransferAmount (#1126) is too similar to BoozeMoon._transferStandard(address,address,uint256).tTransferAmount (#1126)
Variable BoozeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to BoozeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1145)
Variable BoozeMoon._getValues(uint256).rTransferAmount (#919) is too similar to BoozeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1135)
Variable BoozeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to BoozeMoon._getValues(uint256).tTransferAmount (#918)
Variable BoozeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to BoozeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1135)
Variable BoozeMoon._transferStandard(address,address,uint256).rTransferAmount (#1126) is too similar to BoozeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1135)
Variable BoozeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#934) is too similar to BoozeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1135)
Variable BoozeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to BoozeMoon._getTValues(uint256).tTransferAmount (#926)
Variable BoozeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to BoozeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable BoozeMoon._transferStandard(address,address,uint256).rTransferAmount (#1126) is too similar to BoozeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1145)
Variable BoozeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to BoozeMoon._transferStandard(address,address,uint256).tTransferAmount (#1126)
Variable BoozeMoon._getValues(uint256).rTransferAmount (#919) is too similar to BoozeMoon._getValues(uint256).tTransferAmount (#918)
Variable BoozeMoon._transferStandard(address,address,uint256).rTransferAmount (#1126) is too similar to BoozeMoon._getValues(uint256).tTransferAmount (#918)
Variable BoozeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to BoozeMoon._getValues(uint256).tTransferAmount (#918)
Variable BoozeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#934) is too similar to BoozeMoon._getValues(uint256).tTransferAmount (#918)
Variable BoozeMoon._transferStandard(address,address,uint256).rTransferAmount (#1126) is too similar to BoozeMoon._getTValues(uint256).tTransferAmount (#926)
Variable BoozeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to BoozeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Prevent variables from having similar names.

Additional information: link

BoozeMoon.slitherConstructorVariables() (#690-1158) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#705)
BoozeMoon.slitherConstructorVariables() (#690-1158) uses literals with too many digits:
- _maxTxAmount = 10000000 * 10 ** 6 * 10 ** 9 (#725)
BoozeMoon.slitherConstructorVariables() (#690-1158) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1000000 * 10 ** 6 * 10 ** 9 (#726)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BoozeMoon._decimals (#711) should be constant
BoozeMoon._name (#709) should be constant
BoozeMoon._symbol (#710) should be constant
BoozeMoon._tTotal (#705) should be constant
BoozeMoon.numTokensSellToAddToLiquidity (#726) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#440-443)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#449-453)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#455-457)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#460-465)
unlock() should be declared external:
- Ownable.unlock() (#468-473)
name() should be declared external:
- BoozeMoon.name() (#760-762)
symbol() should be declared external:
- BoozeMoon.symbol() (#764-766)
decimals() should be declared external:
- BoozeMoon.decimals() (#768-770)
totalSupply() should be declared external:
- BoozeMoon.totalSupply() (#772-774)
transfer(address,uint256) should be declared external:
- BoozeMoon.transfer(address,uint256) (#781-784)
allowance(address,address) should be declared external:
- BoozeMoon.allowance(address,address) (#786-788)
approve(address,uint256) should be declared external:
- BoozeMoon.approve(address,uint256) (#790-793)
transferFrom(address,address,uint256) should be declared external:
- BoozeMoon.transferFrom(address,address,uint256) (#795-799)
increaseAllowance(address,uint256) should be declared external:
- BoozeMoon.increaseAllowance(address,uint256) (#801-804)
decreaseAllowance(address,uint256) should be declared external:
- BoozeMoon.decreaseAllowance(address,uint256) (#806-809)
isExcludedFromReward(address) should be declared external:
- BoozeMoon.isExcludedFromReward(address) (#811-813)
totalFees() should be declared external:
- BoozeMoon.totalFees() (#815-817)
deliver(uint256) should be declared external:
- BoozeMoon.deliver(uint256) (#819-826)
reflectionFromToken(uint256,bool) should be declared external:
- BoozeMoon.reflectionFromToken(uint256,bool) (#828-837)
excludeFromReward(address) should be declared external:
- BoozeMoon.excludeFromReward(address) (#845-853)
excludeFromFee(address) should be declared external:
- BoozeMoon.excludeFromFee(address) (#878-880)
includeInFee(address) should be declared external:
- BoozeMoon.includeInFee(address) (#882-884)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BoozeMoon.setSwapAndLiquifyEnabled(bool) (#900-903)
isExcludedFromFee(address) should be declared external:
- BoozeMoon.isExcludedFromFee(address) (#990-992)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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

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


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Telegram account link seems to be invalid


Last post in Twitter was more than 180 days ago


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


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to verify token contract address on the website


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap 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

Price for BOOZE

News for BOOZE