A pseudonymous white-hat developer known as 0xflorent helped recover roughly 1,003 ETH that had been trapped for years in the HongCoin ICO smart contract. The recovery returned access to funds from a failed 2016 token sale, where 48 investors had been unable to receive automatic refunds after the project missed its funding goal.
The case matters because it shows that some legacy contract failures are not permanent if the right technical path and original project cooperation exist. The ETH had appeared effectively stranded, but a targeted white-hat intervention converted a long-running smart-contract failure into a restitution process.
Integer Overflow Broke the Refund Path
HongCoin’s contract was designed to return investor contributions automatically after the ICO failed, but the refund mechanism did not work as intended. The issue stemmed from an integer-overflow vulnerability, a class of bug associated with older Solidity contracts that lacked modern overflow protections.
Reporting said 0xflorent found that a specific input to an administrative function could reset balances and reactivate the refund condition. That made the flaw useful for recovery rather than theft, especially because the intervention was coordinated with the original HongCoin team.
First white-hat exploit on Ethereum: I unlocked 1,003.62
Ξ ($2,000,000) trapped in a 2016 ICO smart contract
for 9 years.The 48 original investors can now claim their funds. pic.twitter.com/lyh5iyaDu7
— 0xflorent.eth (@0xFlorent_) May 31, 2026
The amount recovered was reported at about 1,003.62 ETH, worth roughly $2 million at current prices. The funds were tied to 48 original participants, with partial claims already visible, including reported refunds of 96 ETH and 0.5 ETH.
Legacy ICO Contracts Remain a Live Risk
The HongCoin recovery highlights the long tail of ICO-era smart-contract risk. Older contracts often lack explicit overflow checks, mature failure handling and practical governance paths, leaving dormant balances vulnerable to bugs that may remain unnoticed for years.
Dormant contracts should be inventoried and tested for arithmetic, refund and administrative-state defects, especially where funds remain locked and original maintainers can still participate in remediation.
The episode also reframes white-hat work as a form of ecosystem maintenance. Responsible intervention can restore value without hostile exploitation, but only when technical execution, project cooperation and investor verification align.
The broader takeaway is that recoverability depends on contract design as much as legal ownership. Legacy assets can remain technically trapped even when beneficiaries are identifiable, making archival audits and formal verification increasingly important for older Ethereum deployments.

