Back to Home

0xc11c...c40b

Token
0xc11c9de247eb...4a1fe040c40b
HomesteadContract #15KExact Bytecode MatchEdit this contract
Deployed May 6, 2016 (10 years ago)Block 1,467,549

A fixed-supply token with transfers and third-party allowances, deployed May 2016.

Homestead EraVerified Source

Historical Significance

A token written to the interface rather than to a tutorial: balances, transfers, an allowance mapping and a total supply, with no owner, no minting and no metadata beyond what the interface asks for. Contracts of this shape are what ERC-20 was describing when it was drafted, and their sameness is the point, since a wallet or an exchange can handle any of them without knowing anything else.

Context

Homestead arrived in March 2016 and the ethereum.org tutorials were rewritten around the transfer and balanceOf names that ERC-20 was standardising. Deploying a token had become a matter of filling in four constructor arguments, and most of the deployments of this period are exactly that.

Key Facts
Deployment Block
1,467,549
Deployment Date
May 6, 2016, 04:16 PM
Code Size
827.0 B
Gas at Deploy
273,420

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. An allowance mapping lets a holder authorise another address to spend a limited amount through transferFrom. There is no owner and no way to create further units: the supply written at deployment is the whole supply. Its opening supply is 0 units, indivisible.

Source Verified

Exact bytecode match(827 bytes)
Compiler: v0.2.0-

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

Opcodes827
Unique Opcodes118
Jump Instructions41
Storage Operations20

External Links

Related contracts