Static Hack
Incident Overview
The contract deployer added initial liquidity at:
https://etherscan.io/tx/0x34d65e02…5ecc95
The liquidity was locked by the contract deployer at:
https://etherscan.io/tx/0x63154969…873f68
LP tokens were transferred back to the contract deployer's address by calling withdraw() function at:
https://etherscan.io/tx/0x4376c8f9…949c52
The liquidity was removed by the contract deployer at:
https://etherscan.io/tx/0x70ca09fd…6067dc
The tokens were sold by the contract deployer multiple times:
https://bloxy.info/txs/references_address/0xf443d4df…f3e345?argument=to&signature_id=1137755
https://bloxy.info/txs/references_address/0xf443d4df…f3e345?argument=to&signature_id=1102188
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 Static, these are the critical security checks that could have prevented this incident (April 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 TrialLearn to Prevent the Next Static
The Static 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.