Close Menu
    Trending
    • Institutional Investors Sell $1,670,000,000 in Bitcoin and Crypto Assets in Third Straight Week of Outflows: CoinShares
    • Bitcoin Outlook Hinges On A Handful Of Critical Price Zones
    • Failed Ethereum ICO from 2016 just unlocked 1,003 ETH by exploiting itself
    • The Business Owner’s Guide To Vertical Integration With Bitcoin
    • Bitcoin Investment Products Suffer $1.44B in Outflows During Worst Week of 2026
    • May 2026 Work Progress: Bitcoin Core 31.0, Quai Fork, and Reward Reductions
    • Solana Memecoin CATFI Rockets 15,299% After Dev Arrest
    • XRP Ledger Targets Flash Loan Attacks With New DeFi Security Proposal
    CryptoGate
    • Home
    • Bitcoin News
    • Cryptocurrency
    • Crypto Market Trends
    • Altcoins
    • Ethereum
    • Blockchain
    • en
      • en
      • fr
      • de
      • it
      • ja
    CryptoGate
    Home»Ethereum»Failed Ethereum ICO from 2016 just unlocked 1,003 ETH by exploiting itself
    Ethereum

    Failed Ethereum ICO from 2016 just unlocked 1,003 ETH by exploiting itself

    CryptoGateBy CryptoGateJune 1, 2026No Comments8 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email


    A white-hat researcher’s restoration of 1,003.62 ETH from a failed 2016 Ethereum ICO has turned an outdated good contract flaw right into a reminder that Ethereum’s earliest technical selections can stay stay for practically a decade.

    The researcher, generally known as 0xFlorent, mentioned he unlocked the ETH from the HongCoin contract after the funds had been trapped for 9 years. Utilizing a June 1 Ethereum value of roughly $1,983, the recovered quantity was price about $1.99 million.

    The restoration relied on the unique HongCoin multisig. The HongCoin contract nonetheless required motion from that administration path for the related admin calls.

    That made the episode nearer to contract archaeology than to a standard exploit: the identical immutable code that preserved the refund failure additionally preserved a forgotten route round it.

    Someone just drained long-forgotten dormant Ethereum wallets, and the cause may trace back years
    Related Reading

    Someone just drained long-forgotten dormant Ethereum wallets, and the cause may trace back years

    Hundreds of long-inactive Ethereum wallets were swept into a tagged address while researchers and users still debate whether old keys, weak wallet tooling, or another exposure opened the door.

    May 1, 2026 · Liam ‘Akiba’ Wright

    HongCoin’s distinction is stark. Ethereum’s base layer stayed nonetheless. A still-valid permission path and coordinated signing from the unique multisig made 48 unique buyers eligible to assert funds by a refund mechanism that had been damaged for years.

    How the refund path broke

    HongCoin was a 2016 Ethereum challenge whose public repository described it as a decentralized venture fund. The token sale failed to succeed in its funding aim, and contributors have been supposed to have the ability to reclaim their ETH by the contract’s refund operate.

    The issue sat contained in the contract’s accounting. Within the HongCoin source code, the refundMyIcoInvestment() operate checks whether or not the caller’s token steadiness is bigger than tokensCreated. If that situation is true, the refund name fails.

    If it passes, the operate zeroes the caller’s token steadiness, clears associated accounting, reduces tokensCreated by that token steadiness, after which sends the refund.

    Over time, earlier refunds lowered the worldwide tokensCreated counter. That left bigger holders in an odd place: they nonetheless had balances tied to their unique claims, however these balances might be too giant for the contract’s remaining counter.

    The refund operate then handled them as invalid, blocking the very customers it was presupposed to repay.

    The escape path was one other outdated piece of code. The multisig-restricted mgmtIssueBountyToken() admin operate may add a provided quantity to a recipient’s steadiness and to bountyTokensCreated.

    That path belonged to the administration facet of the contract, which is why the unique multisig needed to take part. Fashionable Solidity arithmetic reverts by default on overflow.

    Earlier than Solidity 0.8.0, arithmetic wrapped on overflow until builders added their very own checks. The older conduct formed the escape route.

    0xFlorent recognized a manner to make use of the admin operate’s arithmetic conduct to reset a holder’s steadiness low sufficient for the refund verify to go. The end result was paradoxical: one stale bug helped undo the sensible injury brought on by one other stale bug.

    Stage Key element
    2016 token sale HongCoin collected ETH for a venture-fund-style Ethereum challenge that later failed to succeed in its aim.
    Refund failure The refund operate rejected bigger holders as soon as the worldwide token counter fell beneath their balances.
    Previous admin path A multisig-restricted operate nonetheless existed that would change balances utilizing pre-0.8 Solidity arithmetic conduct.
    Whitehat restoration 0xFlorent coordinated with the unique HongCoin multisig to make blocked holders eligible to assert funds.
    On-chain proof A Might 29 transaction reveals a profitable refundMyIcoInvestment() name producing an inside 96 ETH switch.

    Flow diagram showing how HongCoin's 2016 failed ICO, refund accounting bug, original multisig, and integer-overflow path unlocked 1,003.62 ETH.

    The multisig made it a coordinated restoration

    The multisig requirement set a boundary for the HongCoin restoration. The delicate path required HongCoin’s unique administration tackle to execute the related calls, so the sensible restoration relied on cooperation between the researcher and the outdated management path.

    The coordination carried as a lot weight because the code. The restoration concerned 41 signed transactions for blocked holders, whereas one other seven smaller holders may refund straight with out the workaround.

    The ICO started on Aug. 29, 2016, ended on Oct. 28, 2016, and failed to fulfill its funding aim.

    The on-chain report already reveals refund exercise. A Might 29 on-chain transaction referred to as refundMyIcoInvestment() and produced an inside switch of 96 ETH from the HongCoin contract to an investor tackle.

    The highest-level transaction worth was 0 ETH as a result of the precise motion occurred contained in the contract name.

    Anybody following the cash ought to separate eligibility from accomplished distribution. The contract state and multisig execution reopened a declare path for funds that had been inaccessible for years.

    The seen on-chain examples present refund exercise quite than a full accounting of each eligible investor’s declare.

    The HongCoin case needs to be learn fastidiously earlier than anybody generalizes it to different outdated caught funds. The components have been unusually particular: identifiable contract logic, an admin operate nonetheless usable by the unique management path, a whitehat keen to coordinate, and sufficient remaining on-chain worth to take the time worthwhile.

    The sensible element is possession and permission. The outdated operate may change balances, however solely the administration path may name it.

    That offers the restoration its moral and operational boundary: outdoors analysis discovered the trail, unique signers executed it, and the declare route reopened for buyers.

    CryptoSlate Each day Temporary

    Each day alerts, zero noise.

    Market-moving headlines and context delivered each morning in a single tight learn.

    5-minute digest 100k+ readers

    Free. No spam. Unsubscribe any time.

    Whoops, appears to be like like there was an issue. Please strive once more.

    You’re subscribed. Welcome aboard.

    Aave warns $71M exploit recovery could be seized before victims are repaid
    Related Reading

    Aave warns $71M exploit recovery could be seized before victims are repaid

    The dispute could decide whether DeFi recovery funds go back to users first or become targets for outside creditors.

    May 5, 2026 · Gino Matos

    The identical info additionally make the case exhausting to generalize. Many dormant contracts lack an lively management key, a clear claimant set, or a public path that makes accountable restoration believable.

    That boundary additionally reduces the temptation to deal with the episode as a broad exploit template. The technical mechanism explains why the refund gate reopened, however the story’s consequence comes from the mixture of outdated code, residing permissions, and public settlement.

    Comparable archaeology turns into riskier when a contract lacks a kind of components, as a result of discovery can expose a weak spot earlier than it creates a usable restoration route.

    Ethereum retains the error and the treatment

    The broader Ethereum historical past makes the HongCoin restoration greater than a curiosity. A 2025 analysis citing Coinbase’s Conor Grogan put completely misplaced ETH at greater than 913,111, framed as a conservative estimate throughout person and contract-related errors.

    That class contains funds despatched to burn addresses, contract bugs, and main historic incidents.

    A few of Ethereum’s most consequential early moments have been additionally restoration debates. In 2016, the DAO hard fork moved roughly 12 million ETH from DAO-related contracts right into a restoration contract after the community’s defining governance disaster.

    In 2017, Parity Applied sciences’ multisig library self-destruct incident blocked 513,774.16 ETH throughout 587 wallets.

    These episodes have been bigger and politically heavier than HongCoin. They nonetheless assist body why this smaller restoration resonates.

    Timeline matrix showing Ethereum stuck-fund history, including The DAO, Parity, lost ETH estimates, and the 2026 security endowment plan.

    Ethereum’s promise that code and state persist is a safety property and a reminiscence system. It preserves errors, half-forgotten assumptions, outdated permissions, and the occasional treatment whose future relevance was invisible at deployment.

    TheDAO’s leftover rescue money sat for a decade now it’s becoming Ethereum’s permanent $220M security budget
    Related Reading

    TheDAO’s leftover rescue money sat for a decade now it’s becoming Ethereum’s permanent $220M security budget

    Veterans want to stake 69,420 ETH from leftover 2016 recovery funds, generating millions yearly for smart contract security.

    Jan 30, 2026 · Gino Matos

    That lengthy reminiscence now sits beside a maturing safety tradition. In January, Ethereum veterans announced plans to transform roughly 75,000 ETH in leftover TheDAO restoration funds right into a staked endowment for Ethereum safety.

    Comic-style image of an Ethereum treasure chest marked HongCoin ICO, showing explorers recovering 1,003.62 ETH.

    The HongCoin case works on a a lot smaller scale, however factors to the identical afterlife of early Ethereum selections.

    The following check is recoverability: whether or not different outdated contracts include paths that can be utilized responsibly. A white-hat restoration wants greater than a bug. It wants a rightful management path, public on-chain proof, cautious disclosure, and a option to keep away from turning contract archaeology right into a playbook for opportunistic assaults.

    HongCoin reveals that some trapped funds can stay suspended inside outdated logic, ready for somebody to grasp each the flaw and the permission construction round it. That could be a hopeful end result for the 48 buyers now eligible to assert.

    It’s also a warning for the remainder of the ecosystem: Ethereum remembers dangerous code, and generally it remembers the escape hatch too.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    CryptoGate
    • Website
    • Pinterest

    Related Posts

    Ethereum Bears In Pole Position: $1,850 Could Be The Next Landing Spot

    June 1, 2026

    Bit Digital Saw Ethereum’s Strategic Value Before Institutions Caught On

    May 30, 2026

    Ethereum Network Activity Reveals Structural Weakness Beneath The Surface – Analyst Explains

    May 29, 2026

    Ethereum Just Entered The Most Important Level That Could Determine A Return To $3,000

    May 29, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    BSOL ETF Crushes XRP Debut with Record $56M First-Day Volume

    October 29, 2025

    Stablecoin Issuer Circle To Issue New Privacy Coin ‘USDCx’ In Partnership With Layer-1 Chain Aleo: Report

    December 15, 2025

    IPO to Make It Third Public Crypto Exchange

    September 8, 2025

    Is Trump 401K Crypto Approval The Ultimate Supercycle Trigger?

    August 10, 2025

    When Will XRP Reach $25? Bitcoin Investor Shares A Bold Prediction

    September 27, 2025
    Categories
    • Altcoins
    • Bitcoin News
    • Blockchain
    • Crypto Market Trends
    • Crypto Mining
    • Cryptocurrency
    • Ethereum
    About us

    Welcome to cryptogate.info — your trusted gateway to the latest and most reliable news in the world of cryptocurrency. Whether you’re a seasoned trader, a blockchain enthusiast, or just curious about the future of digital finance, we’re here to keep you informed and ahead of the curve.

    At cryptogate.info, we are passionate about delivering timely, accurate, and insightful updates on everything crypto — from market trends, new coin launches, and regulatory developments to expert analysis and educational content. Our mission is to empower you with knowledge that helps you navigate the fast-paced and ever-evolving crypto landscape with confidence.

    Top Insights

    Solana Wave 4 Frustrates: SOL To $90 Coming Up?

    December 22, 2025

    Pundit Shares Everything To Understand About Bitcoin, ‘This Cycle IS Different’

    March 20, 2026

    Eric Trump Steps Into Market Talk, Says ‘Buy The Dips’

    September 28, 2025
    Categories
    • Altcoins
    • Bitcoin News
    • Blockchain
    • Crypto Market Trends
    • Crypto Mining
    • Cryptocurrency
    • Ethereum
    YouTube
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • Impressum
    • About us
    • Contact us
    Copyright © 2025 CryptoGate All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.