Union Capital Hack

TOTAL LOST $500K
Low Rugpull ethereum

Summarize with AI

Affected Chain ethereum Incident surface
Recovered - No recovery reported
All-Time Rank #1003 By amount stolen
Auditors 1 Prior security audit

Incident Overview

The project was holding a fundraising event using TokenSale smart contract:

https://etherscan.io/address/0x87b5ef63…b86259#code

1000 ETH were raised on the token sale:

shorturl.at/svwF4

The Initial liquidity, using 500 ETH from the token sale was added:

https://etherscan.io/tx/0xfd1e40f9…da58a6

Tokens were bought for (10 + 10 + 20 + 100 + 50) ETH:

https://bloxy.info/tx/0x2e97605c…a7a895

https://bloxy.info/tx/0xc2a3c840…1865f6

https://bloxy.info/tx/0xd5fa35af…74f42d

https://bloxy.info/tx/0x2d3f3bb0…551165

https://bloxy.info/tx/0x12354f0d…6aa818

83.6 ETH were drained by removing the liquidity:

https://bloxy.info/txs/calls_from/0xca8b324d…e48b88?signature_id=1137786&smart_contract_address_bin=0x7a250d56…f2488d

https://bloxy.info/txs/calls_from/0xca8b324d…e48b88?signature_id=1102188&smart_contract_address_bin=0x7a250d56…f2488d

Incident Report

Protocol / Project Union Capital
Date of Incident
Affected Chain(s) ethereum
Attack Technique Rugpull
Classification Other
Primary Source View Post-Mortem

Protocol Information

Protocol Type Lending
Affected Token UnicV2
Official Website unioncapital.io/
Protocol Twitter/X @unioncapital_io

What the Attacker Needed to Succeed

Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.

Technical Knowledge Deep understanding of rugpull and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with ethereum smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Union Capital's contract logic - root cause: other
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Hard to catch — private key / OpSec failures are outside smart contract audit scope
Audited by Audit Report 1 — still lost $500K. Prior audits don't guarantee safety, especially after post-audit code changes.

If you're auditing a protocol with similar architecture to Union Capital, these are the critical security checks that could have prevented this incident (February 2021).

  • Verify all logic paths related to Rugpull are guarded by proper access controls and input validation
  • Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs

Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.

Free Trial

Security Audit History

Sources & References

Learn to Prevent the Next Union Capital

The Union Capital hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.

Recreate exploit patterns safely Free Trial