Rapid Set Dollar Hack
Incident Overview
The contract deployer invoked new implementation to the token contract that caused mint onto 5 separate addresses at:
https://etherscan.io/tx/0x4a437898…2326f0
Token recipients:
1. 0xe11b4735…fE3Dd5 (contract deployer himself)
1:
- sold tokens at ($6,133):
https://etherscan.io/tx/0xec5689a9…57ac77
- distributed tokens between other external wallets, which sold them on $40,440
2:
- added liquidity at:
https://etherscan.io/tx/0x178d5cee…e635e2
- removed liquidity with $932 profit:
https://etherscan.io/tx/0x536e814a…fcd055
3:
- transferred tokens to the token smart contract:
https://etherscan.io/address/0xbb43a073…aa8369#tokentxns
4:
- transferred tokens to the token smart contract:
https://etherscan.io/tx/0xdafa5031…4ea9eb
5:
- transferred tokens to the token smart contract:
https://etherscan.io/tx/0xc0b59e27…ea90a9
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 Rapid Set Dollar, 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
- 01
-
02
de.fi Analysis https://t.me/defiyield_app/24683
-
03
Web Archive https://archive.ph/iJyCT
Learn to Prevent the Next Rapid Set Dollar
The Rapid Set Dollar 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.