Reaper Finance Hack
Incident Overview
The contract deployer minted tokens onto his wallet:
https://etherscan.io/tx/0x0a159a37…1e81f1
Project tokens were distributed between different external wallets in the following transactions:
https://etherscan.io/tx/0x62257b41…111efe
https://etherscan.io/tx/0x0b169173…199b98
https://etherscan.io/tx/0x7a0a0a61…14987c
https://etherscan.io/tx/0x6a8e9df1…b06910
https://etherscan.io/tx/0xd068f9dc…1967c9
https://etherscan.io/tx/0x6312dc74…e8cfde
Second minting invoked by the contract deployer:
https://etherscan.io/tx/0xbb0973ad…37b5e2
Addresses, which received tokens, started to sell them after the initial liquidity was added:
https://etherscan.io/address/0x7b8c48a2…d16575#tokentxns
https://etherscan.io/address/0x34e11efc…9c92f7#tokentxns
https://etherscan.io/address/0xf466c2b2…0c0447#tokentxns
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 Reaper 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 TrialSecurity Audit History
- Audit Report 1 Report
Sources & References
Learn to Prevent the Next Reaper Finance
The Reaper 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.