Token Analysis
HON (0x9ce46b71fe20e9d1677c1dc3f332e707aa62a1f3)Risk Score
Details
- Factory
- v2
- Bytecode Size
- 1764 bytes
- Network
- Ethereum
- Pool
- 0xD5b88D1Af…
- Paired Token
- WETH
AI Analysis
The contract is a minimal, standard OpenZeppelin ERC-20 with no owner, no mint function, no burn function, no tax logic, no blacklist, no proxy, and no external calls. The bytecode matches the verified source and contains only standard ERC-20 selectors (name, symbol, decimals, totalSupply, balanceOf, transfer, approve, transferFrom, allowance). There is no backdoor, no liquidity drain, and no honeypot mechanism. The only concerns are low-severity: the contract name 'AutofarmStrategy' is misleading and the token impersonates a real-world stock ticker (HON), and the deployer received the entire supply, which is typical for a new token but means they could dump. Overall risk is low from a code perspective, but the impersonation and full deployer allocation warrant caution.
Detected Risks
Contract name 'AutofarmStrategy' is misleading and does not match the token name 'Honeywell International Inc. (HON)', suggesting impersonation of a real company's stock ticker.
Entire supply (688e12 * 10^18) is minted to the deployer at construction; no further mint function exists, so no unlimited mint risk, but the deployer holds 100% of supply and can dump.