HomeRun Token Logo

HMRN [HomeRun] Token

About HMRN

Listings

Token 2 years
CoinMarketCap 2 years
[CoinGecko] alert: Homerun has recently migrated from their old contract to a new one. For more information, please visit this post.
white paper

DEFI HYBRID REIT (Real Estate Investment Token), buying both metaverse properties and real physical assets.

-Supply: 500,000,000
-Staking rewards
-Earn passive income from real estate
-Reflection token with 6% tax
-4% real estate fund
-2% holders
-Locked liquidity
-Team tokens locked for 2 years
-Charity wallet
-Portfolio to include real physical property and metaverse assets
-Unruggable
-Roadmap includes real estate blockchain, debit cards, and P2P mortgages

Laser Scorebeta Last Audit: 2 March 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

Reentrancy in HomeRun._transfer(address,address,uint256) (#709-745):
External calls:
- swapAndLiquify(contractTokenBalance) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#773-779)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#744)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#665)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#828)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#819)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#581)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#820)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#839)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#840)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#830)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#583)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- _rTotal = _rTotal.sub(rFee) (#620)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#667)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#838)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#580)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#829)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#582)
Apply the check-effects-interactions pattern.

Additional information: link

HomeRun.addLiquidity(uint256,uint256) (#782-795) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
Ensure that all the return values of the function calls are used.

Additional information: link

HomeRun.allowance(address,address).owner (#498) shadows:
- Ownable.owner() (#152-154) (function)
HomeRun._approve(address,address,uint256).owner (#701) shadows:
- Ownable.owner() (#152-154) (function)
Rename the local variables that shadow another component.

Additional information: link

HomeRun.setTaxFeePercent(uint256) (#597-599) should emit an event for:
- _taxFee = taxFee (#598)
HomeRun.setLiquidityFeePercent(uint256) (#601-603) should emit an event for:
- _liquidityFee = liquidityFee (#602)
HomeRun.setMaxTxPercent(uint256) (#605-609) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#606-608)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in HomeRun._transfer(address,address,uint256) (#709-745):
External calls:
- swapAndLiquify(contractTokenBalance) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#773-779)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#744)
- _liquidityFee = _previousLiquidityFee (#694)
- _liquidityFee = 0 (#689)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- _previousLiquidityFee = _liquidityFee (#686)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- _previousTaxFee = _taxFee (#685)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- _tFeeTotal = _tFeeTotal.add(tFee) (#621)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- _taxFee = _previousTaxFee (#693)
- _taxFee = 0 (#688)
Reentrancy in HomeRun.constructor() (#454-470):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#459-460)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#466)
- _isExcludedFromFee[address(this)] = true (#467)
- uniswapV2Router = _uniswapV2Router (#463)
Reentrancy in HomeRun.swapAndLiquify(uint256) (#747-762):
External calls:
- swapTokensForEth(half) (#754)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#773-779)
- addLiquidity(otherHalf,newBalance) (#759)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#759)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#759)
- _allowances[owner][spender] = amount (#705)
Reentrancy in HomeRun.transferFrom(address,address,uint256) (#507-511):
External calls:
- _transfer(sender,recipient,amount) (#508)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#773-779)
External calls sending eth:
- _transfer(sender,recipient,amount) (#508)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#509)
- _allowances[owner][spender] = amount (#705)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in HomeRun._transfer(address,address,uint256) (#709-745):
External calls:
- swapAndLiquify(contractTokenBalance) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#773-779)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#823)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- Transfer(sender,recipient,tTransferAmount) (#833)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- Transfer(sender,recipient,tTransferAmount) (#843)
- _tokenTransfer(from,to,amount,takeFee) (#744)
- Transfer(sender,recipient,tTransferAmount) (#586)
- _tokenTransfer(from,to,amount,takeFee) (#744)
Reentrancy in HomeRun.constructor() (#454-470):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#459-460)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#469)
Reentrancy in HomeRun.swapAndLiquify(uint256) (#747-762):
External calls:
- swapTokensForEth(half) (#754)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#773-779)
- addLiquidity(otherHalf,newBalance) (#759)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#759)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#706)
- addLiquidity(otherHalf,newBalance) (#759)
- SwapAndLiquify(half,newBalance,otherHalf) (#761)
Reentrancy in HomeRun.transferFrom(address,address,uint256) (#507-511):
External calls:
- _transfer(sender,recipient,amount) (#508)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#773-779)
External calls sending eth:
- _transfer(sender,recipient,amount) (#508)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#787-794)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#706)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#509)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#87-93) uses assembly
- INLINE ASM (#91)
Address._functionCallWithValue(address,bytes,uint256,string) (#119-136) uses assembly
- INLINE ASM (#128-131)
Do not use evm assembly.

Additional information: link

HomeRun.includeInReward(address) (#566-577) has costly operations inside a loop:
- _excluded.pop() (#573)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#119-136) is never used and should be removed
Address.functionCall(address,bytes) (#102-104) is never used and should be removed
Address.functionCall(address,bytes,string) (#106-108) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#110-112) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#114-117) is never used and should be removed
Address.isContract(address) (#87-93) is never used and should be removed
Address.sendValue(address,uint256) (#95-100) is never used and should be removed
Context._msgData() (#79-82) is never used and should be removed
SafeMath.mod(uint256,uint256) (#64-66) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#68-71) is never used and should be removed
Remove unused functions.

Additional information: link

HomeRun._rTotal (#418) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
HomeRun._previousTaxFee (#426) is set pre-construction with a non-constant function or state variable:
- _taxFee
HomeRun._previousLiquidityFee (#429) 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) (#95-100):
- (success) = recipient.call{value: amount}() (#98)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#119-136):
- (success,returndata) = target.call{value: weiValue}(data) (#122)
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() (#227) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#228) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#245) is not in mixedCase
Function IUniswapV2Router01.WETH() (#267) is not in mixedCase
Parameter HomeRun.setSwapAndLiquifyEnabled(bool)._enabled (#611) is not in mixedCase
Parameter HomeRun.calculateTaxFee(uint256)._amount (#670) is not in mixedCase
Parameter HomeRun.calculateLiquidityFee(uint256)._amount (#676) is not in mixedCase
Variable HomeRun._taxFee (#425) is not in mixedCase
Variable HomeRun._liquidityFee (#428) is not in mixedCase
Variable HomeRun._maxTxAmount (#437) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#80)" inContext (#74-83)
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 (#272) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#273)
Variable HomeRun.reflectionFromToken(uint256,bool).rTransferAmount (#546) is too similar to HomeRun._transferToExcluded(address,address,uint256).tTransferAmount (#827)
Variable HomeRun.reflectionFromToken(uint256,bool).rTransferAmount (#546) is too similar to HomeRun._transferFromExcluded(address,address,uint256).tTransferAmount (#837)
Variable HomeRun._transferBothExcluded(address,address,uint256).rTransferAmount (#579) is too similar to HomeRun._transferBothExcluded(address,address,uint256).tTransferAmount (#579)
Variable HomeRun._transferBothExcluded(address,address,uint256).rTransferAmount (#579) is too similar to HomeRun._getValues(uint256).tTransferAmount (#625)
Variable HomeRun._transferBothExcluded(address,address,uint256).rTransferAmount (#579) is too similar to HomeRun._transferToExcluded(address,address,uint256).tTransferAmount (#827)
Variable HomeRun._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to HomeRun._getValues(uint256).tTransferAmount (#625)
Variable HomeRun._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to HomeRun._getValues(uint256).tTransferAmount (#625)
Variable HomeRun._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to HomeRun._transferToExcluded(address,address,uint256).tTransferAmount (#827)
Variable HomeRun._transferBothExcluded(address,address,uint256).rTransferAmount (#579) is too similar to HomeRun._transferFromExcluded(address,address,uint256).tTransferAmount (#837)
Variable HomeRun._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to HomeRun._transferToExcluded(address,address,uint256).tTransferAmount (#827)
Variable HomeRun._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to HomeRun._transferFromExcluded(address,address,uint256).tTransferAmount (#837)
Variable HomeRun._transferFromExcluded(address,address,uint256).rTransferAmount (#837) is too similar to HomeRun._transferToExcluded(address,address,uint256).tTransferAmount (#827)
Variable HomeRun._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to HomeRun._transferFromExcluded(address,address,uint256).tTransferAmount (#837)
Variable HomeRun._transferFromExcluded(address,address,uint256).rTransferAmount (#837) is too similar to HomeRun._getValues(uint256).tTransferAmount (#625)
Variable HomeRun._transferFromExcluded(address,address,uint256).rTransferAmount (#837) is too similar to HomeRun._transferFromExcluded(address,address,uint256).tTransferAmount (#837)
Variable HomeRun._transferBothExcluded(address,address,uint256).rTransferAmount (#579) is too similar to HomeRun._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable HomeRun._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to HomeRun._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable HomeRun._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to HomeRun._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable HomeRun._getValues(uint256).rTransferAmount (#626) is too similar to HomeRun._transferToExcluded(address,address,uint256).tTransferAmount (#827)
Variable HomeRun._getValues(uint256).rTransferAmount (#626) is too similar to HomeRun._getValues(uint256).tTransferAmount (#625)
Variable HomeRun._transferToExcluded(address,address,uint256).rTransferAmount (#827) is too similar to HomeRun._transferToExcluded(address,address,uint256).tTransferAmount (#827)
Variable HomeRun._getValues(uint256).rTransferAmount (#626) is too similar to HomeRun._transferFromExcluded(address,address,uint256).tTransferAmount (#837)
Variable HomeRun._transferToExcluded(address,address,uint256).rTransferAmount (#827) is too similar to HomeRun._getValues(uint256).tTransferAmount (#625)
Variable HomeRun._transferToExcluded(address,address,uint256).rTransferAmount (#827) is too similar to HomeRun._transferFromExcluded(address,address,uint256).tTransferAmount (#837)
Variable HomeRun.reflectionFromToken(uint256,bool).rTransferAmount (#546) is too similar to HomeRun._getValues(uint256).tTransferAmount (#625)
Variable HomeRun._transferBothExcluded(address,address,uint256).rTransferAmount (#579) is too similar to HomeRun._getTValues(uint256).tTransferAmount (#633)
Variable HomeRun._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to HomeRun._transferBothExcluded(address,address,uint256).tTransferAmount (#579)
Variable HomeRun._getValues(uint256).rTransferAmount (#626) is too similar to HomeRun._transferBothExcluded(address,address,uint256).tTransferAmount (#579)
Variable HomeRun._transferToExcluded(address,address,uint256).rTransferAmount (#827) is too similar to HomeRun._getTValues(uint256).tTransferAmount (#633)
Variable HomeRun._getValues(uint256).rTransferAmount (#626) is too similar to HomeRun._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable HomeRun._transferFromExcluded(address,address,uint256).rTransferAmount (#837) is too similar to HomeRun._getTValues(uint256).tTransferAmount (#633)
Variable HomeRun.reflectionFromToken(uint256,bool).rTransferAmount (#546) is too similar to HomeRun._transferBothExcluded(address,address,uint256).tTransferAmount (#579)
Variable HomeRun.reflectionFromToken(uint256,bool).rTransferAmount (#546) is too similar to HomeRun._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable HomeRun._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to HomeRun._getTValues(uint256).tTransferAmount (#633)
Variable HomeRun._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#641) is too similar to HomeRun._getTValues(uint256).tTransferAmount (#633)
Variable HomeRun._transferToExcluded(address,address,uint256).rTransferAmount (#827) is too similar to HomeRun._transferBothExcluded(address,address,uint256).tTransferAmount (#579)
Variable HomeRun._transferToExcluded(address,address,uint256).rTransferAmount (#827) is too similar to HomeRun._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable HomeRun._getValues(uint256).rTransferAmount (#626) is too similar to HomeRun._getTValues(uint256).tTransferAmount (#633)
Variable HomeRun._transferFromExcluded(address,address,uint256).rTransferAmount (#837) is too similar to HomeRun._transferBothExcluded(address,address,uint256).tTransferAmount (#579)
Variable HomeRun.reflectionFromToken(uint256,bool).rTransferAmount (#546) is too similar to HomeRun._getTValues(uint256).tTransferAmount (#633)
Variable HomeRun._transferFromExcluded(address,address,uint256).rTransferAmount (#837) is too similar to HomeRun._transferStandard(address,address,uint256).tTransferAmount (#818)
Variable HomeRun._transferStandard(address,address,uint256).rTransferAmount (#818) is too similar to HomeRun._transferBothExcluded(address,address,uint256).tTransferAmount (#579)
Prevent variables from having similar names.

Additional information: link

HomeRun._decimals (#423) should be constant
HomeRun._name (#421) should be constant
HomeRun._symbol (#422) should be constant
HomeRun._tTotal (#417) should be constant
HomeRun.numTokensSellToAddToLiquidity (#438) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#161-164)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#166-170)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#172-174)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#176-181)
unlock() should be declared external:
- Ownable.unlock() (#183-188)
name() should be declared external:
- HomeRun.name() (#472-474)
symbol() should be declared external:
- HomeRun.symbol() (#476-478)
decimals() should be declared external:
- HomeRun.decimals() (#480-482)
totalSupply() should be declared external:
- HomeRun.totalSupply() (#484-486)
transfer(address,uint256) should be declared external:
- HomeRun.transfer(address,uint256) (#493-496)
allowance(address,address) should be declared external:
- HomeRun.allowance(address,address) (#498-500)
approve(address,uint256) should be declared external:
- HomeRun.approve(address,uint256) (#502-505)
transferFrom(address,address,uint256) should be declared external:
- HomeRun.transferFrom(address,address,uint256) (#507-511)
increaseAllowance(address,uint256) should be declared external:
- HomeRun.increaseAllowance(address,uint256) (#513-516)
decreaseAllowance(address,uint256) should be declared external:
- HomeRun.decreaseAllowance(address,uint256) (#518-521)
isExcludedFromReward(address) should be declared external:
- HomeRun.isExcludedFromReward(address) (#523-525)
totalFees() should be declared external:
- HomeRun.totalFees() (#527-529)
deliver(uint256) should be declared external:
- HomeRun.deliver(uint256) (#531-538)
reflectionFromToken(uint256,bool) should be declared external:
- HomeRun.reflectionFromToken(uint256,bool) (#540-549)
excludeFromReward(address) should be declared external:
- HomeRun.excludeFromReward(address) (#557-564)
excludeFromFee(address) should be declared external:
- HomeRun.excludeFromFee(address) (#589-591)
includeInFee(address) should be declared external:
- HomeRun.includeInFee(address) (#593-595)
setSwapAndLiquifyEnabled(bool) should be declared external:
- HomeRun.setSwapAndLiquifyEnabled(bool) (#611-614)
isExcludedFromFee(address) should be declared external:
- HomeRun.isExcludedFromFee(address) (#697-699)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Telegram account has relatively few subscribers


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

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for HMRN

News for HMRN