Dictum Exchange Hack
Incident Overview
Dictum Exchange has rugged pulled. On the 31st of Dec 2022, just after airdropping its $DIC token, the project shut down all of its social networks and performed hard rug from unverified proxy liquidity pool contracts.
The protocol built on the Arbitrum network Dictum Exchange performed hard rug from its LPs.
Most of the contracts of the protocol are built using a proxy upgradeability pattern. In this case, it allows deploying new implementations with any malicious logic. Currently, the source code of all LPs is not verified and includes malicious logic in the burn() function.
This function was called on each LP contract to drain a huge share of liquidity from them.
Currently, all stolen funds are bridged to the Ethereum Mainnet as ETH and stored in the account: 0xaF8f284e…16e21d
Scammer addreses:
https://arbiscan.io/address/0xaf8f284e…16e21d
https://etherscan.io/address/0xaF8f284e…16e21d
Liquidity draining TXs:
https://arbiscan.io/tx/0xbe0e8d83…e17112
https://arbiscan.io/tx/0xe7275b59…02b307
https://arbiscan.io/tx/0xe197f911…4c187f
https://arbiscan.io/tx/0x874e189e…667f66
https://arbiscan.io/tx/0xf3b30990…33540a
https://arbiscan.io/tx/0x4812d74f…51c7bc
https://arbiscan.io/tx/0x67ac2279…0723b1
https://arbiscan.io/tx/0xb0f0bc34…e8effc
https://arbiscan.io/tx/0x48805ffa…123876
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 Dictum Exchange, these are the critical security checks that could have prevented this incident (December 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 TrialSources & References
Learn to Prevent the Next Dictum Exchange
The Dictum Exchange 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.