CheddaToken Hack
Incident Overview
CheddaToken was rugged by the privileged role. The CHEDDA token was dumped with losses of about 1.2M $USD,
The function `emergencyRewardWithdraw` was invoked by the owner. It allows the caller to take off the available CHEDDA token balance in the MasterChef. After that the tokens were sold which led to significant price dumping.
Onwer addresses:
https://etherscan.io/address/0xb0d51fb4β¦8d97e3
emergencyRewardWithdrawΒ transaction:
https://etherscan.io/tx/0xff904928β¦2b5733
https://etherscan.io/tx/0x685b3d39β¦25608d
Incident Report
Protocol Information
Market Context at Time of Hack
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 CheddaToken, these are the critical security checks that could have prevented this incident (April 2022).
- 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
- Certik Report unavailable
Sources & References
Learn to Prevent the Next CheddaToken
The CheddaToken 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.