Twerk Finance Hack
Incident Overview
The contract deployer added initial liquidity at:
https://etherscan.io/tx/0x94137e3f…3ab50f
The contract deployer sold tokens multiple times at:
https://etherscan.io/tx/0xe384bc46…d59038
https://etherscan.io/tx/0xe63ec6c7…59d6ea
https://etherscan.io/tx/0x55cdd544…8e0eaf
https://etherscan.io/tx/0x769ca39b…096ed1
https://etherscan.io/tx/0x8e1583aa…01bed5
https://etherscan.io/tx/0x25e09747…a851d3
In addition, the contract deployer invoked mint() to generate new tokens onto his wallet:
https://etherscan.io/tx/0x4e1fd1df…dfdf54
The minted tokens were sold at:
https://etherscan.io/tx/0x25e09747…a851d3
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 Twerk Finance, 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 Twerk Finance
The Twerk Finance 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.