Back to Home

token

Token
0x98f47873a6b1...546966d7e0ba
FrontierContract #54Source VerifiedEdit this contract
Deployed August 8, 2015 (10 years ago)Block 54,593

Tutorial-derived coin contract (Solidity v0.1.1), one of multiple token instances deployed by the same address on Aug 8, 2015.

Frontier EraVerified Source

Historical Significance

Part of the earliest wave of smart contracts on Ethereum mainnet. Illustrates how developers experimented with repeated tutorial contract deployments during the Frontier era, when gas was virtually free and the network served as an open sandbox.

Context

Deployed during the Ethereum Frontier era (launched July 30, 2015). Solidity was at v0.1.x, no token standards existed yet, and the Ethereum Foundation published coin tutorials in the Frontier Guide to bootstrap developer adoption.

Key Facts
Deployment Block
54,593
Deployment Date
Aug 8, 2015, 05:57 PM
Code Size
634.0 B
Gas at Deploy
177,016

Description

One of five token instances deployed by 0x4b0C6F0297CEe4B551B6fab3277067B64B238990 on August 8, 2015, during the first days of the Ethereum Frontier era. The bytecode is identical across all instances — a minimal coin contract with coinBalanceOf, sendCoin, and CoinTransfer event, compiled with Solidity v0.1.1.

The repeated deployments within hours suggest iterative testing or tutorial experimentation. The contract pattern closely mirrors the coin examples from the Ethereum Frontier Guide. At least nine total token deployments occurred between August 8–11, 2015, from four different deployer addresses — making it one of the most replicated early tutorial contracts on mainnet.

See the first instance (0x3c401b518252abe3bbbf898a44939699e7da1634) for full documentation.

Source Verified

Etherscan verified

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

Opcodes634
Unique Opcodes83
Jump Instructions14
Storage Operations9

External Links