Back to Home

Guarded

0x0000ee70ad40...30e547ed3553
ByzantiumSource VerifiedEdit this contract
Deployed August 26, 2018 (8 years ago)Block 6,216,849

A 27 byte hand-written contract that self-destructs to its caller, gated on a single hardcoded controller address.

Byzantium EraVerified Source

Historical Significance

Two families share this design with different controllers, which is what makes it legible: the code is a template, and the address is the parameter. That pattern of deploying one hand-tuned routine many times with a single constant changed is characteristic of automated deposit and collection systems from this period.

Key Facts
Deployment Block
6,216,849
Deployment Date
Aug 26, 2018, 12:06 PM
Code Size
27.0 B

Description

The same twenty-seven byte guard shape as its sibling family, differing only in the twenty bytes of the permitted address. The controller is pushed as a literal, compared against the caller, and a jump on that comparison either reaches the self-destruct or falls into an invalid instruction.

The contract has no storage, no functions and no events. It exists to hold a balance and to hand that balance to one address on demand. The published source reproduces the deployed bytes exactly through Yul verbatim, because no compiler emits this shape.

Source Verified

Yuleh_crack_source_verified
Compiler: v0.8.17

Bytecode Overview

Opcodes27
Unique Opcodes24
Jump Instructions1
Storage Operations3

External Links