Ultimate Set Dollar Hack
Incident Overview
The minter of the token contract is an upgradable proxy contract. Upgradable proxy was used as MasterChef contract: https://etherscan.io/address/0x61ee8806…ad933d
The contract deployer added initial liquidity at:
https://etherscan.io/tx/0x76950cb7…635e81
The unverified contract addressed the proxy contract by calling rebase() function 12 times:
https://etherscan.io/address/0x4d01e888…cd7d76#tokentxns
This led to the token mint directly onto the unverified contract, which finally sold minted tokens at:
https://etherscan.io/tx/0xd1388359…cb4b63
The proxy contract was able to mint tokens by calling advance() function:
https://etherscan.io/tx/0xa02b66f1…a3dd87
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 Ultimate Set Dollar, 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
Learn to Prevent the Next Ultimate Set Dollar
The Ultimate 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.