Back to Home

ýÞ(•Ø›A)

Wallet
0xd2f06b96b41a...7193ac74e89b
FrontierContract #372Exact Bytecode MatchEdit this contract
Deployed August 21, 2015 (10 years ago)Block 119,651

Wallet proxy stub generated by the Mist Wallet factory. Forwards all calls via CALLCODE to the master Ethereum Foundation Wallet contract at 0x273930d2.

Frontier EraVerified Source

Historical Significance

The most widely deployed proxy pattern in frontier-era Ethereum. Represents the earliest mass adoption of the proxy/library pattern that would later evolve into DELEGATECALL-based upgradeable contracts.

Context

The Ethereum Foundation Wallet was the primary way early users managed their ETH. The Mist browser included a wallet creation UI that deployed these proxy contracts. Each proxy shared the master wallet code but maintained independent storage for owners, daily spending limits, and multisig confirmations.

This contract is a proxy that delegates all calls to 0x273930d21e01ee25e4c219b63259d214872220a2(Wallet). See the master contract for the full logic.
Token Information
Token Name
ýÞ
Symbol
•Ø›A
Key Facts
Deployment Block
119,651
Deployment Date
Aug 21, 2015, 08:41 AM
Code Size
502.0 B
Gas at Deploy
205,911
Transactions by Year
20151
20184
20203
20211
20223
20231
20261

Description

A 49-byte proxy stub deployed by the Ethereum Wallet (Mist) factory contract. When a user created a new wallet through the Mist UI, the factory generated this bytecode with the master Wallet address hardcoded at 0x273930d21e01ee25e4c219b63259d214872220a2.

The proxy copies incoming calldata to memory, then uses CALLCODE to execute the master wallet logic in the context of this contract storage. This means each wallet instance has its own storage (owners, daily limits, balances) but shares the master wallet code.

This was the only delegation mechanism available before EIP-7 introduced DELEGATECALL in the Homestead fork (March 2016). CALLCODE differs from DELEGATECALL in that msg.sender inside the called code refers to the proxy address, not the original caller.

With 1,989 identical deployments, this is one of the most widely deployed bytecodes in early Ethereum history.

Source Verified

evm-assemblyExact bytecode match(502 bytes)
Compiler: Factory

Factory-generated 49-byte proxy stub. Uses CALLCODE to delegate to master Wallet at 0x273930d2. Not compiled from Solidity - bytecode template generated by Wallet factory. 1989 identical deployments.

Heuristic Analysis

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

Detected Type: Wallet

Bytecode Overview

Opcodes502
Unique Opcodes81
Jump Instructions19
Storage Operations9

External Links