Haino project was born, which is a new block integrating the concepts of metauniverse, NFT and defi
Chain agreement, and create a multi person cooperative meta universe game, which aims to endow people with happiness through the integrated development of meta universe + defi + NFT
Can chain travel to a new future. At the same time, Haino will also use metauniverse + NFT based on the technology of eth chain and TRX double chain
+Supported by the defi + game mode, it is committed to driving the application of blockchain technology in the financial field, physical commerce, entertainment and leisure
The implementation of payment, mining, asset certification and other fields has enabled the innovative business ecosystem in the value Internet era.
Reentrancy in HEToken._transfer(address,address,uint256) (contracts/token/HEToken.sol#350-394):
External calls:
- swapAndLiquify(contractTokenBalance) (contracts/token/HEToken.sol#381)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/token/HEToken.sol#428-434)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/token/HEToken.sol#381)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (contracts/token/HEToken.sol#290)
- _rOwned[hole] = _rOwned[hole].add(rBurn) (contracts/token/HEToken.sol#298)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/token/HEToken.sol#485)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/token/HEToken.sol#475)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/token/HEToken.sol#497)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/token/HEToken.sol#476)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/token/HEToken.sol#198)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/token/HEToken.sol#498)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/token/HEToken.sol#487)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/token/HEToken.sol#200)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _rTotal = _rTotal.sub(rFee) (contracts/token/HEToken.sol#243)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _tOwned[hole] = _tOwned[hole].add(tBurn) (contracts/token/HEToken.sol#300)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (contracts/token/HEToken.sol#292)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (contracts/token/HEToken.sol#496)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (contracts/token/HEToken.sol#197)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (contracts/token/HEToken.sol#486)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (contracts/token/HEToken.sol#199)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
HEToken.slitherConstructorConstantVariables() (contracts/token/HEToken.sol#14-506) uses literals with too many digits:
- hole = 0x000000000000000000000000000000000000dEaD (contracts/token/HEToken.sol#47)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
HEToken.addLiquidity(uint256,uint256) (contracts/token/HEToken.sol#437-450) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
Ensure that all the return values of the function calls are used.
Additional information: link
HEToken.allowance(address,address).owner (contracts/token/HEToken.sol#113) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
HEToken._approve(address,address,uint256).owner (contracts/token/HEToken.sol#342) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
Rename the local variables that shadow another component.
Additional information: link
HEToken.setTaxFeePercent(uint256) (contracts/token/HEToken.sol#215-217) should emit an event for:
- _taxFee = taxFee (contracts/token/HEToken.sol#216)
HEToken.setLiquidityFeePercent(uint256) (contracts/token/HEToken.sol#219-221) should emit an event for:
- _liquidityFee = liquidityFee (contracts/token/HEToken.sol#220)
HEToken.setBurnFeePercent(uint256) (contracts/token/HEToken.sol#223-225) should emit an event for:
- _burnFee = burnFee (contracts/token/HEToken.sol#224)
HEToken.setMaxTxPercent(uint256) (contracts/token/HEToken.sol#228-232) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (contracts/token/HEToken.sol#229-231)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in HEToken._transfer(address,address,uint256) (contracts/token/HEToken.sol#350-394):
External calls:
- swapAndLiquify(contractTokenBalance) (contracts/token/HEToken.sol#381)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/token/HEToken.sol#428-434)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/token/HEToken.sol#381)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _burnFee = _previousBurnFee (contracts/token/HEToken.sol#335)
- _burnFee = 0 (contracts/token/HEToken.sol#329)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _liquidityFee = _previousLiquidityFee (contracts/token/HEToken.sol#334)
- _liquidityFee = 0 (contracts/token/HEToken.sol#328)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _previousBurnFee = _burnFee (contracts/token/HEToken.sol#326)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _previousLiquidityFee = _liquidityFee (contracts/token/HEToken.sol#325)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _previousTaxFee = _taxFee (contracts/token/HEToken.sol#324)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _tFeeTotal = _tFeeTotal.add(tFee) (contracts/token/HEToken.sol#244)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- _taxFee = _previousTaxFee (contracts/token/HEToken.sol#333)
- _taxFee = 0 (contracts/token/HEToken.sol#327)
Reentrancy in HEToken.constructor() (contracts/token/HEToken.sol#68-85):
External calls:
- uniswapV2Pair = IEMEFactory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (contracts/token/HEToken.sol#73-74)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (contracts/token/HEToken.sol#80)
- _isExcludedFromFee[address(this)] = true (contracts/token/HEToken.sol#81)
- _isExcludedFromFee[hole] = true (contracts/token/HEToken.sol#82)
- uniswapV2Router = _uniswapV2Router (contracts/token/HEToken.sol#77)
Reentrancy in HEToken.swapAndLiquify(uint256) (contracts/token/HEToken.sol#396-417):
External calls:
- swapTokensForEth(half) (contracts/token/HEToken.sol#408)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/token/HEToken.sol#428-434)
- addLiquidity(otherHalf,newBalance) (contracts/token/HEToken.sol#414)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (contracts/token/HEToken.sol#414)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (contracts/token/HEToken.sol#414)
- _allowances[owner][spender] = amount (contracts/token/HEToken.sol#346)
Reentrancy in HEToken.transferFrom(address,address,uint256) (contracts/token/HEToken.sol#122-126):
External calls:
- _transfer(sender,recipient,amount) (contracts/token/HEToken.sol#123)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/token/HEToken.sol#428-434)
External calls sending eth:
- _transfer(sender,recipient,amount) (contracts/token/HEToken.sol#123)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (contracts/token/HEToken.sol#124)
- _allowances[owner][spender] = amount (contracts/token/HEToken.sol#346)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in HEToken._transfer(address,address,uint256) (contracts/token/HEToken.sol#350-394):
External calls:
- swapAndLiquify(contractTokenBalance) (contracts/token/HEToken.sol#381)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/token/HEToken.sol#428-434)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/token/HEToken.sol#381)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (contracts/token/HEToken.sol#480)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- Transfer(sender,recipient,tTransferAmount) (contracts/token/HEToken.sol#491)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- Transfer(sender,recipient,tTransferAmount) (contracts/token/HEToken.sol#502)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
- Transfer(sender,recipient,tTransferAmount) (contracts/token/HEToken.sol#204)
- _tokenTransfer(from,to,amount,takeFee) (contracts/token/HEToken.sol#393)
Reentrancy in HEToken.constructor() (contracts/token/HEToken.sol#68-85):
External calls:
- uniswapV2Pair = IEMEFactory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (contracts/token/HEToken.sol#73-74)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (contracts/token/HEToken.sol#84)
Reentrancy in HEToken.swapAndLiquify(uint256) (contracts/token/HEToken.sol#396-417):
External calls:
- swapTokensForEth(half) (contracts/token/HEToken.sol#408)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/token/HEToken.sol#428-434)
- addLiquidity(otherHalf,newBalance) (contracts/token/HEToken.sol#414)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (contracts/token/HEToken.sol#414)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
Event emitted after the call(s):
- Approval(owner,spender,amount) (contracts/token/HEToken.sol#347)
- addLiquidity(otherHalf,newBalance) (contracts/token/HEToken.sol#414)
- SwapAndLiquify(half,newBalance,otherHalf) (contracts/token/HEToken.sol#416)
Reentrancy in HEToken.transferFrom(address,address,uint256) (contracts/token/HEToken.sol#122-126):
External calls:
- _transfer(sender,recipient,amount) (contracts/token/HEToken.sol#123)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/token/HEToken.sol#428-434)
External calls sending eth:
- _transfer(sender,recipient,amount) (contracts/token/HEToken.sol#123)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (contracts/token/HEToken.sol#442-449)
Event emitted after the call(s):
- Approval(owner,spender,amount) (contracts/token/HEToken.sol#347)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (contracts/token/HEToken.sol#124)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (@openzeppelin/contracts/utils/Address.sol#26-35) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#33)
Address._verifyCallResult(bool,bytes,string) (@openzeppelin/contracts/utils/Address.sol#171-188) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#180-183)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.6.0', '>=0.6.0<0.8.0', '>=0.6.2<0.8.0', '^0.6.12']
- >=0.6.0<0.8.0 (@openzeppelin/contracts/access/Ownable.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/math/SafeMath.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#3)
- >=0.6.2<0.8.0 (@openzeppelin/contracts/utils/Address.sol#3)
- >=0.6.0<0.8.0 (@openzeppelin/contracts/utils/Context.sol#3)
- >=0.6.0 (contracts/interfaces/IEMEFactory.sol#3)
- >=0.6.0 (contracts/interfaces/IEMERouter.sol#3)
- ^0.6.12 (contracts/token/HEToken.sol#4)
Use one Solidity version.
Additional information: link
HEToken.includeInReward(address) (contracts/token/HEToken.sol#182-193) has costly operations inside a loop:
- _excluded.pop() (contracts/token/HEToken.sol#189)
Use a local variable to hold the loop computation result.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (@openzeppelin/contracts/utils/Address.sol#171-188) is never used and should be removed
Address.functionCall(address,bytes) (@openzeppelin/contracts/utils/Address.sol#79-81) is never used and should be removed
Address.functionCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#89-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (@openzeppelin/contracts/utils/Address.sol#104-106) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts/utils/Address.sol#114-121) is never used and should be removed
Address.functionDelegateCall(address,bytes) (@openzeppelin/contracts/utils/Address.sol#153-155) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#163-169) is never used and should be removed
Address.functionStaticCall(address,bytes) (@openzeppelin/contracts/utils/Address.sol#129-131) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#139-145) is never used and should be removed
Address.isContract(address) (@openzeppelin/contracts/utils/Address.sol#26-35) is never used and should be removed
Address.sendValue(address,uint256) (@openzeppelin/contracts/utils/Address.sol#53-59) is never used and should be removed
Context._msgData() (@openzeppelin/contracts/utils/Context.sol#20-23) is never used and should be removed
SafeMath.div(uint256,uint256,string) (@openzeppelin/contracts/math/SafeMath.sol#190-193) is never used and should be removed
SafeMath.mod(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#152-155) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (@openzeppelin/contracts/math/SafeMath.sol#210-213) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#24-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#60-63) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#70-73) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#45-53) is never used and should be removed
SafeMath.trySub(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#35-38) is never used and should be removed
Remove unused functions.
Additional information: link
HEToken._rTotal (contracts/token/HEToken.sol#29) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
HEToken._previousTaxFee (contracts/token/HEToken.sol#37) is set pre-construction with a non-constant function or state variable:
- _taxFee
HEToken._previousLiquidityFee (contracts/token/HEToken.sol#40) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
HEToken._previousBurnFee (contracts/token/HEToken.sol#43) is set pre-construction with a non-constant function or state variable:
- _burnFee
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
Pragma version>=0.6.0<0.8.0 (@openzeppelin/contracts/access/Ownable.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (@openzeppelin/contracts/math/SafeMath.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#3) is too complex
Pragma version>=0.6.2<0.8.0 (@openzeppelin/contracts/utils/Address.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (@openzeppelin/contracts/utils/Context.sol#3) is too complex
Pragma version>=0.6.0 (contracts/interfaces/IEMEFactory.sol#3) allows old versions
Pragma version>=0.6.0 (contracts/interfaces/IEMERouter.sol#3) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in Address.sendValue(address,uint256) (@openzeppelin/contracts/utils/Address.sol#53-59):
- (success) = recipient.call{value: amount}() (@openzeppelin/contracts/utils/Address.sol#57)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts/utils/Address.sol#114-121):
- (success,returndata) = target.call{value: value}(data) (@openzeppelin/contracts/utils/Address.sol#119)
Low level call in Address.functionStaticCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#139-145):
- (success,returndata) = target.staticcall(data) (@openzeppelin/contracts/utils/Address.sol#143)
Low level call in Address.functionDelegateCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#163-169):
- (success,returndata) = target.delegatecall(data) (@openzeppelin/contracts/utils/Address.sol#167)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IEMERouter.WETH() (contracts/interfaces/IEMERouter.sol#7) is not in mixedCase
Parameter HEToken.setSwapAndLiquifyEnabled(bool)._enabled (contracts/token/HEToken.sol#234) is not in mixedCase
Parameter HEToken.calculateTaxFee(uint256)._amount (contracts/token/HEToken.sol#303) is not in mixedCase
Parameter HEToken.calculateLiquidityFee(uint256)._amount (contracts/token/HEToken.sol#309) is not in mixedCase
Parameter HEToken.calculateBurnFee(uint256)._amount (contracts/token/HEToken.sol#315) is not in mixedCase
Variable HEToken._taxFee (contracts/token/HEToken.sol#36) is not in mixedCase
Variable HEToken._liquidityFee (contracts/token/HEToken.sol#39) is not in mixedCase
Variable HEToken._burnFee (contracts/token/HEToken.sol#42) is not in mixedCase
Constant HEToken.hole (contracts/token/HEToken.sol#47) is not in UPPER_CASE_WITH_UNDERSCORES
Variable HEToken._maxTxAmount (contracts/token/HEToken.sol#51) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (@openzeppelin/contracts/utils/Context.sol#21)" inContext (@openzeppelin/contracts/utils/Context.sol#15-24)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IEMERouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (contracts/interfaces/IEMERouter.sol#12) is too similar to IEMERouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (contracts/interfaces/IEMERouter.sol#13)
Variable HEToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/token/HEToken.sol#161) is too similar to HEToken._transferStandard(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#474)
Variable HEToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#495) is too similar to HEToken._transferStandard(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#474)
Variable HEToken._transferStandard(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#474) is too similar to HEToken._getValues(uint256).tTransferAmount (contracts/token/HEToken.sol#248)
Variable HEToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/token/HEToken.sol#161) is too similar to HEToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#196)
Variable HEToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#484) is too similar to HEToken._getValues(uint256).tTransferAmount (contracts/token/HEToken.sol#248)
Variable HEToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#495) is too similar to HEToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#196)
Variable HEToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/token/HEToken.sol#161) is too similar to HEToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#495)
Variable HEToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/token/HEToken.sol#161) is too similar to HEToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#484)
Variable HEToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#495) is too similar to HEToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#495)
Variable HEToken._transferStandard(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#474) is too similar to HEToken._transferStandard(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#474)
Variable HEToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#495) is too similar to HEToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#484)
Variable HEToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/token/HEToken.sol#161) is too similar to HEToken._getTValues(uint256).tTransferAmount (contracts/token/HEToken.sol#257)
Variable HEToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#495) is too similar to HEToken._getTValues(uint256).tTransferAmount (contracts/token/HEToken.sol#257)
Variable HEToken._transferStandard(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#474) is too similar to HEToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#196)
Variable HEToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#484) is too similar to HEToken._transferStandard(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#474)
Variable HEToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#484) is too similar to HEToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#196)
Variable HEToken._transferStandard(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#474) is too similar to HEToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#495)
Variable HEToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/token/HEToken.sol#266) is too similar to HEToken._getValues(uint256).tTransferAmount (contracts/token/HEToken.sol#248)
Variable HEToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#484) is too similar to HEToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#495)
Variable HEToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#484) is too similar to HEToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#484)
Variable HEToken._transferStandard(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#474) is too similar to HEToken._getTValues(uint256).tTransferAmount (contracts/token/HEToken.sol#257)
Variable HEToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#196) is too similar to HEToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#196)
Variable HEToken._transferToExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#484) is too similar to HEToken._getTValues(uint256).tTransferAmount (contracts/token/HEToken.sol#257)
Variable HEToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/token/HEToken.sol#266) is too similar to HEToken._transferStandard(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#474)
Variable HEToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/token/HEToken.sol#266) is too similar to HEToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#196)
Variable HEToken.reflectionFromToken(uint256,bool).rTransferAmount (contracts/token/HEToken.sol#161) is too similar to HEToken._getValues(uint256).tTransferAmount (contracts/token/HEToken.sol#248)
Variable HEToken._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#495) is too similar to HEToken._getValues(uint256).tTransferAmount (contracts/token/HEToken.sol#248)
Variable HEToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#196) is too similar to HEToken._getValues(uint256).tTransferAmount (contracts/token/HEToken.sol#248)
Variable HEToken._getValues(uint256).rTransferAmount (contracts/token/HEToken.sol#249) is too similar to HEToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#495)
Variable HEToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/token/HEToken.sol#266) is too similar to HEToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#495)
Variable HEToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#196) is too similar to HEToken._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#495)
Variable HEToken._getValues(uint256).rTransferAmount (contracts/token/HEToken.sol#249) is too similar to HEToken._getTValues(uint256).tTransferAmount (contracts/token/HEToken.sol#257)
Variable HEToken._getValues(uint256).rTransferAmount (contracts/token/HEToken.sol#249) is too similar to HEToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#484)
Variable HEToken._getValues(uint256).rTransferAmount (contracts/token/HEToken.sol#249) is too similar to HEToken._transferStandard(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#474)
Variable HEToken._transferStandard(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#474) is too similar to HEToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#484)
Variable HEToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/token/HEToken.sol#266) is too similar to HEToken._getTValues(uint256).tTransferAmount (contracts/token/HEToken.sol#257)
Variable HEToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#196) is too similar to HEToken._getTValues(uint256).tTransferAmount (contracts/token/HEToken.sol#257)
Variable HEToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (contracts/token/HEToken.sol#266) is too similar to HEToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#484)
Variable HEToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#196) is too similar to HEToken._transferToExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#484)
Variable HEToken._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/token/HEToken.sol#196) is too similar to HEToken._transferStandard(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#474)
Variable HEToken._getValues(uint256).rTransferAmount (contracts/token/HEToken.sol#249) is too similar to HEToken._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/token/HEToken.sol#196)
Variable HEToken._getValues(uint256).rTransferAmount (contracts/token/HEToken.sol#249) is too similar to HEToken._getValues(uint256).tTransferAmount (contracts/token/HEToken.sol#248)
Prevent variables from having similar names.
Additional information: link
HEToken._decimals (contracts/token/HEToken.sol#34) should be constant
HEToken._name (contracts/token/HEToken.sol#32) should be constant
HEToken._symbol (contracts/token/HEToken.sol#33) should be constant
HEToken._tTotal (contracts/token/HEToken.sol#28) should be constant
HEToken.numTokensSellToAddToLiquidity (contracts/token/HEToken.sol#52) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (@openzeppelin/contracts/access/Ownable.sol#54-57)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (@openzeppelin/contracts/access/Ownable.sol#63-67)
name() should be declared external:
- HEToken.name() (contracts/token/HEToken.sol#87-89)
symbol() should be declared external:
- HEToken.symbol() (contracts/token/HEToken.sol#91-93)
decimals() should be declared external:
- HEToken.decimals() (contracts/token/HEToken.sol#95-97)
totalSupply() should be declared external:
- HEToken.totalSupply() (contracts/token/HEToken.sol#99-101)
transfer(address,uint256) should be declared external:
- HEToken.transfer(address,uint256) (contracts/token/HEToken.sol#108-111)
allowance(address,address) should be declared external:
- HEToken.allowance(address,address) (contracts/token/HEToken.sol#113-115)
approve(address,uint256) should be declared external:
- HEToken.approve(address,uint256) (contracts/token/HEToken.sol#117-120)
transferFrom(address,address,uint256) should be declared external:
- HEToken.transferFrom(address,address,uint256) (contracts/token/HEToken.sol#122-126)
increaseAllowance(address,uint256) should be declared external:
- HEToken.increaseAllowance(address,uint256) (contracts/token/HEToken.sol#128-131)
decreaseAllowance(address,uint256) should be declared external:
- HEToken.decreaseAllowance(address,uint256) (contracts/token/HEToken.sol#133-136)
isExcludedFromReward(address) should be declared external:
- HEToken.isExcludedFromReward(address) (contracts/token/HEToken.sol#138-140)
totalFees() should be declared external:
- HEToken.totalFees() (contracts/token/HEToken.sol#142-144)
deliver(uint256) should be declared external:
- HEToken.deliver(uint256) (contracts/token/HEToken.sol#146-153)
reflectionFromToken(uint256,bool) should be declared external:
- HEToken.reflectionFromToken(uint256,bool) (contracts/token/HEToken.sol#155-164)
excludeFromReward(address) should be declared external:
- HEToken.excludeFromReward(address) (contracts/token/HEToken.sol#172-180)
excludeFromFee(address) should be declared external:
- HEToken.excludeFromFee(address) (contracts/token/HEToken.sol#207-209)
includeInFee(address) should be declared external:
- HEToken.includeInFee(address) (contracts/token/HEToken.sol#211-213)
setSwapAndLiquifyEnabled(bool) should be declared external:
- HEToken.setSwapAndLiquifyEnabled(bool) (contracts/token/HEToken.sol#234-237)
isExcludedFromFee(address) should be declared external:
- HEToken.isExcludedFromFee(address) (contracts/token/HEToken.sol#338-340)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinMarketCap
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 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 CoinMarketCap listing / rank
Alexa traffic rank is relatively low
Additional information: link
Token has relatively low CoinGecko rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts