Back to Home

greeter

Utility
0xb89a0c1004a1...33e005f20bfe
FrontierContract #11KExact Bytecode MatchEdit this contract
Deployed March 4, 2016 (10 years ago)Block 1,096,465

The guide's greeter, with greet renamed to returnContract

Frontier EraVerified Source

Context

Frontier and Homestead era deployment.

Key Facts
Deployment Block
1,096,465
Deployment Date
Mar 4, 2016, 04:25 AM
Code Size
1.2 KB
Gas at Deploy
555,204

Description

This is the Frontier guide's greeter and mortal pair, deployed with one edit: the function that returns the greeting is called returnContract rather than greet. Four bytes separate it from the same source published at 0x1c22836db6a4c130bf312d09f28da8088bb3fa01, and all four are the dispatcher entry for that one name. The contract itself kept its name. Had it been renamed, greeter(string) would have stopped being the constructor and appeared in the dispatcher as a fourth entry, and it does not. The edit is worth naming because it is invisible to a search by function: a copy of a tutorial contract with one identifier changed matches nothing a sweep looks for.

Source Verified

Exact bytecode match(1,268 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

Opcodes1,268
Unique Opcodes102
Jump Instructions63
Storage Operations15

External Links

Related contracts