Overview: Ethereum’s initial public sale

slacknation
Keeping Stock
Published in
4 min readFeb 15, 2016

Sale period: 42 days (22 July to 2 Sept 2014)
¹Recorded in bitcoin address aka ethereum exodus:
36PrZ1KHYMpqSyAQXSG8VwbUiq2EogxLo2
Ether sale price:
from 1,337 to 2,000 per bitcoin (btceth)
from 0.0005 to 0.000748 ethbtc
from USD$0.28 to USD$0.38 (estimated)
Ether sold: 60,108,506.26 ether (83.47% of genesis)

Ether created for foundation:
= sold * 198 / 1000
= 11,901,484.239480 ether (16.53% of genesis)
at address 0x5abfec25f74cd88437631a7731906932776356f9
Count of sale orders: 8,947
Count of sale orders with unique address: 8,890
²Count of transactions in genesis:
= 8,893
= 8,890 + foundation + 2 addresses with 0 wei
Ether total in genesis:
= 72,009,990,499,480,000,000,000,000 wei (smallest unit)
≈ 7.2 x 10²⁵ wei
= 72,009,990.49948 ether
≈ 72 million ether
Bitcoins received in exodus exchanged for ether:
= 3,152,935,639,551 satoshis
≈ 31,529 bitcoins
≈ USD$18,338,053 (estimated)
³Bitcoins burned: 0.8945 bitcoin
⁴Bitcoins used for fees: 1.7898 bitcoins

¹Ether sales
Purchases can be done on ethereum’s sale site or by using a python tool. The process is that an ethereum’s private public key pair is first generated and the ether address obtained. A password encrypted file with the keys is sent to the buyer which will be needed to spend the ether bought. A bitcoin address can then be generated by assuming the ether address is the SHA256( RIPEMD160() ) of a bitcoin public key. Then bitcoin can be sent to the exodus address with 20,000 satoshis used as the network fee, 10,000 satoshis sent to the corresponding bitcoin address as change and the rest left in the exodus address spendable by the ethereum’s team. Note that the private public key pair for the bitcoin address is not known so the 10,000 satoshis are burned to record the sale order.

²2 addresses anomalies with 0 wei
The following 2 sale orders were sent after the end of the sale period thus no ether was credited but they appeared in the genesis block. This is most probably a bug in the genesis block generator tool.

1. bitcoin transaction sale order:
3d4e17efa6c9e1eac81d950deafc9b4abd905694358bbfd39cedcc82336f1ca5
ether address: 0x5ed3f1ebe2ae6756b5d8dc19cad02c419aa5778b
2. bitcoin transaction sale order:
eb49a9f1e6822938a208c6582797dcb0fdbd4ca0b3dd85c0ebaeb471ecdf2f2e
ether address: 0x00c40fe2095423509b9fd9b754323158af2310f3

³2 anomalies in sale record
Adding on to the discussion above, if a buyer sent 1 bitcoin when the rate is 2,000 ether per bitcoin, his ether address will be credited with 2,000 ether but as 30,000 satoshis is not received by the exodus address the following calculation is used to determine the ether balance.
(bitcoin received at exodus + 30,000 satoshis) * rate
i.e. (99,970,000 + 30,000) * 2,000 per bitcoin = 2,000
As can be observed, if the bitcoin transaction fee and burned bitcoins does not add up to 30,000 satoshis the ether balance might be miscalculated. There were 2 such cases:

1. bitcoin transaction sale order:
a29c2307ccb90675785aa60e25a73aac10efd939b6a5daef4c9e91473177d3c0
ether address: 0xd7ebddb9f93987779b680155375438db65afcb6a
exodus: 5,000,000 satoshis
fee: 10,000 satoshis
burned: 859,110 satoshis
ether: 100.6 ether

2. bitcoin transaction sale order:
b6259f15e892de0b5e05fb2f291263eafb29492a4ac22f8b712fd3b4e41ba82d
ether address: 0xf8f226142a428434ab17a1864a2597f64aab2f06
exodus: 9,000,000 satoshis
fee: 10,000 satoshis
burned: 990,000 satoshis
ether: 172.473 ether

In both cases the buyer sent more bitcoin than needed, saved on fees and had access to the burn address. There is a chance that the buyer had created the bitcoin private public key pair instead of ethereum’s and does not have access to his ether.

⁴Fees anomalies
6 sale orders used a fee of 30,000 satoshis while 2 sale orders used a fee of 10,000 satoshis

Chart interpretation: 75% (y-axis right) of ether sold is purchased with purchase size at most 20% (x-axis) of the largest purchase size or 200,000 ether since in this case the largest purchase size is 1 million.

Bubble chart interpretation: each bubble represents purchases done on each day (x-axis) separated into 5 categories (y-aixs) with the size of the bubble representing the count of purchases in that category. The largest bubble contains 877 counts.

More information:
1. Interactive charts and raw data
https://slacknation.github.io/medium/001/
2. launch annonucement
https://blog.ethereum.org/2014/07/22/launching-the-ether-sale/
3. python genesis generator script
https://github.com/ethereum/genesis_block_generator

--

--

slacknation
Keeping Stock

Blockchain, make me rich and I care not what you can be used for.