Dragonswap Hack
Incident Overview
The exit scam was performed during the pre-sale event. The project announced the pre-sale in this post:
https://archive.ph/z57Ow
In total, the address 0xc35feddc…c30683 has raised 176 BNB tokens. 35 BNB tokens were added to the initial liquidity at:
https://bscscan.com/tx/0xb60da2e0…cba9e1
The rest was distributed between unknown external wallets, which can be verified with the following token flow:
https://explorer.bitquery.io/bsc/address/0xc35feddc…c30683/graph
LP tokens and the project tokens were burnt in order to destruct the liquidity:
https://bscscan.com/tx/0x75b09ef6…5a90fa
https://bscscan.com/tx/0x66392a85…deae7d
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 Dragonswap, these are the critical security checks that could have prevented this incident (March 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 TrialSources & References
-
01
Source 1 https://t.me/rugsteemer/62
- 02
Learn to Prevent the Next Dragonswap
The Dragonswap 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.