Back to Home

Contract 0x4f4b7a6f1b51...ea2ba5cbcb05

Utility
Part of The Piper Merriam Collection
0x4f4b7a6f1b51...ea2ba5cbcb05
FrontierExact Bytecode MatchEdit this contract
Deployed November 9, 2015 (10 years ago)Block 512,411

A single scheduled call, created by the scheduler and waiting for its target block

Frontier EraVerified Source

Context

Created in November 2015 by the alarm clock's scheduler contract rather than by an account, one contract per scheduled call. 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
512,411
Deployment Date
Nov 9, 2015, 05:48 AM
Code Size
1.8 KB
Transactions by Year
20151
20184
20233

Description

One scheduled call in the Ethereum Alarm Clock. The scheduler creates a contract per call, funded up front, holding the target address, the call data, the gas to forward, the payment offered and the block it is due at. Anyone may claim the call in a window before it comes due by posting a deposit, which gives them the exclusive right to execute it and the payment for doing so; if nobody claims it, anyone may execute it once the block arrives. Execution reimburses the caller's gas at the anchored gas price and pays the fee, and a call left unexecuted past its grace period can be cancelled and the funds returned. The logic lives in the linked CallLib, with balances handled by AccountingLib.

Source Verified

Exact bytecode match(1,844 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

Opcodes1,844
Unique Opcodes170
Jump Instructions104
Storage Operations43

External Links

Related contracts