Back to Home

token

Token
0xc77f06da4c06...e69e71494c69
HomesteadContract #12KExact Bytecode MatchEdit this contract
Deployed March 14, 2016 (10 years ago)Block 1,145,833

Bare Homestead-era token (Mar 14 2016): public balanceOf mapping + a single unchecked transfer firing the standard Transfer event.

Homestead EraVerified Source

Historical Significance

A minimal ERC20-precursor token deployed the day Homestead launched, with no overflow/underflow guards on transfer.

Context

Compiled with the early soljson-v0.1.3 (optimizer ON); exact match of both runtime and creation bytecode reproduced from reconstructed source.

Token Information
Decimals
0
Key Facts
Deployment Block
1,145,833
Deployment Date
Mar 14, 2016, 03:00 AM
Code Size
184.0 B
Gas at Deploy
94,422
Transactions by Year
20161

Description

A token from the ethereum.org tutorial. Balances sit in a public balanceOf mapping and transfer(to, value) moves them, throwing rather than returning false when the sender is short and checking the recipient's balance for overflow before adding to it. There is no owner and no way to create further units: the supply written at deployment is the whole supply.

Source Verified

SolidityExact bytecode match(184 bytes)
Compiler: soljson

Exact bytecode match. Runtime: 184 bytes (byte-for-byte). Creation: 245 bytes + 32-byte ABI-encoded constructor arg (initialSupply). Compiled with soljson-v0.1.3+commit.028f561d, optimizer ON.

Historian Categories

Token
Heuristic Analysis

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

Detected Type: Token
Has ERC-20-like patterns

Bytecode Overview

Opcodes184
Unique Opcodes77
Jump Instructions8
Storage Operations6

External Links

Related contracts