Back to Home

DigitalCommunityShare(DCS)

Token
0xafe6851c1d9e...27e22a9ec5d7
HomesteadContract #16KExact Bytecode MatchEdit this contract
Deployed May 13, 2016 (10 years ago)Block 1,508,894

A fixed-supply token with direct transfers only, deployed May 2016.

Homestead EraVerified Source

Historical Significance

The ethereum.org token tutorial is where most people who deployed a token in this period started, and this is its opening form: a balance mapping, a guarded subtraction and the metadata a wallet needs to show a name. It has no allowance, so nothing can spend on a holder's behalf and no exchange or escrow can be given a limit. That gap is exactly what ERC-20 was written to close, and copies like this one are the before picture.

Context

Frontier and Homestead era token deployment.

Token Information
Token Name
DigitalCommunityShare
Symbol
DCS
Decimals
0
Key Facts
Deployment Block
1,508,894
Deployment Date
May 13, 2016, 01:06 PM
Code Size
727.0 B
Gas at Deploy
342,371
Transactions by Year
2016202
2017435

Description

A token from the ethereum.org tutorial. Balances sit in a public balanceOf mapping and transfer(to, value) moves them, throwing rather than returning false when the sender is short and checking the recipient's balance for overflow before adding to it. There is no owner and no way to create further units: the supply written at deployment is the whole supply. It was deployed as DigitalCommunityShare, with the symbol DCS and 0 decimal places.

Source Verified

Exact bytecode match(727 bytes)
Compiler: v0.2.0-
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

Opcodes727
Unique Opcodes102
Jump Instructions32
Storage Operations15

External Links

Related contracts