Back to Home

greeter

Utility
0xd48577e8b78c...a7f2f9be429c
FrontierContract #1,728Exact Bytecode MatchEdit this contract
Deployed October 2, 2015 (10 years ago)Block 321,934

The guide's greeter, with kill renamed comeback

Frontier EraVerified Source

Context

Frontier and Homestead era deployment.

Key Facts
Deployment Block
321,934
Deployment Date
Oct 2, 2015, 10:17 AM
Code Size
787.0 B
Gas at Deploy
220,796

Description

The Frontier guide's greeter and mortal pair, deployed with both of its public functions renamed. The one that returns the greeting is called call, and the one that destroys the contract is called comeback rather than kill. Eight bytes separate it from the guide source and all eight are the two dispatcher entries. Naming the self-destruct comeback is the sort of joke that only survives because bytecode keeps the selector: the name is not recorded anywhere on chain, only the first four bytes of its hash, and those are enough to read it back.

Source Verified

Exact bytecode match(787 bytes)
Compiler: v0.1.1+
Heuristic Analysis

The following characteristics were detected through bytecode analysis and may not be accurate.

Detected Type: Utility
Contains SELFDESTRUCT opcode

Bytecode Overview

Opcodes787
Unique Opcodes73
Jump Instructions29
Storage Operations11

External Links

Related contracts