Back to Home

Contract 0xf3b6b2cf2a33...9b5f142c6903

Utility
0xf3b6b2cf2a33...9b5f142c6903
FrontierContract #648Exact Bytecode MatchEdit this contract
Deployed August 30, 2015 (11 years ago)Block 165,719

The Frontier greeter carrying one extra unused storage slot

Frontier EraVerified Source

Historical Significance

The greeter as most people met it, with one storage slot more than the tutorial's version holds. A spare slot is evidence that the source behind a deployment was edited rather than copied, which is the ordinary state of tutorial code once it reaches a real chain: read, changed a little, and deployed before the change was finished.

Context

Deployed in August 2015, in the first month of the Frontier chain.

Key Facts
Deployment Block
165,719
Deployment Date
Aug 30, 2015, 08:48 PM
Code Size
799.0 B
Gas at Deploy
241,439

Description

The greeter from the Frontier contract tutorial: a string given at construction, a greet function that returns it, and the mortal base that lets the creator kill the contract and recover its balance. One thing separates it from the tutorial version. A second storage variable sits between the owner and the greeting, and the constructor writes the number six into it after storing the greeting. Nothing reads it and nothing else writes it, so the value never changes and never affects anything. Its presence is visible only because it pushes the greeting from the second storage slot to the third.

Source Verified

Exact bytecode match(799 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

Opcodes799
Unique Opcodes75
Jump Instructions27
Storage Operations13

External Links

Related contracts