Back to Home

MyToken

Token
0xfb2194456e61...b9083eee5bc1
Tangerine WhistleContract #25KSource VerifiedEdit this contract
Deployed November 2, 2016 (9 years ago)Block 2,552,169

The ethereum.org tutorial token in its minimal form, deployed with a supply of one unit to its creator.

Tangerine Whistle EraVerified Source

Historical Significance

The tutorial's opening example at the point where a token is nothing but a mapping and a guarded subtraction. Deployed with a supply of one, it is a test rather than a currency, and it records the moment someone worked through the page.

Context

By 2016 the ethereum.org token tutorial had been rewritten around the names ERC-20 was standardising, balanceOf and transfer, and it is the source most small tokens of the following two years were copied from before OpenZeppelin existed.

Key Facts
Deployment Block
2,552,169
Deployment Date
Nov 2, 2016, 01:50 PM
Code Size
266.0 B
Gas at Deploy
147,148

Description

The token from the ethereum.org tutorial in its ERC-20 era form. It keeps a public balanceOf mapping, gives the whole initial supply to its creator, and transfers with transfer(to, value), which throws rather than returning false when the sender is short and checks the recipient's balance for overflow before adding to it.

This copy has no name, symbol or decimals: it is the first stage of the tutorial, before the metadata is added. Its entire supply is a single unit, written to the deployer, and there is no way to create another.

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

Opcodes266
Unique Opcodes46
Jump Instructions16
Storage Operations7

External Links

Related contracts