Back to Home

Wallet

Unclassified
0x3025cb17ff79...ac611f530b2a
FrontierContract #3,920Source VerifiedEdit this contract
Deployed November 16, 2015 (10 years ago)Block 548,481

Gav Wood's multisignature daily-limit wallet, deployed in November 2015 at block 548481.

Frontier EraVerified Source

Historical Significance

This is the ancestor of a long line of multisignature wallets, including the one whose library was later self-destructed in the 2017 Parity incident. Deployed in November 2015, it predates almost all of the tooling that later made multisig routine, and the daily limit is the part that shows its age: the design assumes a human operator making occasional payments rather than a contract system making programmatic ones.

Key Facts
Deployment Block
548,481
Deployment Date
Nov 16, 2015, 08:05 AM
Code Size
4.2 KB
Gas at Deploy
1,209,124
Transactions by Year
201531

Description

The original three part design: multiowned holds a set of owners and requires a configurable number of them to confirm an operation before it executes, daylimit adds a per day spending allowance that a single owner can draw on without confirmations, and Wallet combines them so that small payments go straight through while larger ones collect signatures.

Pending operations are keyed by a hash of the call, with a bitmap recording which owners have already confirmed, so a confirmation costs one storage write rather than an array append. Owner changes, requirement changes and the daily limit itself are all subject to the same confirmation rule as spending.

Source Verified

SolidityEtherscan verified
Compiler: v0.1.7-
Heuristic Analysis

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

Detected Type: Unclassified

Bytecode Overview

Opcodes4,334
Unique Opcodes236
Jump Instructions270
Storage Operations155

External Links

Related contracts