Back to Home

FirstCoin

Token
0xe60a2cb10675...54a36e3db9c0
FrontierContract #3,386Source VerifiedEdit this contract
Deployed November 6, 2015 (10 years ago)Block 499,014

The 2015 ethereum.org tutorial token, created with a supply of 1,000,000 units to its deployer.

Frontier EraVerified Source

Historical Significance

A plain instance of the pre-ERC-20 tutorial token, deployed while the interface that replaced it was still being drafted.

Context

Ethereum's Frontier network went live on 30 July 2015. The tutorial token of that period predates ERC-20: balances are read through coinBalanceOf, transfers are sent with sendCoin, and the event announcing one is called CoinTransfer.

Key Facts
Deployment Block
499,014
Deployment Date
Nov 6, 2015, 01:27 PM
Code Size
657.0 B
Gas at Deploy
181,395
Transactions by Year
20151

Description

The token from the 2015 ethereum.org tutorial, in the form that predates ERC-20. It keeps one public mapping of balances, hands the whole supply to whoever creates it, and moves units with sendCoin(receiver, amount), which checks the sender's balance, returns false rather than reverting when it is short, and announces a successful move with a CoinTransfer event.

There is no approval, no allowance, no decimals, no name and no symbol. The supply is set once and cannot be added to.

It was created with a supply of 1,000,000 units. The Solidity source declares the contract as token, which is the name the tutorial gives it.

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

Opcodes657
Unique Opcodes86
Jump Instructions16
Storage Operations9

External Links

Related contracts