Back to Home

Constants

Unknown
0x11fe5f00cb9c...0d665927fc39
FrontierContract #184Exact Bytecode MatchEdit this contract
Deployed August 12, 2015 (10 years ago)Block 73,428

Immutable state variables initialized in declaration + public auto-getter.

Key Facts

Deployment Block
73,428
Deployment Date
Aug 12, 2015, 08:47 AM
Code Size
139.0 B
Gas at Deploy
107,098

Description

Immutable state variables initialized in declaration + public auto-getter. Functions include pub() (auto-getter). Verified with soljson-v0.1.1+commit.6ff4cd6 and optimizer OFF.

Source Verified

SolidityExact bytecode match(139 bytes)
Compiler: soljson

Backfilled from awesome-ethereum-proofs PR #44.

Heuristic Analysis

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

Detected Type: Unknown

Frontier Era

The initial release of Ethereum. A bare-bones implementation for technical users.

Block span: 01,149,999
July 30, 2015March 14, 2016

Bytecode Overview

Opcodes139
Unique Opcodes39
Jump Instructions9
Storage Operations6

Verified Source Available

Source verified through compiler archaeology and exact bytecode matching.

View Verification Proof
Show source code (Solidity)
contract C {
    uint256 var_0 = 1234;
    uint256 public pub = 456;
    uint256 var_2 = 1369;
}

External Links