HERO Token Logo

HERO Token

About HERO

Listings

Token 5 years
CoinGecko 5 years
CoinMarketCap 5 years
white paper

FarmHero is a novel protocol that mixes NFT, gaming and DEFI concepts. Community can contribute and earn in various of ways, including but not limited to Yield Farming, NFT farming and/or NFT trading with our CUTE IP-owned NFT, bug bounty, join the incubators, playing the house games, or simply copy and paste referral link and send to friends.

FarmHero has in-house games that strongly support HERO token price to ensure a long-term, continuous token model. Currently FarmHero has FOMO and Auction Games to help burn the token continuously.

FarmHero has a roadmap to include more traits and varieties to our NFTs, such as blind box, customised market places, 3D VR showcase of the NFT etc

Social

Laser Scorebeta Last Audit: 1 May 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.


Not a direct threat, but may indicate unreliable intentions of developer. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious

Pragma version^0.8.0 (#8) allows old versions
Pragma version^0.8.0 (#93) allows old versions
Pragma version^0.8.0 (#110) allows old versions
Pragma version^0.8.0 (#301) allows old versions
Pragma version^0.8.2 (#386) allows old versions
Pragma version^0.8.0 (#576) allows old versions
Pragma version^0.8.0 (#610) allows old versions
solc-0.8.2 is not recommended for deployment
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) (#160-166):
- (success) = recipient.call{value: amount}() (#164)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#221-228):
- (success,returndata) = target.call{value: value}(data) (#226)
Low level call in Address.functionStaticCall(address,bytes,string) (#246-252):
- (success,returndata) = target.staticcall(data) (#250)
Low level call in Address.functionDelegateCall(address,bytes,string) (#270-276):
- (success,returndata) = target.delegatecall(data) (#274)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

TransparentUpgradeableProxy (#634-727) should inherit from IBeacon (#98-105)
Inherit from the missing interface or contract.

Additional information: link

ERC1967Upgrade._upgradeToAndCall(address,bytes,bool) (#445-451) ignores return value by Address.functionDelegateCall(newImplementation,data) (#449)
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (#458-486) ignores return value by Address.functionDelegateCall(newImplementation,data) (#464)
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (#458-486) ignores return value by Address.functionDelegateCall(newImplementation,abi.encodeWithSignature(upgradeTo(address),oldImplementation)) (#472-478)
ERC1967Upgrade._upgradeBeaconToAndCall(address,bytes,bool) (#494-500) ignores return value by Address.functionDelegateCall(IBeacon(newBeacon).implementation(),data) (#498)
Ensure that all the return values of the function calls are used.

Additional information: link

Modifier TransparentUpgradeableProxy.ifAdmin() (#647-653) does not always execute _; or revert
All the paths in a modifier must execute _ or revert.

Additional information: link

Reentrancy in ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (#458-486):
External calls:
- Address.functionDelegateCall(newImplementation,data) (#464)
- Address.functionDelegateCall(newImplementation,abi.encodeWithSignature(upgradeTo(address),oldImplementation)) (#472-478)
Event emitted after the call(s):
- Upgraded(newImplementation) (#484)
Reentrancy in TransparentUpgradeableProxy.constructor(address,address,bytes) (#639-642):
External calls:
- ERC1967Proxy(_logic,_data) (#639)
- Address.functionDelegateCall(newImplementation,data) (#449)
- (success,returndata) = target.delegatecall(data) (#274)
Event emitted after the call(s):
- AdminChanged(_getAdmin(),newAdmin) (#535)
- _changeAdmin(admin_) (#641)
Apply the check-effects-interactions pattern.

Additional information: link

Proxy._delegate(address) (#26-46) uses assembly
- INLINE ASM (#28-45)
Address.isContract(address) (#133-142) uses assembly
- INLINE ASM (#140)
Address._verifyCallResult(bool,bytes,string) (#278-295) uses assembly
- INLINE ASM (#287-290)
StorageSlot.getAddressSlot(bytes32) (#349-353) uses assembly
- INLINE ASM (#350-352)
StorageSlot.getBooleanSlot(bytes32) (#358-362) uses assembly
- INLINE ASM (#359-361)
StorageSlot.getBytes32Slot(bytes32) (#367-371) uses assembly
- INLINE ASM (#368-370)
StorageSlot.getUint256Slot(bytes32) (#376-380) uses assembly
- INLINE ASM (#377-379)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.2']
- ^0.8.0 (#8)
- ^0.8.0 (#93)
- ^0.8.0 (#110)
- ^0.8.0 (#301)
- ^0.8.2 (#386)
- ^0.8.0 (#576)
- ^0.8.0 (#610)
Use one Solidity version.

Additional information: link

Address.functionCall(address,bytes) (#186-188) is never used and should be removed
Address.functionCall(address,bytes,string) (#196-198) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#211-213) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#221-228) is never used and should be removed
Address.functionStaticCall(address,bytes) (#236-238) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#246-252) is never used and should be removed
Address.sendValue(address,uint256) (#160-166) is never used and should be removed
ERC1967Upgrade._getBeacon() (#553-555) is never used and should be removed
ERC1967Upgrade._setBeacon(address) (#560-570) is never used and should be removed
ERC1967Upgrade._upgradeBeaconToAndCall(address,bytes,bool) (#494-500) is never used and should be removed
ERC1967Upgrade._upgradeTo(address) (#435-438) is never used and should be removed
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (#458-486) is never used and should be removed
Proxy._implementation() (#52) is never used and should be removed
StorageSlot.getBooleanSlot(bytes32) (#358-362) is never used and should be removed
StorageSlot.getBytes32Slot(bytes32) (#367-371) is never used and should be removed
StorageSlot.getUint256Slot(bytes32) (#376-380) is never used and should be removed
TransparentUpgradeableProxy._admin() (#715-717) is never used and should be removed
Remove unused functions.

Additional information: link

Holders:

Contract has 10% buy tax and 9% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


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

Additional information: link


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for HERO

News for HERO