Back to Home

SelfDestruct

0x00100a7ed408...1770f765f519
Spurious DragonExact Bytecode MatchEdit this contract
Deployed December 4, 2016 (9 years ago)Block 2,745,948

39-byte disposable sweep contract that self-destructs to its stored owner.

Spurious Dragon EraVerified Source

Historical Significance

Documents the disposable-sweep-target pattern of the Spurious Dragon era: deploy a throwaway address, let funds accumulate against it, then call it once to forward the balance to the owner and destroy the contract. The bytecode recurs unchanged across many addresses, indicating it was emitted by automated deployment tooling rather than written per use. Cracking a single instance therefore documents the whole recurring pattern.

Key Facts
Deployment Block
2,745,948
Deployment Date
Dec 4, 2016, 11:55 AM
Code Size
39.0 B

Description

A 39-byte contract with no dispatch table. Any call falls through to the fallback, which loads the address in storage slot 0 (owner) and SELFDESTRUCTs to it, forwarding the entire remaining balance. Runtime bytecode reproduced byte-for-byte with solc 0.3.6, optimizer enabled at 200 runs. Verified on Sourcify and Etherscan.

Source Verified

SolidityExact bytecode match(39 bytes)
Compiler: v0.3.6+

Bytecode Overview

Opcodes39
Unique Opcodes13
Jump Instructions2
Storage Operations1

External Links