Santa DAO Hack
Incident Overview
The project was holding a presale in 2 ways:
1. Funds were transferred to the contract deployer's address:
https://bloxy.info/ru/txs/transfers_to/0x6fb20901…7ac728?currency_id=1
2. Funds were transferred to the contract deployer's address through a separate contract which was used for the presale:
https://etherscan.io/address/0x6fb20901…7ac728#internaltx
The stolen ETH was transferred to the external address, marked as Phishing:
https://etherscan.io/tx/0x637385ca…090cfe
https://etherscan.io/tx/0x75edde27…31c2f0
https://etherscan.io/tx/0xebb79f82…fa29f4
https://etherscan.io/tx/0xbf495400…9a144d
Incident Report
Protocol Information
Market Context at Time of Hack
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 Santa DAO, these are the critical security checks that could have prevented this incident (October 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 TrialSecurity Audit History
- Audit Report 1 Report
Sources & References
Learn to Prevent the Next Santa DAO
The Santa DAO 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.