Back to Home

MyToken

Token
0xd3740542c91a...252cdd323cc6
FrontierContract #1,560Exact Bytecode MatchEdit this contract
Deployed September 25, 2015 (10 years ago)Block 285,954

The ethereum.org token tutorial, with the default supply set to two hundred million

Frontier EraVerified Source

Historical Significance

The ethereum.org token tutorial is where most people who deployed a token in this period started, and this is its opening form: a balance mapping, a guarded subtraction and the metadata a wallet needs to show a name. It has no allowance, so nothing can spend on a holder's behalf and no exchange or escrow can be given a limit. That gap is exactly what ERC-20 was written to close, and copies like this one are the before picture.

Context

Deployed in September 2015 on the Frontier chain.

Key Facts
Deployment Block
285,954
Deployment Date
Sep 25, 2015, 01:35 AM
Code Size
618.0 B
Gas at Deploy
178,557
Transactions by Year
20221
20252

Description

The minimal token from the ethereum.org tutorial: one mapping from address to balance, a sendCoin that moves value and emits CoinTransfer, and a public accessor. The whole supply goes to whoever deploys it. The deployer left the tutorial's guard that substitutes a default when the constructor is given zero, but changed that default to two hundred million. There is no approval mechanism and no total supply variable, so it predates the ERC-20 interface.

Source Verified

Exact bytecode match(618 bytes)
Compiler: v0.1.3+
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

Opcodes618
Unique Opcodes90
Jump Instructions18
Storage Operations9

External Links

Related contracts