Heropark Token Logo

HP [Heropark] Token

ALERT: rug pull scam

About HP

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

HeroPark is a GameFi-based platform that creates a gaming ecosystem for play-to-earn (P2E) by combining traditional gameplay with modern decentralised finance (DeFi) tech such as blockchain, non-fungible tokens (NFTs) and creating its own gaming metaverse.

HeroPark is revolutionising modern-age gaming by integrating DeFi and NFTs with blockchain gaming, and in doing so, creating an ecosystem where users can play-to-earn instead of play-to-win.

The key motivation behind HeroPark is that it strives to empower both the gaming users and developers within the ecosystem. In the HeroPark ecosystem, developers get the chance to leverage HeroPark infrastructure to tokenise their gaming projects, raise funds, offer NFTs and, in the process, create revenue streams for themselves. Similarly, users can play multiple games whereby they can earn passive income through NFTs collection, gameplay and getting rewards from the play-to-earn. By integrating GameFi with HeroPark, users also get DeFi features such as staking, farming, NFT minting and trading.

Social

Laser Scorebeta Last Audit: 7 May 2024

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

Contract locking ether found:
Contract StandardToken (#154-434) has payable functions:
- StandardToken.fallback() (#431-433)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link

StandardToken.constructor(address,uint256,uint256)._dev (#186) lacks a zero-check on :
- dev = _dev (#194)
StandardToken.setAntisnipeAddress(address)._address (#275) lacks a zero-check on :
- antisnipe = _address (#276)
Owned.transferOwnership(address)._newOwner (#115) lacks a zero-check on :
- newOwner = _newOwner (#116)
StandardToken.updateDevAddress(address)._dev (#389) lacks a zero-check on :
- dev = _dev (#390)
Check that the address is not zero.

Additional information: link

SafeMath.div(uint256,uint256,uint256) (#43-56) is never used and should be removed
Remove unused functions.

Additional information: link

Reentrancy in StandardToken._transfer(address,address,uint256) (#284-318):
External calls:
- require(bool)(IAntisnipe(antisnipe).assureCanTransfer(msg.sender,from,to,tokens,owner)) (#290)
State variables written after the call(s):
- balances[to] = balances[to].add(amount) (#304)
- balances[dev] = balances[dev].add(amount_dev) (#310)
- balances[to] = balances[to].add(tokens) (#315)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in StandardToken._transfer(address,address,uint256) (#284-318):
External calls:
- require(bool)(IAntisnipe(antisnipe).assureCanTransfer(msg.sender,from,to,tokens,owner)) (#290)
Event emitted after the call(s):
- Transfer(from,to,amount) (#305)
- Transfer(from,dev,amount_dev) (#311)
- Transfer(from,to,tokens) (#316)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is semi-renounced (passed to a contract)

StandardToken.constructor(address,uint256,uint256) (#185-201) uses literals with too many digits:
- total_supply = 10000000000 * 10 ** uint256(decimals) (#193)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Variable StandardToken.rate_max_transfer (#164) is not in mixedCase
Parameter StandardToken.setAntisnipeAddress(address)._address (#275) is not in mixedCase
Variable StandardToken.minter_list (#174) is not in mixedCase
Parameter StandardToken.updateDevAddress(address)._dev (#389) is not in mixedCase
Parameter Owned.transferOwnership(address)._newOwner (#115) is not in mixedCase
Variable StandardToken.total_supply (#162) is not in mixedCase
Variable StandardToken.total_mint (#165) is not in mixedCase
Parameter StandardToken.mint(address,uint256)._address (#350) is not in mixedCase
Variable StandardToken.tax_list (#171) is not in mixedCase
Parameter StandardToken.updateAntiWhaleList(address,bool)._address (#415) is not in mixedCase
Variable StandardToken.is_mintable (#166) is not in mixedCase
Variable StandardToken.tax_whitelist (#172) is not in mixedCase
Parameter StandardToken.updateTaxAddress(address,bool)._address (#395) is not in mixedCase
Parameter StandardToken.updateTaxWhitelist(address,bool)._address (#405) is not in mixedCase
Variable StandardToken.antiWhale_list (#173) is not in mixedCase
Parameter StandardToken.updateRateReceiver(uint256)._rate_receiver (#425) is not in mixedCase
Variable StandardToken.rate_receiver (#163) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

updateMintable(bool) should be declared external:
- StandardToken.updateMintable(bool) (#383-387)
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#92-97)
transfer(address,uint256) should be declared external:
- ERC20Interface.transfer(address,uint256) (#74)
- StandardToken.transfer(address,uint256) (#252-262)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#119-124)
balanceOf(address) should be declared external:
- ERC20Interface.balanceOf(address) (#66)
- StandardToken.balanceOf(address) (#232-239)
pause() should be declared external:
- Pausable.pause() (#143-146)
totalSupply() should be declared external:
- ERC20Interface.totalSupply() (#64)
- StandardToken.totalSupply() (#224-226)
transferAnyERC20Token(address,uint256) should be declared external:
- StandardToken.transferAnyERC20Token(address,uint256) (#365-371)
updateRateMaxTransfer(uint256) should be declared external:
- StandardToken.updateRateMaxTransfer(uint256) (#377-381)
updateDevAddress(address) should be declared external:
- StandardToken.updateDevAddress(address) (#389-393)
updateMinter(address,bool) should be declared external:
- StandardToken.updateMinter(address,bool) (#345-348)
updateTaxWhitelist(address,bool) should be declared external:
- StandardToken.updateTaxWhitelist(address,bool) (#405-413)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#115-117)
updateRateReceiver(uint256) should be declared external:
- StandardToken.updateRateReceiver(uint256) (#425-429)
transferFrom(address,address,uint256) should be declared external:
- ERC20Interface.transferFrom(address,address,uint256) (#81-85)
- StandardToken.transferFrom(address,address,uint256) (#264-273)
unpause() should be declared external:
- Pausable.unpause() (#148-151)
approveAndCall(address,uint256,bytes) should be declared external:
- StandardToken.approveAndCall(address,uint256,bytes) (#329-343)
approve(address,uint256) should be declared external:
- ERC20Interface.approve(address,uint256) (#76-79)
- StandardToken.approve(address,uint256) (#241-250)
updateAntiWhaleList(address,bool) should be declared external:
- StandardToken.updateAntiWhaleList(address,bool) (#415-423)
mint(address,uint256) should be declared external:
- StandardToken.mint(address,uint256) (#350-352)
allowance(address,address) should be declared external:
- ERC20Interface.allowance(address,address) (#68-72)
- StandardToken.allowance(address,address) (#320-327)
updateTaxAddress(address,bool) should be declared external:
- StandardToken.updateTaxAddress(address,bool) (#395-403)
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.


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


Token is deployed only at one blockchain

Contract has 10% buy tax and 10% sell tax.
Taxes are low and contract ownership is renounced.


Twitter account link seems to be invalid


Unable to find Youtube account


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

Additional information: link


Unable to crawl data from the website


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

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


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

Additional information: link


Token has 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 average PancakeSwap 30d trading volume is low

Price for HP