Herpes Token Logo

HERPES Token

About HERPES

Listings

Token 4 years
CoinMarketCap 4 years
white paper

Charity?🤔 No more!
9 out of 10 Twitter experts agree - Piracy is the next big thing in Crypto!
Ask your Local Lot Lizard for a free sample😁

Social

Laser Scorebeta Last Audit: 18 July 2022

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

Anti-Scam

Links


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

Herpes.addLiquidity(uint256,uint256) (#1155-1168) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in Herpes._transfer(address,address,uint256) (#1068-1112):
External calls:
- swapAndLiquify(contractTokenBalance) (#1099)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1146-1152)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1099)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1024)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1193)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1202)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#934)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1194)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1213)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1204)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1214)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#936)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- _rTotal = _rTotal.sub(rFee) (#979)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1026)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#933)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1212)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1203)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#935)
Apply the check-effects-interactions pattern.

Additional information: link


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.


Contract ownership is not renounced (belongs to a wallet)

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#556) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#557) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#574) is not in mixedCase
Function IUniswapV2Router01.WETH() (#596) is not in mixedCase
Parameter Herpes.setSwapAndLiquifyEnabled(bool)._enabled (#970) is not in mixedCase
Parameter Herpes.calculateTaxFee(uint256)._amount (#1029) is not in mixedCase
Parameter Herpes.calculateLiquidityFee(uint256)._amount (#1035) is not in mixedCase
Variable Herpes._taxFee (#756) is not in mixedCase
Variable Herpes._liquidityFee (#759) is not in mixedCase
Variable Herpes._maxTxAmount (#768) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#290)" inContext (#284-293)
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 (#601) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#602)
Variable Herpes._transferToExcluded(address,address,uint256).rTransferAmount (#1201) is too similar to Herpes._transferToExcluded(address,address,uint256).tTransferAmount (#1201)
Variable Herpes._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1000) is too similar to Herpes._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable Herpes._transferToExcluded(address,address,uint256).rTransferAmount (#1201) is too similar to Herpes._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable Herpes._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1000) is too similar to Herpes._getTValues(uint256).tTransferAmount (#992)
Variable Herpes._getValues(uint256).rTransferAmount (#985) is too similar to Herpes._transferStandard(address,address,uint256).tTransferAmount (#1192)
Variable Herpes._transferToExcluded(address,address,uint256).rTransferAmount (#1201) is too similar to Herpes._getTValues(uint256).tTransferAmount (#992)
Variable Herpes._transferBothExcluded(address,address,uint256).rTransferAmount (#932) is too similar to Herpes._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable Herpes._transferFromExcluded(address,address,uint256).rTransferAmount (#1211) is too similar to Herpes._getValues(uint256).tTransferAmount (#984)
Variable Herpes._transferFromExcluded(address,address,uint256).rTransferAmount (#1211) is too similar to Herpes._transferStandard(address,address,uint256).tTransferAmount (#1192)
Variable Herpes._transferBothExcluded(address,address,uint256).rTransferAmount (#932) is too similar to Herpes._getTValues(uint256).tTransferAmount (#992)
Variable Herpes._transferFromExcluded(address,address,uint256).rTransferAmount (#1211) is too similar to Herpes._transferFromExcluded(address,address,uint256).tTransferAmount (#1211)
Variable Herpes.reflectionFromToken(uint256,bool).rTransferAmount (#898) is too similar to Herpes._transferStandard(address,address,uint256).tTransferAmount (#1192)
Variable Herpes._getValues(uint256).rTransferAmount (#985) is too similar to Herpes._transferToExcluded(address,address,uint256).tTransferAmount (#1201)
Variable Herpes._getValues(uint256).rTransferAmount (#985) is too similar to Herpes._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable Herpes._getValues(uint256).rTransferAmount (#985) is too similar to Herpes._getTValues(uint256).tTransferAmount (#992)
Variable Herpes._transferFromExcluded(address,address,uint256).rTransferAmount (#1211) is too similar to Herpes._transferToExcluded(address,address,uint256).tTransferAmount (#1201)
Variable Herpes._transferStandard(address,address,uint256).rTransferAmount (#1192) is too similar to Herpes._transferStandard(address,address,uint256).tTransferAmount (#1192)
Variable Herpes._transferFromExcluded(address,address,uint256).rTransferAmount (#1211) is too similar to Herpes._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable Herpes._transferFromExcluded(address,address,uint256).rTransferAmount (#1211) is too similar to Herpes._getTValues(uint256).tTransferAmount (#992)
Variable Herpes.reflectionFromToken(uint256,bool).rTransferAmount (#898) is too similar to Herpes._transferToExcluded(address,address,uint256).tTransferAmount (#1201)
Variable Herpes._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1000) is too similar to Herpes._transferStandard(address,address,uint256).tTransferAmount (#1192)
Variable Herpes.reflectionFromToken(uint256,bool).rTransferAmount (#898) is too similar to Herpes._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable Herpes.reflectionFromToken(uint256,bool).rTransferAmount (#898) is too similar to Herpes._getTValues(uint256).tTransferAmount (#992)
Variable Herpes._transferToExcluded(address,address,uint256).rTransferAmount (#1201) is too similar to Herpes._transferStandard(address,address,uint256).tTransferAmount (#1192)
Variable Herpes._transferBothExcluded(address,address,uint256).rTransferAmount (#932) is too similar to Herpes._transferStandard(address,address,uint256).tTransferAmount (#1192)
Variable Herpes._transferStandard(address,address,uint256).rTransferAmount (#1192) is too similar to Herpes._transferBothExcluded(address,address,uint256).tTransferAmount (#932)
Variable Herpes._transferStandard(address,address,uint256).rTransferAmount (#1192) is too similar to Herpes._getTValues(uint256).tTransferAmount (#992)
Variable Herpes._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1000) is too similar to Herpes._transferFromExcluded(address,address,uint256).tTransferAmount (#1211)
Variable Herpes._transferStandard(address,address,uint256).rTransferAmount (#1192) is too similar to Herpes._getValues(uint256).tTransferAmount (#984)
Variable Herpes.reflectionFromToken(uint256,bool).rTransferAmount (#898) is too similar to Herpes._getValues(uint256).tTransferAmount (#984)
Variable Herpes._transferStandard(address,address,uint256).rTransferAmount (#1192) is too similar to Herpes._transferFromExcluded(address,address,uint256).tTransferAmount (#1211)
Variable Herpes.reflectionFromToken(uint256,bool).rTransferAmount (#898) is too similar to Herpes._transferFromExcluded(address,address,uint256).tTransferAmount (#1211)
Variable Herpes._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1000) is too similar to Herpes._transferToExcluded(address,address,uint256).tTransferAmount (#1201)
Variable Herpes._transferToExcluded(address,address,uint256).rTransferAmount (#1201) is too similar to Herpes._getValues(uint256).tTransferAmount (#984)
Variable Herpes._transferBothExcluded(address,address,uint256).rTransferAmount (#932) is too similar to Herpes._getValues(uint256).tTransferAmount (#984)
Variable Herpes._transferToExcluded(address,address,uint256).rTransferAmount (#1201) is too similar to Herpes._transferFromExcluded(address,address,uint256).tTransferAmount (#1211)
Variable Herpes._transferBothExcluded(address,address,uint256).rTransferAmount (#932) is too similar to Herpes._transferFromExcluded(address,address,uint256).tTransferAmount (#1211)
Variable Herpes._transferStandard(address,address,uint256).rTransferAmount (#1192) is too similar to Herpes._transferToExcluded(address,address,uint256).tTransferAmount (#1201)
Variable Herpes._getValues(uint256).rTransferAmount (#985) is too similar to Herpes._getValues(uint256).tTransferAmount (#984)
Variable Herpes._getValues(uint256).rTransferAmount (#985) is too similar to Herpes._transferFromExcluded(address,address,uint256).tTransferAmount (#1211)
Variable Herpes._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1000) is too similar to Herpes._getValues(uint256).tTransferAmount (#984)
Variable Herpes._transferBothExcluded(address,address,uint256).rTransferAmount (#932) is too similar to Herpes._transferToExcluded(address,address,uint256).tTransferAmount (#1201)
Prevent variables from having similar names.

Additional information: link

Herpes.constructor() (#785-809) uses literals with too many digits:
- excludeFromReward(0x000000000000000000000000000000000000dEaD) (#805)
Herpes.constructor() (#785-809) uses literals with too many digits:
- excludeFromReward(0x0000000000000000000000000000000000000001) (#806)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Herpes._decimals (#754) should be constant
Herpes._name (#752) should be constant
Herpes._symbol (#753) should be constant
Herpes._tTotal (#748) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#484-487)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#493-497)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#499-501)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#504-509)
unlock() should be declared external:
- Ownable.unlock() (#512-517)
setRouterAddress(address) should be declared external:
- Herpes.setRouterAddress(address) (#818-822)
name() should be declared external:
- Herpes.name() (#824-826)
symbol() should be declared external:
- Herpes.symbol() (#828-830)
decimals() should be declared external:
- Herpes.decimals() (#832-834)
totalSupply() should be declared external:
- Herpes.totalSupply() (#836-838)
transfer(address,uint256) should be declared external:
- Herpes.transfer(address,uint256) (#845-848)
allowance(address,address) should be declared external:
- Herpes.allowance(address,address) (#850-852)
approve(address,uint256) should be declared external:
- Herpes.approve(address,uint256) (#854-857)
transferFrom(address,address,uint256) should be declared external:
- Herpes.transferFrom(address,address,uint256) (#859-863)
increaseAllowance(address,uint256) should be declared external:
- Herpes.increaseAllowance(address,uint256) (#865-868)
decreaseAllowance(address,uint256) should be declared external:
- Herpes.decreaseAllowance(address,uint256) (#870-873)
isExcludedFromReward(address) should be declared external:
- Herpes.isExcludedFromReward(address) (#875-877)
totalFees() should be declared external:
- Herpes.totalFees() (#879-881)
deliver(uint256) should be declared external:
- Herpes.deliver(uint256) (#883-890)
reflectionFromToken(uint256,bool) should be declared external:
- Herpes.reflectionFromToken(uint256,bool) (#892-901)
excludeFromFee(address) should be declared external:
- Herpes.excludeFromFee(address) (#942-944)
includeInFee(address) should be declared external:
- Herpes.includeInFee(address) (#946-948)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Herpes.setSwapAndLiquifyEnabled(bool) (#970-973)
isExcludedFromFee(address) should be declared external:
- Herpes.isExcludedFromFee(address) (#1056-1058)
Use the external attribute for functions never called from the contract.

Additional information: link

Herpes.addLiquidity(uint256,uint256) (#1155-1168) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
Ensure that all the return values of the function calls are used.

Additional information: link

Herpes.allowance(address,address).owner (#850) shadows:
- Ownable.owner() (#465-467) (function)
Herpes._approve(address,address,uint256).owner (#1060) shadows:
- Ownable.owner() (#465-467) (function)
Rename the local variables that shadow another component.

Additional information: link

Herpes.setTaxFeePercent(uint256) (#950-952) should emit an event for:
- _taxFee = taxFee (#951)
Herpes.setLiquidityFeePercent(uint256) (#954-956) should emit an event for:
- _liquidityFee = liquidityFee (#955)
Herpes.setMaxTxPercent(uint256) (#958-962) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#959-961)
Herpes.setMaxTxPermille(uint256) (#964-968) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPermille).div(10 ** 3) (#965-967)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Herpes._transfer(address,address,uint256) (#1068-1112):
External calls:
- swapAndLiquify(contractTokenBalance) (#1099)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1146-1152)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1099)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- _liquidityFee = _previousLiquidityFee (#1053)
- _liquidityFee = 0 (#1048)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- _previousLiquidityFee = _liquidityFee (#1045)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- _previousTaxFee = _taxFee (#1044)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- _tFeeTotal = _tFeeTotal.add(tFee) (#980)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- _taxFee = _previousTaxFee (#1052)
- _taxFee = 0 (#1047)
Reentrancy in Herpes.constructor() (#785-809):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#793-794)
State variables written after the call(s):
- excludeFromReward(owner()) (#804)
- _excluded.push(account) (#916)
- excludeFromReward(0x000000000000000000000000000000000000dEaD) (#805)
- _excluded.push(account) (#916)
- excludeFromReward(0x0000000000000000000000000000000000000001) (#806)
- _excluded.push(account) (#916)
- excludeFromReward(owner()) (#804)
- _isExcluded[account] = true (#915)
- excludeFromReward(0x000000000000000000000000000000000000dEaD) (#805)
- _isExcluded[account] = true (#915)
- excludeFromReward(0x0000000000000000000000000000000000000001) (#806)
- _isExcluded[account] = true (#915)
- _isExcludedFromFee[owner()] = true (#800)
- _isExcludedFromFee[address(this)] = true (#801)
- excludeFromReward(owner()) (#804)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#913)
- excludeFromReward(0x000000000000000000000000000000000000dEaD) (#805)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#913)
- excludeFromReward(0x0000000000000000000000000000000000000001) (#806)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#913)
- uniswapV2Router = _uniswapV2Router (#797)
Reentrancy in Herpes.setRouterAddress(address) (#818-822):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#820)
State variables written after the call(s):
- uniswapV2Router = _newPancakeRouter (#821)
Reentrancy in Herpes.swapAndLiquify(uint256) (#1114-1135):
External calls:
- swapTokensForEth(half) (#1126)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1146-1152)
- addLiquidity(otherHalf,newBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1132)
- _allowances[owner][spender] = amount (#1064)
Reentrancy in Herpes.transferFrom(address,address,uint256) (#859-863):
External calls:
- _transfer(sender,recipient,amount) (#860)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1146-1152)
External calls sending eth:
- _transfer(sender,recipient,amount) (#860)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#861)
- _allowances[owner][spender] = amount (#1064)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Herpes._transfer(address,address,uint256) (#1068-1112):
External calls:
- swapAndLiquify(contractTokenBalance) (#1099)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1146-1152)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1099)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1197)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- Transfer(sender,recipient,tTransferAmount) (#1207)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- Transfer(sender,recipient,tTransferAmount) (#1217)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
- Transfer(sender,recipient,tTransferAmount) (#939)
- _tokenTransfer(from,to,amount,takeFee) (#1111)
Reentrancy in Herpes.constructor() (#785-809):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#793-794)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#808)
Reentrancy in Herpes.swapAndLiquify(uint256) (#1114-1135):
External calls:
- swapTokensForEth(half) (#1126)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1146-1152)
- addLiquidity(otherHalf,newBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1065)
- addLiquidity(otherHalf,newBalance) (#1132)
- SwapAndLiquify(half,newBalance,otherHalf) (#1134)
Reentrancy in Herpes.transferFrom(address,address,uint256) (#859-863):
External calls:
- _transfer(sender,recipient,amount) (#860)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1146-1152)
External calls sending eth:
- _transfer(sender,recipient,amount) (#860)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1160-1167)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1065)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#861)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#317-326) uses assembly
- INLINE ASM (#324)
Address._functionCallWithValue(address,bytes,uint256,string) (#410-431) uses assembly
- INLINE ASM (#423-426)
Do not use evm assembly.

Additional information: link

Herpes.includeInReward(address) (#919-930) has costly operations inside a loop:
- _excluded.pop() (#926)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#410-431) is never used and should be removed
Address.functionCall(address,bytes) (#370-372) is never used and should be removed
Address.functionCall(address,bytes,string) (#380-382) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#395-397) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#405-408) is never used and should be removed
Address.isContract(address) (#317-326) is never used and should be removed
Address.sendValue(address,uint256) (#344-350) is never used and should be removed
Context._msgData() (#289-292) is never used and should be removed
SafeMath.mod(uint256,uint256) (#262-264) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#278-281) is never used and should be removed
Remove unused functions.

Additional information: link

Herpes._rTotal (#749) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Herpes._previousTaxFee (#757) is set pre-construction with a non-constant function or state variable:
- _taxFee
Herpes._previousLiquidityFee (#760) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Herpes._maxTxAmount (#768) is set pre-construction with a non-constant function or state variable:
- _tTotal
Herpes.numTokensSellToAddToLiquidity (#769) is set pre-construction with a non-constant function or state variable:
- _tTotal
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) (#344-350):
- (success) = recipient.call{value: amount}() (#348)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#410-431):
- (success,returndata) = target.call{value: weiValue}(data) (#414)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Telegram account link seems to be invalid


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find website, listings and other project-related information


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


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 HERPES

News for HERPES