Back to Home

Whitcoin(WHIT)

Token
0x796ed7f47e10...e9b68ecb1c19
FrontierSource Verified
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...

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

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.

Heuristic Analysis

The following characteristics were detected through bytecode analysis and may not be accurate.

Detected Type: Token
Has ERC-20-like patterns

Frontier Era

The initial release of Ethereum. A bare-bones implementation for technical users.

Block span: 01,149,999
July 30, 2015March 14, 2016

Bytecode Overview

Opcodes1,406
Unique Opcodes133
Jump Instructions57
Storage Operations36

Verified Source Available

This contract has verified source code on Etherscan.

View Source Code

External Links