Elastic Staking Hack
Incident Overview
The contract deployer minted tokens onto his wallet:
https://etherscan.io/tx/0x5f767b81…783b15
The contract deployer airdropped tokens to the community members at:
https://etherscan.io/tx/0xe1faff1c…2631e3
https://etherscan.io/tx/0x563523b4…92fd64
https://etherscan.io/tx/0xc9c4771b…40ed6c
When the liquidity was raised enough, the contract deployer invoked bytecode smart contract through the 0x8a4995ae method 3 times to mint additional tokens onto his wallet:
https://etherscan.io/tx/0xd08a5d8a…6b491e
https://etherscan.io/tx/0xdd255f83…d6a85d
https://etherscan.io/tx/0xb0f8eedc…0cd4c5
The minted tokens were sold by the contract deployer at:
https://etherscan.io/tx/0xb5a83eed…9aa32e
https://etherscan.io/tx/0x5e315dee…2cb124
https://etherscan.io/tx/0xb0f7e4d5…c8e77f
https://etherscan.io/tx/0xc8e7050c…78e8ca
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 Elastic Staking, these are the critical security checks that could have prevented this incident (January 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://estake.io/
Learn to Prevent the Next Elastic Staking
The Elastic Staking 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.