Back to Home

0xc0be...a23d

Token
0xc0beeebef72d...1b19f3dea23d
FrontierContract #11KExact Bytecode MatchEdit this contract
Deployed March 6, 2016 (10 years ago)Block 1,108,993

An ethereum.org tutorial token deployed with no name and no symbol, whose owner can mint further units and freeze accounts, opening supply 1,001 units.

Frontier EraVerified Source

Historical Significance

The central minter is the tutorial's answer to what a currency is for, and it is a candid one: a named issuer holds the opening supply, can create more units at will, and can freeze any account's ability to send. Nothing about that is hidden or revocable. Tokens of this shape are the reason later standards separated the ledger from the policy that governs it, and the reason a reader of a token contract learns to look for who can mint before anything else.

This deployment left the name and the symbol empty. Both are set once in the constructor and no function changes them, so the token has no display identity of any kind and never will: a wallet holding it can only ever show its address.

Context

Ethereum's Frontier network went live on 30 July 2015. Contracts were compiled and deployed from the geth console, there was no test network in common use, and the material people copied from was the ethereum.org tutorials, the Solidity documentation and the go-ethereum wiki. Almost everything deployed in these months is somebody trying the tools.

Token Information
Decimals
0
Key Facts
Deployment Block
1,108,993
Deployment Date
Mar 6, 2016, 09:24 PM
Code Size
3.5 KB
Gas at Deploy
1,061,790
Transactions by Year
20167

Description

A token supporting transfers and third-party allowances. The owner can mint new units and freeze individual accounts. Deployed March 2016 by 0x39afc3556daa4d11a0a8f16ec1a490cd84aa6945.

Source Verified

Exact bytecode match(3,600 bytes)
Compiler: v0.2.1+

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

Opcodes3,600
Unique Opcodes161
Jump Instructions120
Storage Operations57

External Links

Related contracts