Back to Home

SimpleStorage

Utility
0x4478afbd9daf...4514cc13c409
FrontierContract #3,648Exact Bytecode MatchEdit this contract
Deployed November 10, 2015 (10 years ago)Block 516,293

The Solidity documentation storage example, given a public variable and an initialising constructor

Frontier EraVerified Source

Context

Deployed in November 2015 during the Frontier period. SimpleStorage was the first contract most people compiled, and copies of it with small edits are scattered across the early chain.

Key Facts
Deployment Block
516,293
Deployment Date
Nov 10, 2015, 12:08 AM
Code Size
261.0 B
Gas at Deploy
81,755

Description

A single unsigned integer held in storage, with set to write it and get to read it back. The variable is declared public, so the compiler also emits a storedData accessor, and the constructor takes an initial value that is written into the slot at deployment. It is the SimpleStorage example that opens the Solidity documentation, edited in those two ways by whoever deployed it.

Source Verified

Exact bytecode match(261 bytes)
Compiler: v0.1.6+
Heuristic Analysis

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

Detected Type: Utility

Bytecode Overview

Opcodes261
Unique Opcodes50
Jump Instructions13
Storage Operations4

External Links

Related contracts