Back to Home

Directory

Utility
0x015cb512026b...4bba3dd9a577
FrontierContract #4,342Exact Bytecode MatchEdit this contract
Deployed November 30, 2015 (10 years ago)Block 617,430

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

Frontier EraVerified Source

Context

Deployed in 2015 on the Ethereum Frontier network.

Key Facts
Deployment Block
617,430
Deployment Date
Nov 30, 2015, 01:28 AM
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: Utility

Bytecode Overview

Opcodes127
Unique Opcodes63
Jump Instructions5
Storage Operations1

External Links

Related contracts