Back to Home

Recovered

0x00034568ecd8...5811016f8b10
Failed DeploySource VerifiedEdit this contract
Deployed October 14, 2016 (9 years ago)Block 2,438,383

Four byte contract that self-destructs to an address taken from its calldata.

Verified Source

Historical Significance

At four bytes this is close to the smallest contract that does anything. It was deployed in bulk as a disposable way to move a balance in a single transaction, which is why every instance destroyed itself immediately.

Token Information
Decimals
0
Key Facts
Deployment Block
2,438,383
Deployment Date
Oct 14, 2016, 11:06 AM
Code Size
Unknown

Description

Four bytes of runtime: read the first word of calldata and self-destruct, sending the balance to that address. There is no owner, no access check and no dispatch, so anyone who called it could direct the balance anywhere. This contract self-destructed inside the transaction that created it, so a node returns empty code for it at every block. The bytecode here was recovered from the creation trace and checked against the index record for the group, so it is the real deployed code rather than a reconstruction. No public verification registry will accept a contract that no longer has code on chain, so the source is published here instead of on Sourcify or Etherscan.

Source Verified

Soliditysource_recovered_self_destructed0
Compiler: v0.8.17

Bytecode Overview

Opcodes0
Unique Opcodes0
Jump Instructions0
Storage Operations0

External Links