Back to Home

Target

program
0x9e0ae8ffd946...0eecadc9428e
FrontierContract #1,192Exact Bytecode MatchEdit this contract
Deployed September 17, 2015 (10 years ago)Block 247,409

Target contract.

Key Facts

Deployment Block
247,409
Deployment Date
Sep 17, 2015, 10:50 AM
Code Size
76.0 B
Gas at Deploy
37,562
Transactions by Year
20154

Description

Verified with soljson-v0.1.1+commit.6ff4cd6 and optimizer ON.

Source Verified

SolidityExact bytecode match(76 bytes)
Compiler: soljson

Backfilled from awesome-ethereum-proofs PR #49.

Heuristic Analysis

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

Detected Type: program

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

Opcodes76
Unique Opcodes34
Jump Instructions5
Storage Operations2

Verified Source Available

Source verified through compiler archaeology and exact bytecode matching.

View Verification Proof
Show source code (Solidity)
contract Target {
    uint stored;

    function set(uint256 x) {
        stored = x;
    }

    function get() returns (uint) {
        return stored;
    }
}

External Links