Back to Home

0xd6bb...c58e

Utility
Part of The Piper Merriam Collection
0xd6bbd16eaa6e...0ca24fc8c58e
FrontierContract #2,539Exact Bytecode MatchEdit this contract
Deployed October 23, 2015 (10 years ago)Block 429,083

A rotating pool of participants that turns over on a fixed schedule, held in a library

Frontier EraVerified Source

Historical Significance

A library implementing a pool whose membership rotates on a fixed schedule. Participants enter by posting a bond, the pool freezes at a block boundary, and from then on the members take turns in a deterministic order derived from the block hash. The Ethereum Alarm Clock uses it to give bonded callers a first refusal window on each scheduled call before it opens to everyone, so that calls have someone accountable for making them.

Context

Deployed in October 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 the released solc v0.1.6+commit.d41f8b7c with the optimiser on, but Etherscan cannot verify it: the link time library addresses cannot be supplied for compilers of this vintage.

Key Facts
Deployer
Piper Merriam(0xd3cda9...293601)
Deployment Block
429,083
Deployment Date
Oct 23, 2015, 08:43 PM
Code Size
4.5 KB
Gas at Deploy
1,243,755

Description

A library implementing a pool whose membership rotates on a fixed schedule. Participants enter by posting a bond, the pool freezes at a block boundary, and from then on the members take turns in a deterministic order derived from the block hash. The Ethereum Alarm Clock uses it to give bonded callers a first refusal window on each scheduled call before it opens to everyone, so that calls have someone accountable for making them.

Source Verified

Exact bytecode match(4,620 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,620
Unique Opcodes210
Jump Instructions253
Storage Operations110

External Links

Related contracts