A token named My DAO shares, symbol %, holding the whole supply at its creator and declaring 49 decimal places.
Historical Significance
The other half of the democracy tutorial: an association weights votes by balances in a token like this one, and the token itself has no idea it is being used for governance. Voting power here is simply a fixed supply held by whoever deployed it, which is what shareholder voting reduces to when nobody distributes the shares.
Context
Deployed in mid 2016, weeks after The DAO was drained, when the ethereum.org democracy tutorial was still the worked example anyone starting a small onchain organisation would copy.
Token Information
Key Facts
Description
A minimal ERC-20 style token from the ethereum.org tutorial: a name, a symbol, a decimals field, a public balanceOf mapping and a transfer that throws when the sender is short or the recipient would overflow, emitting Transfer on success. There is no allowance, no approve and no mint, so the supply written to the creator at deployment is the whole supply there will ever be.
It was deployed as My DAO shares with the symbol % and a decimals field of 49, a value no display convention expects. The name is the one the democracy tutorial suggests for the token whose balances decide a vote, so this token was created to be the shares of an association contract rather than to be a currency.
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
Homestead Era
The first planned hard fork. Removed the canary contract, adjusted gas costs.
Bytecode Overview
External Links
Related contracts
token
Same eraBare Homestead-era token (Mar 14 2016): public balanceOf mapping + a single unchecked transfer firing the standard Transfer event.
0xc77f06...494c69March 14, 2016DinastyCoinToken
Same eraHomestead-era transfer-only token, DinastyCoinToken (DCT), fixed supply 200000000 and 6 decimals.
0x3693fd...c11466March 14, 2016token
Same eraMinimal Homestead-era token shell (Mar 14 2016): just a public balanceOf mapping and its compiler-generated getter, with no other functions.
0x38e1da...41a81aMarch 14, 2016sultancoin
Same eraA fixed-supply token with direct transfers only, deployed March 2016.
0x9a11ff...0b797dMarch 15, 2016666๐
Same eraSix hundred and sixty six units, named and ticketed with a ram emoji.
0x7684aa...d0ed06March 16, 2016CampusCoin
Same eraByte-identical deployment of: Standard ethereum.org tutorial token (Homestead, Mar 2016): name/symbol/decimals metadata, a public balanceOf mapping and an overf
0x00f0b1...e6fcd2March 16, 2016