Back to Home

0x661d...1e48

Utility
Part of The Piper Merriam Collection
0x661d36b10dd5...27812fb81e48
FrontierContract #3,576Exact Bytecode MatchEdit this contract
Deployed November 8, 2015 (10 years ago)Block 508,885

An ordered, queryable index over contract storage, held in a library

Frontier EraVerified Source

Historical Significance

A library implementing an ordered index over arbitrary keyed values in contract storage, published as Grove. Values are held in a self balancing tree so that a contract can ask for the entries above, below or nearest a given value without iterating, which is what lets the Ethereum Alarm Clock find the calls due next without walking its whole queue. Each index is identified by the address that created it and a name, so one deployment serves many contracts.

Context

Deployed in November 2015 on the Frontier chain by the account behind the Ethereum Alarm Clock, which deployed the whole system from one address. It reproduces exactly at solc 0.1.6 commit d6e77ce0, a build that was never released and is absent from solc-bin, so Etherscan has no compiler that can verify it.

Key Facts
Deployer
Piper Merriam(0xd3cda9...293601)
Deployment Block
508,885
Deployment Date
Nov 8, 2015, 12:36 PM
Code Size
4.3 KB
Gas at Deploy
1,175,251

Description

A library implementing an ordered index over arbitrary keyed values in contract storage, published as Grove. Values are held in a self balancing tree so that a contract can ask for the entries above, below or nearest a given value without iterating, which is what lets the Ethereum Alarm Clock find the calls due next without walking its whole queue. Each index is identified by the address that created it and a name, so one deployment serves many contracts.

Source Verified

Exact bytecode match(4,361 bytes)
Compiler: v0.1.6-
Heuristic Analysis

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

Detected Type: Utility

Bytecode Overview

Opcodes4,361
Unique Opcodes164
Jump Instructions269
Storage Operations273

External Links

Related contracts