Union Capital Hack
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 Information
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.
What Auditors Should Check
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 TrialSecurity Audit History
- Audit Report 1 Report
Sources & References
-
01
Source 1 https://unioncapital.io/
- 02
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.