Dividend Token Hack
Incident Overview
The token contract owner was setted to 0x38f614dd…88459e address, according to the contract overview:
https://etherscan.io/token/0xc84ed036…7a1e94#readContract
The transaction below shows that he was able to generate 1.8 trillion DIV tokens onto his wallet:
https://etherscan.io/tx/0x5776d1e8…c67c82
Subsequently, these tokens were sold, of which he received ~137.2 ETH. Transaction list:
https://bloxy.info/txs/calls_from/0x38f614dd…88459e?signature_id=1102188&smart_contract_address_bin=0x7a250d56…f2488d
Another wallet, which participated in this event, used a smart contract backdoor and was able to execute mint and sell tokens in the same transaction, additionally gaining 17.6 ETH:
https://etherscan.io/tx/0x619ecf49…ea1b9a
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 Dividend Token, these are the critical security checks that could have prevented this incident (November 2020).
- 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 Dividend Token
The Dividend Token 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.