Back to Home

currency

Token
0x8494f777d135...e3289e634fd3
FrontierContract #988Source VerifiedEdit this contract
Deployed September 8, 2015 (10 years ago)Block 204,787

An early Frontier-era token contract implementing a pre-ERC-20 interface, deployed on September 8, 2015 by an address associated with the ENS name collectibletr

Frontier EraVerified Source

Historical Significance

This contract is one of the earliest known Ethereum tokens to explicitly reference the proposed ERC-20 standard in its source code, predating the formal EIP-20 submission by over two months. It documents the informal community experimentation that preceded the standardization of the ERC-20 interface and provides a window into early Frontier-era token design.

Context

Ethereum Frontier launched on July 30, 2015. In the weeks that followed, developers began deploying experimental contracts and exploring what decentralized applications could look like. The ERC-20 token standard was being informally discussed in the community before Fabian Vogelsteller and Vitalik Buterin formalized it as EIP-20 on November 19, 2015. The Solidity compiler version v0.1.3 was used for this contract, representing one of the earliest compiler releases available on mainnet.

Key Facts
Deployer
collectibletrust.eth (0x8394a0...a0b8a8)
Deployment Block
204,787
Deployment Date
Sep 8, 2015, 09:12 PM
Code Size
970.0 B
Gas at Deploy
287,877
Transactions by Year
202421
202538

Description

The currency contract was deployed at block 204787 on September 8, 2015, approximately six weeks after the Ethereum Frontier launch on July 30, 2015. The deployer, whose address is associated with the ENS name collectibletrust.eth, submitted the source code for Etherscan verification. The source code begins with the comment "rfikki was here in 2015," a personal signature embedded in the contract.

The contract implements a token with a fixed supply of one trillion units. It provides functions for sending tokens between accounts, checking balances, and approving delegate transfers. A comment in the disapprove function reads "We Disapprove - 2015 - Aug - 24 Proposed ERC20 Standard - Not Final," indicating the author was implementing an early draft of what would become the ERC-20 token standard. The formal ERC-20 standard (EIP-20) was not submitted until November 19, 2015, more than two months after this contract was deployed.

The function signatures differ from the finalized ERC-20 standard. The contract uses sendCoin instead of transfer, coinBalance instead of balanceOf, and a CoinSent event instead of Transfer. However, the underlying concepts of balance tracking, transfer delegation, and approval mechanisms closely mirror the eventual standard.

This contract represents early community experimentation with token standardization on Ethereum. It was deployed in the window between the Frontier launch and the formal codification of token interfaces, a period when developers were independently exploring fungible token designs before any standard existed.

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

Opcodes970
Unique Opcodes111
Jump Instructions41
Storage Operations22

External Links