Back to HomeDeployer 0xFD2605...7F9e8c Deployment Block 73,428 Deployment Date Aug 12, 2015, 08:47 AM Code Size 139.0 B Gas at Deploy 107,098
Deployed August 12, 2015 (10 years ago)Block 73,428
Immutable state variables initialized in declaration + public auto-getter.
Key Facts
Deployment Transaction: 0xec0c3d532c23b382...b3e0b6fe6adaed8b
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: 0 — 1,149,999
July 30, 2015 — March 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 ProofShow source code (Solidity)
contract C {
uint256 var_0 = 1234;
uint256 public pub = 456;
uint256 var_2 = 1369;
}