Back to Home

Directory

Unclassified
0x5cb6ebdc7ec8...a26111d093cb
FrontierContract #4,194Exact Bytecode MatchEdit this contract

Bytecode verified via sibling

This contract shares identical runtime bytecode with Directory (0x015cb512...) which has been verified through compiler archaeology.

Deployed November 23, 2015 (10 years ago)Block 585,526

A contract with no storage at all that exists only to write three indexed addresses into the log.

Frontier EraVerified Source

Historical Significance

addEntry(address,address,address) does one thing: it fires Entry(address indexed, address indexed, address indexed) and returns. Every argument is indexed, so all three land in the log topics and nothing goes in the data, and the contract keeps no storage of its own. It is a deliberate use of the event log as the database, with the chain paying for the index and the reader querying it by any of the three addresses. Source recovered by exact bytecode match: solc v0.1.7+commit.b4e666cc with the optimizer on reproduces all 127 bytes of the creation transaction.

Context

Deployed in 2015 on the Ethereum Frontier network.

Key Facts
Deployment Block
585,526
Deployment Date
Nov 23, 2015, 04:58 PM
Code Size
127.0 B
Gas at Deploy
51,567

Description

addEntry(address,address,address) does one thing: it fires Entry(address indexed, address indexed, address indexed) and returns. Every argument is indexed, so all three land in the log topics and nothing goes in the data, and the contract keeps no storage of its own. It is a deliberate use of the event log as the database, with the chain paying for the index and the reader querying it by any of the three addresses. Source recovered by exact bytecode match: solc v0.1.7+commit.b4e666cc with the optimizer on reproduces all 127 bytes of the creation transaction.

Source Verified

Exact bytecode match(127 bytes)
Compiler: v0.1.7+
Heuristic Analysis

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

Detected Type: Unclassified

Bytecode Overview

Opcodes127
Unique Opcodes63
Jump Instructions5
Storage Operations1

External Links

Related contracts