Hazel Coin Token Logo

Hazel [Hazel Coin] Token

About Hazel

Listings

Not Found
Token 2 years
white paper

HΛZΞL COIN is a social cryptocurrency to help communities and members exchange, tip, share and donate to various content creators, promotion, tickets, clubs, courses, sporting events and E-Gaming. Allowing donations to social causes and humanitarian programs on many major social integrated networks around the world. HΛZΞL COIN has completed the Security Audit and KYC Certification by InterFI Network. Transparency and security will always remain mission focused at Hazel Coin.

Social

Laser Scorebeta Last Audit: 19 February 2022

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

HazelCoin.addLiquidity(uint256,uint256) (#1045-1058) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in HazelCoin._transfer(address,address,uint256) (#975-1002):
External calls:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1001)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#925)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1101)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1110)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#866)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1121)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1102)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1112)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1122)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#868)
- _tokenTransfer(from,to,amount) (#1001)
- _rTotal = _rTotal.sub(rFee) (#880)
- _tokenTransfer(from,to,amount) (#1001)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#927)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1120)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#865)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1111)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#867)
Apply the check-effects-interactions pattern.

Additional information: link


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


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

HazelCoin.addLiquidity(uint256,uint256) (#1045-1058) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Ensure that all the return values of the function calls are used.

Additional information: link

HazelCoin.allowance(address,address).owner (#781) shadows:
- Ownable.owner() (#413-415) (function)
HazelCoin._approve(address,address,uint256).owner (#967) shadows:
- Ownable.owner() (#413-415) (function)
Rename the local variables that shadow another component.

Additional information: link

HazelCoin.setTaxFeePercent(uint256) (#1140-1142) should emit an event for:
- _taxFee = taxFee (#1141)
HazelCoin.setLiquidityFeePercent(uint256) (#1144-1146) should emit an event for:
- _liquidityFee = liquidityFee (#1145)
HazelCoin.setHazelCharityFeePercent(uint256) (#1148-1150) should emit an event for:
- _HazelCharityFee = HazelCharityFee (#1149)
HazelCoin.setBurnFeePercent(uint256) (#1152-1154) should emit an event for:
- _burnFee = burnFee (#1153)
Emit an event for critical parameter changes.

Additional information: link

HazelCoin.setHazelCharityWallet(address).newWallet (#1136) lacks a zero-check on :
- HazelCharityWallet = newWallet (#1137)
Check that the address is not zero.

Additional information: link

Reentrancy in HazelCoin._transfer(address,address,uint256) (#975-1002):
External calls:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1001)
- _HazelCharityFee = _previousHazelCharityFee (#960)
- _HazelCharityFee = 0 (#952)
- _tokenTransfer(from,to,amount) (#1001)
- _burnFee = _previousBurnFee (#959)
- _burnFee = 0 (#953)
- _tokenTransfer(from,to,amount) (#1001)
- _liquidityFee = _previousLiquidityFee (#958)
- _liquidityFee = 0 (#951)
- _liquidityFee = 0 (#1084)
- _liquidityFee = _previousLiquidityFee (#1092)
- _tokenTransfer(from,to,amount) (#1001)
- _previousBurnFee = _burnFee (#947)
- _tokenTransfer(from,to,amount) (#1001)
- _previousHazelCharityFee = _HazelCharityFee (#948)
- _tokenTransfer(from,to,amount) (#1001)
- _previousLiquidityFee = _liquidityFee (#946)
- _tokenTransfer(from,to,amount) (#1001)
- _previousTaxFee = _taxFee (#945)
- _tokenTransfer(from,to,amount) (#1001)
- _tFeeTotal = _tFeeTotal.add(tFee) (#881)
- _tokenTransfer(from,to,amount) (#1001)
- _taxFee = _previousTaxFee (#957)
- _taxFee = 0 (#950)
- _taxFee = 0 (#1083)
- _taxFee = _previousTaxFee (#1091)
Reentrancy in HazelCoin.constructor() (#737-753):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#742-743)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#749)
- _isExcludedFromFee[address(this)] = true (#750)
- uniswapV2Router = _uniswapV2Router (#746)
Reentrancy in HazelCoin.setRouterAddress(address) (#1158-1163):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#1161)
State variables written after the call(s):
- uniswapV2Router = _newPancakeRouter (#1162)
Reentrancy in HazelCoin.swapAndLiquify(uint256) (#1004-1025):
External calls:
- swapTokensForEth(half) (#1016)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
- addLiquidity(otherHalf,newBalance) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1022)
- _allowances[owner][spender] = amount (#971)
Reentrancy in HazelCoin.transferFrom(address,address,uint256) (#790-794):
External calls:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#792)
- _allowances[owner][spender] = amount (#971)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in HazelCoin._transfer(address,address,uint256) (#975-1002):
External calls:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1105)
- _tokenTransfer(from,to,amount) (#1001)
- Transfer(sender,recipient,tTransferAmount) (#1115)
- _tokenTransfer(from,to,amount) (#1001)
- Transfer(sender,recipient,tTransferAmount) (#1125)
- _tokenTransfer(from,to,amount) (#1001)
- Transfer(sender,recipient,tTransferAmount) (#871)
- _tokenTransfer(from,to,amount) (#1001)
Reentrancy in HazelCoin.constructor() (#737-753):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#742-743)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#752)
Reentrancy in HazelCoin.swapAndLiquify(uint256) (#1004-1025):
External calls:
- swapTokensForEth(half) (#1016)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
- addLiquidity(otherHalf,newBalance) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#972)
- addLiquidity(otherHalf,newBalance) (#1022)
- SwapAndLiquify(half,newBalance,otherHalf) (#1024)
Reentrancy in HazelCoin.transferFrom(address,address,uint256) (#790-794):
External calls:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#972)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#792)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#265-274) uses assembly
- INLINE ASM (#272)
Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) uses assembly
- INLINE ASM (#371-374)
Do not use evm assembly.

Additional information: link

HazelCoin.includeInReward(address) (#850-861) has costly operations inside a loop:
- _excluded.pop() (#857)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) is never used and should be removed
Address.functionCall(address,bytes) (#318-320) is never used and should be removed
Address.functionCall(address,bytes,string) (#328-330) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#343-345) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#353-356) is never used and should be removed
Address.isContract(address) (#265-274) is never used and should be removed
Address.sendValue(address,uint256) (#292-298) is never used and should be removed
Context._msgData() (#237-240) is never used and should be removed
SafeMath.mod(uint256,uint256) (#210-212) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#226-229) is never used and should be removed
Remove unused functions.

Additional information: link

HazelCoin._rTotal (#695) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
HazelCoin._previousTaxFee (#703) is set pre-construction with a non-constant function or state variable:
- _taxFee
HazelCoin._previousLiquidityFee (#706) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
HazelCoin._previousBurnFee (#709) is set pre-construction with a non-constant function or state variable:
- _burnFee
HazelCoin._previousHazelCharityFee (#713) is set pre-construction with a non-constant function or state variable:
- _HazelCharityFee
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) (#292-298):
- (success) = recipient.call{value: amount}() (#296)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#358-379):
- (success,returndata) = target.call{value: weiValue}(data) (#362)
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() (#504) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#505) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#542) is not in mixedCase
Parameter HazelCoin.calculateTaxFee(uint256)._amount (#930) is not in mixedCase
Parameter HazelCoin.calculateLiquidityFee(uint256)._amount (#936) is not in mixedCase
Parameter HazelCoin.setHazelCharityFeePercent(uint256).HazelCharityFee (#1148) is not in mixedCase
Parameter HazelCoin.setSwapAndLiquifyEnabled(bool)._enabled (#1165) is not in mixedCase
Variable HazelCoin._taxFee (#702) is not in mixedCase
Variable HazelCoin._liquidityFee (#705) is not in mixedCase
Variable HazelCoin._burnFee (#708) is not in mixedCase
Variable HazelCoin._HazelCharityFee (#711) is not in mixedCase
Variable HazelCoin.HazelCharityWallet (#712) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#238)" inContext (#232-241)
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 (#547) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#548)
Variable HazelCoin._getValues(uint256).rTransferAmount (#886) is too similar to HazelCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable HazelCoin._getValues(uint256).rTransferAmount (#886) is too similar to HazelCoin._getValues(uint256).tTransferAmount (#885)
Variable HazelCoin.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to HazelCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable HazelCoin.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to HazelCoin._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable HazelCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to HazelCoin._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable HazelCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to HazelCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable HazelCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to HazelCoin._getTValues(uint256).tTransferAmount (#893)
Variable HazelCoin._getValues(uint256).rTransferAmount (#886) is too similar to HazelCoin._getTValues(uint256).tTransferAmount (#893)
Variable HazelCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to HazelCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable HazelCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to HazelCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable HazelCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to HazelCoin._getValues(uint256).tTransferAmount (#885)
Variable HazelCoin._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to HazelCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable HazelCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to HazelCoin._getTValues(uint256).tTransferAmount (#893)
Variable HazelCoin._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to HazelCoin._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable HazelCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to HazelCoin._getTValues(uint256).tTransferAmount (#893)
Variable HazelCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to HazelCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable HazelCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to HazelCoin._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable HazelCoin._getValues(uint256).rTransferAmount (#886) is too similar to HazelCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable HazelCoin.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to HazelCoin._getTValues(uint256).tTransferAmount (#893)
Variable HazelCoin._getValues(uint256).rTransferAmount (#886) is too similar to HazelCoin._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable HazelCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to HazelCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable HazelCoin._getValues(uint256).rTransferAmount (#886) is too similar to HazelCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable HazelCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to HazelCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable HazelCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to HazelCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable HazelCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to HazelCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable HazelCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to HazelCoin._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable HazelCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to HazelCoin._getValues(uint256).tTransferAmount (#885)
Variable HazelCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to HazelCoin._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable HazelCoin._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to HazelCoin._getValues(uint256).tTransferAmount (#885)
Variable HazelCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to HazelCoin._getValues(uint256).tTransferAmount (#885)
Variable HazelCoin.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to HazelCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable HazelCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to HazelCoin._getValues(uint256).tTransferAmount (#885)
Variable HazelCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to HazelCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable HazelCoin._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to HazelCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable HazelCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to HazelCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable HazelCoin.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to HazelCoin._getValues(uint256).tTransferAmount (#885)
Variable HazelCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to HazelCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable HazelCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to HazelCoin._getTValues(uint256).tTransferAmount (#893)
Variable HazelCoin._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to HazelCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable HazelCoin._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to HazelCoin._getTValues(uint256).tTransferAmount (#893)
Variable HazelCoin.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to HazelCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable HazelCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to HazelCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Prevent variables from having similar names.

Additional information: link

HazelCoin.slitherConstructorVariables() (#680-1171) uses literals with too many digits:
- _tTotal = 100000000000000000 * 10 ** 18 (#694)
HazelCoin.slitherConstructorVariables() (#680-1171) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 6200000000 * 10 ** 18 (#721)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

HazelCoin._decimals (#700) should be constant
HazelCoin._name (#698) should be constant
HazelCoin._symbol (#699) should be constant
HazelCoin._tTotal (#694) should be constant
HazelCoin.numTokensSellToAddToLiquidity (#721) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#432-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#441-445)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#447-449)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#452-457)
unlock() should be declared external:
- Ownable.unlock() (#460-465)
name() should be declared external:
- HazelCoin.name() (#755-757)
symbol() should be declared external:
- HazelCoin.symbol() (#759-761)
decimals() should be declared external:
- HazelCoin.decimals() (#763-765)
totalSupply() should be declared external:
- HazelCoin.totalSupply() (#767-769)
transfer(address,uint256) should be declared external:
- HazelCoin.transfer(address,uint256) (#776-779)
allowance(address,address) should be declared external:
- HazelCoin.allowance(address,address) (#781-783)
approve(address,uint256) should be declared external:
- HazelCoin.approve(address,uint256) (#785-788)
transferFrom(address,address,uint256) should be declared external:
- HazelCoin.transferFrom(address,address,uint256) (#790-794)
increaseAllowance(address,uint256) should be declared external:
- HazelCoin.increaseAllowance(address,uint256) (#796-799)
decreaseAllowance(address,uint256) should be declared external:
- HazelCoin.decreaseAllowance(address,uint256) (#801-804)
isExcludedFromReward(address) should be declared external:
- HazelCoin.isExcludedFromReward(address) (#806-808)
totalFees() should be declared external:
- HazelCoin.totalFees() (#810-812)
deliver(uint256) should be declared external:
- HazelCoin.deliver(uint256) (#814-821)
reflectionFromToken(uint256,bool) should be declared external:
- HazelCoin.reflectionFromToken(uint256,bool) (#823-832)
excludeFromReward(address) should be declared external:
- HazelCoin.excludeFromReward(address) (#840-848)
isExcludedFromFee(address) should be declared external:
- HazelCoin.isExcludedFromFee(address) (#963-965)
excludeFromFee(address) should be declared external:
- HazelCoin.excludeFromFee(address) (#1128-1130)
includeInFee(address) should be declared external:
- HazelCoin.includeInFee(address) (#1132-1134)
setRouterAddress(address) should be declared external:
- HazelCoin.setRouterAddress(address) (#1158-1163)
setSwapAndLiquifyEnabled(bool) should be declared external:
- HazelCoin.setSwapAndLiquifyEnabled(bool) (#1165-1168)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


Average 30d number of PancakeSwap swaps is less than 1. 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.


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

Contract has 14% buy tax and 13% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.


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


Twitter account has few posts


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 verify that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to verify token contract address 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


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for Hazel

News for Hazel