Back to Home

Etherparty

Unknown
0x8200b7230d55...fe4617e814d6
FrontierExact Bytecode Match
Deployed August 8, 2015 (10 years ago)Block 55,345

A minimal string-storage contract hardcoding the name 'Etherparty', deployed 3 times on August 8, 2015 by the same wallet that deployed SimpleStorage.

Key Facts

Deployment Block
55,345
Deployment Date
Aug 8, 2015, 09:27 PM
Code Size
499.0 B
Gas at Deploy
90,000

Description

Three identical contracts deployed by 0x5947168a at blocks 55,345-55,355 on August 8, 2015 - the same deployer who deployed 4 SimpleStorage tutorial contracts minutes later. The contract stores a single string 'Etherparty' and exposes a get() function returning it. The 'Etherparty' name references an early Ethereum platform from Canada focused on smart contract creation tools. The deployer received 1.182 ETH from a genesis-funded wallet, suggesting they were a developer testing or demonstrating the platform's tooling on Frontier Day 1.

Source Verified

SolidityExact bytecode match(499 bytes)
Compiler: v0.1.1+

All 3 contracts are byte-for-byte identical (499 bytes). Compiled with soljson v0.1.1+commit.6ff4cd6a, optimizer OFF.

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

Opcodes499
Unique Opcodes64
Jump Instructions23
Storage Operations7

Verified Source Available

Source verified through compiler archaeology and exact bytecode matching.

View Verification Proof
Show source code (Solidity)
contract Etherparty {
    string name = "Etherparty";
    function get() constant returns (string) { return name; }
}

External Links