Back to Home

Contract 0xc3e92919c47a...eea34e075b04

Utility
0xc3e92919c47a...eea34e075b04
FrontierContract #3,346Exact Bytecode MatchEdit this contract
Deployed November 5, 2015 (10 years ago)Block 495,748

The dapp-bin standardized currency API, with one slot the code never touches

Frontier EraVerified Source

Context

Frontier and Homestead era deployment.

Key Facts
Deployment Block
495,748
Deployment Date
Nov 5, 2015, 09:57 PM
Code Size
1.0 KB
Gas at Deploy
304,033

Description

Ethereum's dapp-bin repository published a set of standardized contract APIs, and this is its currency: balances held in an Account struct, sendCoin and sendCoinFrom, an approval mapping named withdrawers, and a CoinSent event. The deployment differs from the published file in one respect. A second 32-byte member sits inside Account between balance and withdrawers, shifting every withdrawers access from offset one to offset two. Nothing reads or writes it, so the runtime is the same length as the original and differs only in those seven nibbles. The contract's own name is fixed by its bytecode rather than assumed: compiled as currency, the function currency() is the constructor and never reaches the dispatcher, which is what the deployed code shows. Under any other name that function becomes public, the dispatcher gains a fourth entry and the runtime grows by 45 bytes.

Source Verified

Exact bytecode match(1,028 bytes)
Compiler: v0.1.5+
Heuristic Analysis

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

Detected Type: Utility
Has ERC-20-like patterns

Bytecode Overview

Opcodes1,028
Unique Opcodes113
Jump Instructions43
Storage Operations23

External Links

Related contracts