Ordinal DEX Hack
Incident Overview
ORDEX token experienced a rugpull incident on Dec 25, 2023, with a total loss of 72,848 USD.
ORDEX is an ERC20 token trading on UniSwap. On Dec 25, 2023, the scammer removed liquidity from the LP pool, causing a significant loss in value. The deployer and the scammer then sent funds to a single address (another EOA) and distributed them between multiple addresses.
The total loss in this exit scam amounts to 72,848 USD, equivalent to 30.95 WETH.
Deployer Address:
https://etherscan.io/address/0x45747155…43ec7A
Scammer's Addresses:
https://etherscan.io/address/0x8a3F26Bb…252dCf
https://etherscan.io/address/0x69acbcdC…0A5403
https://etherscan.io/address/0x1fBfE151…4f0991
Liquidity Removal Transaction:
https://etherscan.io/tx/0x0ebfe897…303397
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 Ordinal DEX, these are the critical security checks that could have prevented this incident (December 2023).
- 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 Ordinal DEX
The Ordinal DEX 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.