MINER Hack
Incident Overview
The MINER's smart contract was exploited, resulting in a loss of 466,624 USD worth 168.6 WETH.
MINER is a collection of 100,000 avatars tied to the first tokens built on ERC-X, a fully optimized, experimental standard that enables the use of multiple token standards. On Feb 14, 2024, the project was exploited due to a double-transfer vulnerability caused by a lack of input validation in the update function. The attacker performed several malicious transactions, exploiting the vulnerability to get free tokens by sending tokens to themselves.
The stolen funds were transferred to another EOA and still remain in this address as of Feb 17, 2024. The MINER team posted on their platform that they have sent an on-chain message to the hacker, offering a bounty of 120,000 USD, approximately equivalent to 25% of the exploited funds.
Attacker Address:
https://etherscan.io/address/0xea75AeC1…aeEFbA
Funds Holder as of Feb 17, 2024:
https://etherscan.io/address/0xC181dE2f…f34a70
Malicious Transactions:
https://etherscan.io/tx/0x5cc93e9d…bdb8c0
https://etherscan.io/tx/0xddacdc06…53e8db
https://etherscan.io/tx/0xd22b05ff…cde1b2
Malicious Contract Address:
https://etherscan.io/address/0xBfF51C9C…3EbF29
On-chain message offering a bounty to the attacker:
https://etherscan.io/tx/0x27a01149…b692ae
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 MINER, these are the critical security checks that could have prevented this incident (February 2024).
- Verify all logic paths related to Other 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
- 01
-
02
Web Archive https://archive.is/kHlUT
Learn to Prevent the Next MINER
The MINER 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.