NONAME Hack
Incident Overview
The contract deployer used the proxy contract to mint tokens and send them onto his wallet at:
https://etherscan.io/tx/0xda6f43af…0096d4
The contract deployer added initial liquidity at:
https://etherscan.io/tx/0x03b4dcfa…5c4c20
The contract deployer removed liquidity at:
https://etherscan.io/tx/0xfce75c90…168715
The contract deployer has sold tokens at:
https://etherscan.io/tx/0x04d42088…b9fe17
In addition, the project was holding a fundraising event, using NonameCrowdsale smart contract. The list of transactions, where the sale contract gathered ETH from investors:
https://bloxy.info/txs/transfers_to/0x1a9f9c40…a02f40?currency_id=1
The raised funds had the final recipient - the proxy contract, which received ETH from the sale contract:
https://bloxy.info/txs/transfers_from/0x1a9f9c40…a02f40?currency_id=1
After, the proxy contract distributed ETH into 2 external wallets at:
https://etherscan.io/tx/0x57cf8745…a31bdd
https://etherscan.io/tx/0xd494ea26…f25bc1
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 NONAME, these are the critical security checks that could have prevented this incident (February 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
-
01
Web Archive https://archive.ph/CNjYe
Learn to Prevent the Next NONAME
The NONAME 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.