Back to Home

currency

Token
0x8494f777d135...e3289e634fd3
FrontierSource Verified
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...

Key Facts

Deployer
collectibletrust.eth (0x8394A0...A0B8A8)
Deployment Block
204,787
Deployment Date
Sep 8, 2015, 09:12 PM
Code Size
970.0 B
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.

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

Opcodes970
Unique Opcodes111
Jump Instructions41
Storage Operations22

Verified Source Available

This contract has verified source code on Etherscan.

View Source Code

External Links