Back to Home

Contract 0xfee4fe91a8cb...3f71bbf6b692

Utility
Part of The Piper Merriam Collection
0xfee4fe91a8cb...3f71bbf6b692
FrontierExact Bytecode MatchEdit this contract
Deployed December 23, 2015 (10 years ago)Block 737,992

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

Frontier EraVerified Source

Context

Created in December 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
737,992
Deployment Date
Dec 23, 2015, 10:52 PM
Code Size
3.1 KB
Transactions by Year
20151

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(3,195 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

Opcodes3,195
Unique Opcodes199
Jump Instructions170
Storage Operations92

External Links

Related contracts