Back to Home

Whitcoin(WHIT)

Token
0x796ed7f47e10...e9b68ecb1c19
FrontierContract #3,266Source VerifiedEdit this contract
Deployed November 3, 2015 (10 years ago)Block 484,792

An early token contract deploying the MyToken template as Whitcoin (WHIT) on November 3, 2015, the same day the canonical MistCoin was created, illustrating the

Frontier EraVerified Source

Historical Significance

This contract documents the proliferation of the MyToken template on November 3, 2015, the day the Mist browser made token creation accessible to non-technical users. It shows that the MistCoin launch day generated multiple independent deployments using the same template, each with distinct token names, reflecting the tutorial-driven adoption of token creation in the early Ethereum community.

Context

November 3, 2015 was a watershed moment for Ethereum token adoption. The Mist browser, developed by the Ethereum Foundation, included a built-in token creation wizard based on the MyToken template written by Fabian Vogelsteller. The canonical MistCoin was the first deployment of this template on mainnet. Within hours, multiple other users replicated the process. The ERC-20 standard itself had not yet been formally submitted (it would be filed on November 19, 2015), so the MyToken template represented the de facto model for token creation in the Ethereum community at that time.

Token Information
Token Name
Whitcoin
Symbol
WHIT
Decimals
0
Key Facts
Deployment Block
484,792
Deployment Date
Nov 3, 2015, 06:46 PM
Code Size
1.4 KB
Gas at Deploy
307,428

Description

This contract was deployed at block 484792 on November 3, 2015, approximately six hours after the canonical MistCoin at block 483325. The contract is identified as MistCoin on Etherscan because it uses the identical MyToken template bytecode. However, the token name stored on-chain is Whitcoin with the symbol WHIT, indicating a separate deployer created their own token using the same template on the same day.

The contract uses the MyToken template that was featured in the Ethereum Mist browser wallet documentation. The template was written in Solidity v0.1.6 and provides basic token functionality: a fixed supply assigned entirely to the deployer at creation, a public balanceOf mapping, and a transfer function that emits a Transfer event. The template was designed as a demonstration of how to issue a simple fungible token.

November 3, 2015 was the date on which the Mist browser introduced a graphical token creation interface. The MyToken template was prominently featured in Ethereum Foundation tutorials as a hands-on introduction to token contracts. Multiple users independently deployed tokens using this template on the same day, illustrating how the Mist browser dramatically lowered the barrier to smart contract deployment.

The contract received only one transaction, its deployment. The deployer address 0x26c5AB9c2ee8557A11536b2cA24A19d61E77Af30 has no other documented activity, suggesting this was a one-time experiment following the tutorial.

Source Verified

Etherscan verified
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

Opcodes1,406
Unique Opcodes133
Jump Instructions57
Storage Operations36

External Links