UniTarget Hack
Incident Overview
The project was holding a presale event. The fund's recipient was the contract deployer:
https://etherscan.io/txs?a=0xbf6b0f0d…111136&p=2
After the presale, the contract deployer added initial liquidity at:
https://etherscan.io/tx/0x03c23588…70d0e8
The LP tokens were locked by the contract deployer:
https://etherscan.io/tx/0x77d8139a…9e57a5
The rest of the funds were deposited into the Tornado Cash mixer:
https://etherscan.io/tx/0xcd09235d…3b1873
https://etherscan.io/tx/0x52fd5e60…2f660d
After the LP tokens were unlocked, the liquidity was removed by the contract deployer at:
https://etherscan.io/tx/0xbcde68e5…650cf5
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 UniTarget, these are the critical security checks that could have prevented this incident (December 2020).
- 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 TrialSources & References
Learn to Prevent the Next UniTarget
The UniTarget 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.