create account

Script You Can Use for Finding the Current Price of EOS per ICO Window by lukestokes

View this thread on: hive.blogpeakd.comecency.com
· @lukestokes · (edited)
$191.81
Script You Can Use for Finding the Current Price of EOS per ICO Window
<center><img src="https://content.screencast.com/users/lukestokes/folders/Jing/media/dc39dd4e-a3f3-4519-9a56-69173de7d4a9/00003464.png"></center>

Earlier today, I posted <a href="https://steemit.com/eos/@lukestokes/say-no-to-fomo-eos-ico-a-call-to-rationality">Say No to FOMO. EOS ICO: A Call to Rationality</a>. This is a follow up with code you can use to know what the current price of EOS is, given the amount of ETH sent to the ICO contract so far.

Anyone can run this in their own browser and refresh it whenever they like.

Here's how:

1) Save <a href="https://raw.githubusercontent.com/ethereum/web3.js/develop/dist/web3.min.js">this file</a> as `web3.min.js` on your computer.

2) In that same folder, save <a href="https://gist.github.com/lukestokes/038c171e9bc9950373135a2f80bdad18">this file</a> as `eos_price.html` (or whatever you like). Make sure to save it in the same folder as `web3.min.js`.

3) Register for an infura.io account here: https://infura.io/register.html

4) Edit `eos_price.html` and save your infura.io Access Token in the `infura_api_key` variable (line 10).

5) Open `eos_price.html` in your web browser.

6) Wait a minute or so to see the output (if you're using Chrome, you can also open the console log to see it working in real time).

If you want to see more days than the first 30 days, modify the `days_to_check` variable (line 30).

Here's an example of the output:

<center><img src="https://content.screencast.com/users/lukestokes/folders/Jing/media/e2ba46b7-7f53-48b1-97dc-22070d02e37b/00003463.png"></center>

As you can see, the price right now is already 8 times higher than the price just 5 days from now. Of course, all of that will change as the other ICO windows get closer and this one finishes. Keep in mind, **there are over 300 EOS ICO windows**!

As I mentioned in <a href="https://steemit.com/eos/@lukestokes/say-no-to-fomo-eos-ico-a-call-to-rationality">my previous post</a>, this ICO is different than any other. If you're not careful, you may end up spending more than you need to. Using a script like this, you should be able to accurately keep track of what the current price of EOS is according to the ICO contract. Once it starts trading on the exchanges, we'll have even more information to pull from to get an accurate price.

**Stay informed. Stay rational.**

I'm hoping a couple months from now those who haven't drunk the EOS koolaid will move on from this, and I'll be able to scoop up some cheap coins.

I hope you find this useful. Let me know if you have any questions.

**Edit: 6/28/2017 10:22am:** @sandwich improved on this to make it even easier (and prettier). Check it out: <a href="https://steemit.com/eos/@sandwich/eos-sale-tracker-fork-with-usability-improvements-suitable-for-novices">Fork of @LukeStokes' EOSCrowdsale Tracker with Usability Improvements, Suitable For Novices</a>

<sub>Post created with <a href="https://beta.chainbb.com/">ChainBB</a> to <a href="https://steemit.com/chainbb/@lukestokes/supporting-chainbb-donating-without-donating">help support that project</a>.</sub>

-----

<p>
    <div class="pull-left">
        <a href="https://steemit.com/introduceyourself/@lukestokes/my-name-is-luke-let-s-create-the-world-we-want-to-live-in"><img src="https://storage.googleapis.com/steemimgimgs/2016/10/23/luke_stokes_head_shot31b50.png" /></a>
    </div>
    <em><a href="https://steemit.com/introduceyourself/@lukestokes/my-name-is-luke-let-s-create-the-world-we-want-to-live-in">Luke Stokes</a> is a father, <a href="https://steemit.com/@corinnestokes">husband</a>, <a href="https://www.foxy.io/">business owner</a>, programmer, and voluntaryist who wants to help create a world we all want to live in. Visit <a href="http://understandingblockchainfreedom.com/">UnderstandingBlockchainFreedom.com</a></em>
</p>

<center>[![](https://steemitimages.com/50x60/http://steemitboard.com/@lukestokes/commented.png?v=20170621)](http://steemitboard.com/board.html?user=lukestokes) [![](https://steemitimages.com/60x70/http://steemitboard.com/@lukestokes/votes.png?v=20170621)](http://steemitboard.com/board.html?user=lukestokes) [![](https://steemitimages.com/70x80/http://steemitboard.com/@lukestokes/posts.png?v=20170621)](http://steemitboard.com/board.html?user=lukestokes) [![](https://steemitimages.com/100x80/http://steemitboard.com/@lukestokes/level.png?v=20170621)](http://steemitboard.com/board.html?user=lukestokes) [![](https://steemitimages.com/70x80/http://steemitboard.com/@lukestokes/comments.png?v=20170621)](http://steemitboard.com/board.html?user=lukestokes) [![](https://steemitimages.com/60x70/http://steemitboard.com/@lukestokes/voted.png?v=20170621)](http://steemitboard.com/board.html?user=lukestokes) [![](https://steemitimages.com/50x60/http://steemitboard.com/@lukestokes/payout.png?v=20170621)](http://steemitboard.com/board.html?user=lukestokes)</center>

<center><sub><a href="https://steemit.com/witness-category/@lukestokes/vote-luke-stokes-for-witness-as-lukestokes-mhth">I'm a Witness</a>! Please <a href="https://steemit.com/~witnesses">vote for @lukestokes.mhth</a></sub></center><center><a href="https://steemit.com/~witnesses" alt="Please vote for @lukestokes.mhth"><img src="https://content.screencast.com/users/lukestokes/folders/Jing/media/69605e86-ec5f-45ce-b36f-202c9ffa9a64/00003411.png"></a></center>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 236 others
properties (23)
authorlukestokes
permlinkscript-you-can-use-for-finding-the-current-price-of-eos-per-ico-window
categoryeos
json_metadata{"app":"steemit/0.1","format":"markdown","tags":["eos","price","ico","script","trading"],"users":["sandwich"],"image":["https://content.screencast.com/users/lukestokes/folders/Jing/media/dc39dd4e-a3f3-4519-9a56-69173de7d4a9/00003464.png","https://content.screencast.com/users/lukestokes/folders/Jing/media/e2ba46b7-7f53-48b1-97dc-22070d02e37b/00003463.png","https://storage.googleapis.com/steemimgimgs/2016/10/23/luke_stokes_head_shot31b50.png","https://steemitimages.com/50x60/http://steemitboard.com/@lukestokes/commented.png?v=20170621","https://steemitimages.com/60x70/http://steemitboard.com/@lukestokes/votes.png?v=20170621","https://steemitimages.com/70x80/http://steemitboard.com/@lukestokes/posts.png?v=20170621","https://steemitimages.com/100x80/http://steemitboard.com/@lukestokes/level.png?v=20170621","https://steemitimages.com/70x80/http://steemitboard.com/@lukestokes/comments.png?v=20170621","https://steemitimages.com/60x70/http://steemitboard.com/@lukestokes/voted.png?v=20170621","https://steemitimages.com/50x60/http://steemitboard.com/@lukestokes/payout.png?v=20170621","https://content.screencast.com/users/lukestokes/folders/Jing/media/69605e86-ec5f-45ce-b36f-202c9ffa9a64/00003411.png"],"links":["https://steemit.com/eos/@lukestokes/say-no-to-fomo-eos-ico-a-call-to-rationality","https://raw.githubusercontent.com/ethereum/web3.js/develop/dist/web3.min.js","https://gist.github.com/lukestokes/038c171e9bc9950373135a2f80bdad18","https://infura.io/register.html","https://steemit.com/eos/@sandwich/eos-sale-tracker-fork-with-usability-improvements-suitable-for-novices","https://beta.chainbb.com/","https://steemit.com/chainbb/@lukestokes/supporting-chainbb-donating-without-donating","https://steemit.com/introduceyourself/@lukestokes/my-name-is-luke-let-s-create-the-world-we-want-to-live-in","https://steemit.com/@corinnestokes","https://www.foxy.io/","http://understandingblockchainfreedom.com/","http://steemitboard.com/board.html?user=lukestokes","https://steemit.com/witness-category/@lukestokes/vote-luke-stokes-for-witness-as-lukestokes-mhth","https://steemit.com/~witnesses"]}
created2017-06-27 04:11:45
last_update2017-06-28 15:24:06
depth0
children73
last_payout2017-07-04 04:11:45
cashout_time1969-12-31 23:59:59
total_payout_value166.922 HBD
curator_payout_value24.889 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,340
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,279,358
net_rshares24,394,277,478,649
author_curate_reward""
vote details (300)
@cryptodata ·
$1.44
Wow, this is great! Who knew you could track the EOS price like this. Very useful information that I will be using as the dates get closer. Thanks for sharing :)
πŸ‘  , , ,
properties (23)
authorcryptodata
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t050208480z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 05:02:09
last_update2017-06-27 05:02:09
depth1
children0
last_payout2017-07-04 05:02:09
cashout_time1969-12-31 23:59:59
total_payout_value1.084 HBD
curator_payout_value0.354 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation1,577,806,466,314
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,283,774
net_rshares158,759,855,565
author_curate_reward""
vote details (4)
@danielroolz ·
nice infoπŸ‘
<a href="http://steemit.com/@danielroolz"><img src="http://i.imgsafe.org/35851449d9.gif"/></a>
properties (22)
authordanielroolz
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t041446250z
categoryeos
json_metadata{"tags":["eos"],"image":["http://i.imgsafe.org/35851449d9.gif"],"links":["http://steemit.com/@danielroolz"],"app":"steemit/0.1"}
created2017-06-27 04:14:39
last_update2017-06-27 04:14:39
depth1
children1
last_payout2017-07-04 04:14:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation31,836,875,612
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,279,588
net_rshares0
@inviterx · (edited)
i agree...nice and very helpfull mate @lukestokes
properties (22)
authorinviterx
permlinkre-danielroolz-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t050513877z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1","users":["lukestokes"]}
created2017-06-27 05:05:18
last_update2017-06-27 05:05:39
depth2
children0
last_payout2017-07-04 05:05:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation371,803,882,756
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,284,068
net_rshares0
@freedomnation ·
$0.09
Thank you very much!  Great tool for all of us.
πŸ‘  
properties (23)
authorfreedomnation
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t145645731z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 14:56:48
last_update2017-06-27 14:56:48
depth1
children1
last_payout2017-07-04 14:56:48
cashout_time1969-12-31 23:59:59
total_payout_value0.069 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation3,691,951,933,327
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,341,849
net_rshares10,459,518,593
author_curate_reward""
vote details (1)
@pocketechange ·
How nice of you to upvote your own comment... lol
@pocketechange
properties (22)
authorpocketechange
permlinkre-freedomnation-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170628t015739715z
categoryeos
json_metadata{"tags":["eos"],"users":["pocketechange"],"app":"steemit/0.1"}
created2017-06-28 01:57:30
last_update2017-06-28 01:57:30
depth2
children0
last_payout2017-07-05 01:57:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation228,706,706,317,148
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,416,451
net_rshares0
@hebro ·
$1.18
Man, I like this moto: "Stay informed. Stay rational."!
πŸ‘  ,
properties (23)
authorhebro
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t050019770z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 05:00:18
last_update2017-06-27 05:00:18
depth1
children0
last_payout2017-07-04 05:00:18
cashout_time1969-12-31 23:59:59
total_payout_value0.884 HBD
curator_payout_value0.291 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation1,624,270,421,239
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,283,588
net_rshares129,768,171,020
author_curate_reward""
vote details (2)
@hedge-x ·
From what EOS says 200,000 million tokens (20% of total) are for the first 5 days.  How ever many Ether are sent in total of those five days will determine the price for this window.  There's 350 windows after that each to there own day.  The way I understood it the first 5 days is one window is its own pool, not divided into each day pools per day.  After 5 day window each day is separate.  This first window will set the prices from here own.
πŸ‘  ,
properties (23)
authorhedge-x
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t045953338z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 04:59:54
last_update2017-06-27 04:59:54
depth1
children6
last_payout2017-07-04 04:59:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length447
author_reputation4,314,789,891,942
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,283,553
net_rshares2,321,404,516
author_curate_reward""
vote details (2)
@lukestokes ·
$0.15
"Day" should be thought of as "ICO Window". Window 0 is 5 days long and includes 200,000,000 tokens. Each other window is 1 day and includes 2,000,000 tokens. You can view the code to see that.

>  This first window will set the prices from here own.

Each window has it's own price mechanism. It's simply 2,000,000 divided by the amount contributed for that window.
πŸ‘  
properties (23)
authorlukestokes
permlinkre-hedge-x-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t135258795z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 13:53:00
last_update2017-06-27 13:53:00
depth2
children2
last_payout2017-07-04 13:53:00
cashout_time1969-12-31 23:59:59
total_payout_value0.114 HBD
curator_payout_value0.037 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length366
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,333,240
net_rshares17,046,677,992
author_curate_reward""
vote details (1)
@vegeto · (edited)
it should be total contributed divided by total tokens,
properties (22)
authorvegeto
permlinkre-lukestokes-re-hedge-x-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t165741075z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 16:57:42
last_update2017-06-27 16:58:06
depth3
children1
last_payout2017-07-04 16:57:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation1,037,932,268,254
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,357,007
net_rshares0
@zedsix ·
The script posted by the OP doesn't make sense as it doesn't factor in the first 5 days and the total amount of contributors within that period.
properties (22)
authorzedsix
permlinkre-hedge-x-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t051811761z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 05:18:06
last_update2017-06-27 05:18:06
depth2
children2
last_payout2017-07-04 05:18:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation17,682,495
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,285,137
net_rshares0
@beordo ·
$0.89
'Day 0' is the first five day window. 'Day 1' is the second window, 1 day long, so that would be the sixth day. 'Day 2' is the seventh day and so on.
πŸ‘  ,
properties (23)
authorbeordo
permlinkre-zedsix-re-hedge-x-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t064931143z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 06:49:24
last_update2017-06-27 06:49:24
depth3
children0
last_payout2017-07-04 06:49:24
cashout_time1969-12-31 23:59:59
total_payout_value0.668 HBD
curator_payout_value0.221 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation149,340,788,110
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,292,188
net_rshares98,307,534,277
author_curate_reward""
vote details (2)
@lukestokes ·
$3.04
Are you sure it doesn't? Have you reviewed the code? Or... are you just making stuff up?

You can see the first 5 day ICO window ("Day 0") can be found in the code <a href="https://gist.github.com/lukestokes/038c171e9bc9950373135a2f80bdad18#file-eos_price-html-L79">right here</a>.
πŸ‘  , , , ,
properties (23)
authorlukestokes
permlinkre-zedsix-re-hedge-x-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t135445663z
categoryeos
json_metadata{"tags":["eos"],"links":["https://gist.github.com/lukestokes/038c171e9bc9950373135a2f80bdad18#file-eos_price-html-L79"],"app":"steemit/0.1"}
created2017-06-27 13:54:45
last_update2017-06-27 13:54:45
depth3
children0
last_payout2017-07-04 13:54:45
cashout_time1969-12-31 23:59:59
total_payout_value3.009 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length281
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,333,485
net_rshares339,113,431,904
author_curate_reward""
vote details (5)
@indiantraveller ·
Nice.. i am going to save the script.. how many max no. Of days.. is it possible to get more than a month ??
properties (22)
authorindiantraveller
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t041724878z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 04:17:27
last_update2017-06-27 04:17:27
depth1
children1
last_payout2017-07-04 04:17:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation9,709,061,756,354
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,279,795
net_rshares0
@lukestokes ·
$0.06
You can set it to whatever you like and return the whole ICO period, if you want, it'll just take longer to run.
πŸ‘  
properties (23)
authorlukestokes
permlinkre-indiantraveller-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t041724878z-2017626t231942833z
categoryeos
json_metadata{"app":"chainbb/0.2","format":"markdown+html","tags":[]}
created2017-06-27 04:19:42
last_update2017-06-27 04:19:42
depth2
children0
last_payout2017-07-04 04:19:42
cashout_time1969-12-31 23:59:59
total_payout_value0.064 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,279,993
net_rshares8,396,696,263
author_curate_reward""
vote details (1)
@intelliguy ·
$1.37
Very cool tool! Thanks for sharing this @lukestokes :)

EOS is gonna be for the win, no matter what its current price is at I think...  But I like your recommendation to invest at the right time. It's fantastic advice.
πŸ‘  ,
properties (23)
authorintelliguy
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t044351596z
categoryeos
json_metadata{"tags":["eos"],"users":["lukestokes"],"app":"steemit/0.1"}
created2017-06-27 04:43:54
last_update2017-06-27 04:43:54
depth1
children1
last_payout2017-07-04 04:43:54
cashout_time1969-12-31 23:59:59
total_payout_value1.032 HBD
curator_payout_value0.341 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation62,276,657,564,898
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,282,109
net_rshares151,553,330,265
author_curate_reward""
vote details (2)
@lukestokes ·
Thanks man! It's going to be interesting to watch for sure. When this coin does launch, its marketcap is going to be quite high.
properties (22)
authorlukestokes
permlinkre-intelliguy-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t140531794z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 14:05:33
last_update2017-06-27 14:05:33
depth2
children0
last_payout2017-07-04 14:05:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,335,011
net_rshares0
@jedau ·
Hey, Luke! So, I don't know who to ask, and I might just be missing something (I probably am), but I wanted to ask why I haven't been transferred any EOS tokens? I already finished all of the steps documented on the site, even registered my EOS wallet. But, I still haven't received the tokens. I'm using MyEtherWallet, and my ETH is still there. Sorry to be a bother, I just didn't know who to ask.
properties (22)
authorjedau
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170701t130029410z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-07-01 13:00:30
last_update2017-07-01 13:00:30
depth1
children8
last_payout2017-07-08 13:00:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length399
author_reputation50,429,040,590,557
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,887,426
net_rshares0
@lukestokes ·
If your ETH is still in your wallet then you probably didn't purchase anything. Try <a href="https://web.telegram.org/#/im?p=@EOSproject">asking in the Telegram</a>. If you don't see your transaction on etherscan.io then it's not on the blockchain.
properties (22)
authorlukestokes
permlinkre-jedau-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170701t130415293z
categoryeos
json_metadata{"tags":["eos"],"links":["https://web.telegram.org/#/im?p=@EOSproject"],"app":"steemit/0.1"}
created2017-07-01 13:04:15
last_update2017-07-01 13:04:15
depth2
children7
last_payout2017-07-08 13:04:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length248
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,887,826
net_rshares0
@jedau · (edited)
That's the thing though, it's on etherscan.io. I tried joining the Telegram, but I wasn't able to. I already messaged them on Facebook, but have yet to receive a reply.
properties (22)
authorjedau
permlinkre-lukestokes-re-jedau-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170701t131846575z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-07-01 13:18:48
last_update2017-07-02 11:40:24
depth3
children6
last_payout2017-07-08 13:18:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation50,429,040,590,557
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,889,179
net_rshares0
@kingramaldo · (edited)
Hey Luke,

First off thank you for your continuous updates! They've been extremely helpful in my attempt at diving into the blockchain and cryptocurrency space.

In regards to the script, I did everything listed above on my Macbook using TextEdit & Chrome, but when I go to run it I get an error code in my console, "Failed to load resource: net::ERR_FILE_NOT_FOUND". Any idea why?!
πŸ‘  
properties (23)
authorkingramaldo
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t174130835z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 17:41:30
last_update2017-06-27 17:41:51
depth1
children1
last_payout2017-07-04 17:41:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length382
author_reputation2,176,647,840
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,362,696
net_rshares518,437,909
author_curate_reward""
vote details (1)
@lukestokes ·
Which file is not found? If the js file isn't in the same folder as the html file, it won't work.
properties (22)
authorlukestokes
permlinkre-kingramaldo-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t175346086z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 17:53:48
last_update2017-06-27 17:53:48
depth2
children0
last_payout2017-07-04 17:53:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,364,332
net_rshares0
@kyriacos ·
$1.43
Nice work man.
πŸ‘  , , ,
properties (23)
authorkyriacos
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t085323535z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 08:53:24
last_update2017-06-27 08:53:24
depth1
children0
last_payout2017-07-04 08:53:24
cashout_time1969-12-31 23:59:59
total_payout_value1.082 HBD
curator_payout_value0.352 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation151,079,958,921,004
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,302,263
net_rshares158,694,845,840
author_curate_reward""
vote details (4)
@lukestokes ·
$29.64
Looks like Yunbi dropped 150,000 ETH in, as Dan mentioned they would.

<a href="https://steemitimages.com/DQmZnhvVCSy2oMdK1wAjdMpqLsKRV3LZX5bY93b7yp3vyqR/image.png"><img src="https://steemitimages.com/DQmZnhvVCSy2oMdK1wAjdMpqLsKRV3LZX5bY93b7yp3vyqR/image.png"></a>

That brought the price up to almost $0.25 each. Note the next window is currently less than two pennies.

<a href="https://steemitimages.com/DQmevz285GXpKQMPjeGm5cKwbjt4vmg3MEYDL2RMmtUpgfs/image.png"><img src="https://steemitimages.com/DQmevz285GXpKQMPjeGm5cKwbjt4vmg3MEYDL2RMmtUpgfs/image.png"></a>
πŸ‘  , , ,
properties (23)
authorlukestokes
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t133946333z
categoryeos
json_metadata{"tags":["eos"],"image":["https://steemitimages.com/DQmZnhvVCSy2oMdK1wAjdMpqLsKRV3LZX5bY93b7yp3vyqR/image.png","https://steemitimages.com/DQmevz285GXpKQMPjeGm5cKwbjt4vmg3MEYDL2RMmtUpgfs/image.png"],"links":["https://steemitimages.com/DQmZnhvVCSy2oMdK1wAjdMpqLsKRV3LZX5bY93b7yp3vyqR/image.png","https://steemitimages.com/DQmevz285GXpKQMPjeGm5cKwbjt4vmg3MEYDL2RMmtUpgfs/image.png"],"app":"steemit/0.1"}
created2017-06-27 13:39:48
last_update2017-06-27 13:39:48
depth1
children2
last_payout2017-07-04 13:39:48
cashout_time1969-12-31 23:59:59
total_payout_value29.578 HBD
curator_payout_value0.066 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length565
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,331,465
net_rshares3,302,202,439,206
author_curate_reward""
vote details (4)
@vallurivikram ·
@lukestokes..Great Post!!! I would love to see you post on more om Steem than Ether :) Whales like you give a boost to steem. Thanks mate!!!
properties (22)
authorvallurivikram
permlinkre-lukestokes-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170628t204038618z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-28 20:40:39
last_update2017-06-28 20:40:39
depth2
children1
last_payout2017-07-05 20:40:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation375,474,004,576
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,528,755
net_rshares0
@lukestokes ·
I've posted many times on Steem over the past 12 months. It's still my most favorite crypto. :)
properties (22)
authorlukestokes
permlinkre-vallurivikram-re-lukestokes-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170628t212117075z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-28 21:21:18
last_update2017-06-28 21:21:18
depth3
children0
last_payout2017-07-05 21:21:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,533,511
net_rshares0
@lukestokes ·
$9.02
Also, check out http://eosscan.io/

I love seeing projects like this get built to meet needs.

<img src="https://content.screencast.com/users/lukestokes/folders/Jing/media/5bfc8425-ff5b-49a2-8264-23fd3a4c9e11/00003470.png">
πŸ‘  , , , , , , , , , , , ,
properties (23)
authorlukestokes
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t193433610z
categoryeos
json_metadata{"tags":["eos"],"image":["https://content.screencast.com/users/lukestokes/folders/Jing/media/5bfc8425-ff5b-49a2-8264-23fd3a4c9e11/00003470.png"],"links":["http://eosscan.io/"],"app":"steemit/0.1"}
created2017-06-27 19:34:33
last_update2017-06-27 19:34:33
depth1
children1
last_payout2017-07-04 19:34:33
cashout_time1969-12-31 23:59:59
total_payout_value8.788 HBD
curator_payout_value0.234 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,377,107
net_rshares1,030,268,854,768
author_curate_reward""
vote details (13)
@marco-delsalto ·
wow that is cool
πŸ‘  
πŸ‘Ž  
properties (23)
authormarco-delsalto
permlinkre-lukestokes-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170630t202054712z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-30 20:20:54
last_update2017-06-30 20:20:54
depth2
children0
last_payout2017-07-07 20:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation7,350,812,533,370
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,807,019
net_rshares-47,431,270,780
author_curate_reward""
vote details (2)
@maxtill94 ·
Hello ~:) Thank you for visiting Steam It ~ Follow me!
I just want to share the coin information and share it.
In addition to the NeverDai ICO information posted today, I would like to ask you for ICO information frequently.
https://steemit.com/ico/@maxtill94/nevedie-ico-full-analysus-why-you-should-buy-neverdie-coin-gaming-cryptocurrency-coin-comparision-with-gamecredit-mobilego-first
properties (22)
authormaxtill94
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170711t021724262z
categoryeos
json_metadata{"tags":["eos"],"links":["https://steemit.com/ico/@maxtill94/nevedie-ico-full-analysus-why-you-should-buy-neverdie-coin-gaming-cryptocurrency-coin-comparision-with-gamecredit-mobilego-first"],"app":"steemit/0.1"}
created2017-07-11 02:17:24
last_update2017-07-11 02:17:24
depth1
children0
last_payout2017-07-18 02:17:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length388
author_reputation-473,999,233,539
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,055,611
net_rshares0
@maxtill94 ·
NEVERDIE ICO is LIVE. 
The first block chain based Virtual Reality gaming crypto! NEVERDIE coin will allow monetizing the game items in real cash economy game Entropia Universe. NOW game player can cash out their in-game money earned by playing game and can exchange NEVERDIE coin with other ERC20 tokens such as Gnosis, Golem, and Frist Blood.
https://steemit.com/ico/@maxtill94/nevedie-ico-full-analysus-why-you-should-buy-neverdie-coin-gaming-cryptocurrency-coin-comparision-with-gamecredit-mobilego-first
![넀버닀이 μ˜μ–΄μ΄λ―Έμ§€.PNG](https://steemitimages.com/DQmUCtSap1yabosCfXNWRPVSz8QEX5fRHDn8DD3TLYBwH5q/%EB%84%A4%EB%B2%84%EB%8B%A4%EC%9D%B4%20%EC%98%81%EC%96%B4%EC%9D%B4%EB%AF%B8%EC%A7%80.PNG)
πŸ‘Ž  , , ,
properties (23)
authormaxtill94
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170712t025906403z
categoryeos
json_metadata{"tags":["eos"],"image":["https://steemitimages.com/DQmUCtSap1yabosCfXNWRPVSz8QEX5fRHDn8DD3TLYBwH5q/%EB%84%A4%EB%B2%84%EB%8B%A4%EC%9D%B4%20%EC%98%81%EC%96%B4%EC%9D%B4%EB%AF%B8%EC%A7%80.PNG"],"links":["https://steemit.com/ico/@maxtill94/nevedie-ico-full-analysus-why-you-should-buy-neverdie-coin-gaming-cryptocurrency-coin-comparision-with-gamecredit-mobilego-first"],"app":"steemit/0.1"}
created2017-07-12 02:58:57
last_update2017-07-12 02:58:57
depth1
children0
last_payout2017-07-19 02:58:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length690
author_reputation-473,999,233,539
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,181,223
net_rshares-2,075,367,617,930
author_curate_reward""
vote details (4)
@nativzel ·
Thanks man. Great and detailed post!
properties (22)
authornativzel
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t192520065z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 19:25:30
last_update2017-06-27 19:25:30
depth1
children0
last_payout2017-07-04 19:25:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation568,689,176,397
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,376,030
net_rshares0
@nikolai · (edited)
How are you getting ETH amounts for future days? Are you allowed to submit to future days??
properties (22)
authornikolai
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t165325988z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 16:53:24
last_update2017-06-27 16:56:00
depth1
children9
last_payout2017-07-04 16:53:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation9,571,877,600,096
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,356,440
net_rshares0
@lukestokes ·
View the script for details. It's calling the `dailyTotals` method on the contract.
properties (22)
authorlukestokes
permlinkre-nikolai-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t165632258z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 16:56:33
last_update2017-06-27 16:56:33
depth2
children2
last_payout2017-07-04 16:56:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,356,840
net_rshares0
@nikolai ·
I was more interested in how you can submit to future windows.
properties (22)
authornikolai
permlinkre-lukestokes-re-nikolai-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t165709140z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 16:57:09
last_update2017-06-27 16:57:09
depth3
children1
last_payout2017-07-04 16:57:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation9,571,877,600,096
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,356,920
net_rshares0
@zax ·
$1.26
Yes you are allowed.
You even can submit on the very very last period in 350 days if you wish !

See my screen =>![Screenshot (40).png](https://steemitimages.com/DQmaWBMFZHXccf4bHEMzCEuFNJLVvyzGsFEYPXQET3EMgf5/Screenshot%20(40).png)
πŸ‘  ,
properties (23)
authorzax
permlinkre-nikolai-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t175454848z
categoryeos
json_metadata{"tags":["eos"],"image":["https://steemitimages.com/DQmaWBMFZHXccf4bHEMzCEuFNJLVvyzGsFEYPXQET3EMgf5/Screenshot%20(40).png"],"app":"steemit/0.1"}
created2017-06-27 17:54:54
last_update2017-06-27 17:54:54
depth2
children5
last_payout2017-07-04 17:54:54
cashout_time1969-12-31 23:59:59
total_payout_value0.946 HBD
curator_payout_value0.312 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length232
author_reputation2,243,640,802
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,364,477
net_rshares143,050,067,210
author_curate_reward""
vote details (2)
@deveerei ·
Cool. I may be getting interested in this. Have to research lots about it though. I know nothing yet.
properties (22)
authordeveerei
permlinkre-zax-re-nikolai-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t192811131z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 19:28:12
last_update2017-06-27 19:28:12
depth3
children2
last_payout2017-07-04 19:28:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation88,172,698,984,643
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,376,357
net_rshares0
@joeyrocketfilms ·
UUUgh another thing to research till I cant stay awake. I'll add it to the long list
properties (22)
authorjoeyrocketfilms
permlinkre-zax-re-nikolai-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t193322346z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 19:33:21
last_update2017-06-27 19:33:21
depth3
children0
last_payout2017-07-04 19:33:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation3,288,303,421,175
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,376,950
net_rshares0
@shahzadnisar ·
i  will consider doing so
properties (22)
authorshahzadnisar
permlinkre-zax-re-nikolai-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t214016540z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 21:40:24
last_update2017-06-27 21:40:24
depth3
children0
last_payout2017-07-04 21:40:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation445,404,824,859
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,391,799
net_rshares0
@nov3a4 ·
$15.30
Hello!
I created improved automatic EOS Market Capitalisation Estimate Calculator https://steemit.com/eos/@nov3a4/eos-market-capitalisation-calculator

![Screen Shot 2017-06-27 at 09.06.14.png](https://steemitimages.com/DQmWg59FPHeLR2yWLmfX8uSUsMpBJkwiHiiSWRuzs3nA5RF/Screen%20Shot%202017-06-27%20at%2009.06.14.png)

It could help to show market capitalisation evolution and estimate final market capitalisation depending on the previous contribution rate if the rate of the contribution would be in the same intensity as it was in previous period. And based on this to estimate possible EOS token value. Based on this, it could help to find out optimal EOS value window to invest in, hopefully. To see demand and capitalisation in time graphically.

Enjoy and Take Care!
πŸ‘  , , , , , , , ,
properties (23)
authornov3a4
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t124658540z
categoryeos
json_metadata{"tags":["eos"],"image":["https://steemitimages.com/DQmWg59FPHeLR2yWLmfX8uSUsMpBJkwiHiiSWRuzs3nA5RF/Screen%20Shot%202017-06-27%20at%2009.06.14.png"],"links":["https://steemit.com/eos/@nov3a4/eos-market-capitalisation-calculator"],"app":"steemit/0.1"}
created2017-06-27 12:46:57
last_update2017-06-27 12:46:57
depth1
children6
last_payout2017-07-04 12:46:57
cashout_time1969-12-31 23:59:59
total_payout_value11.488 HBD
curator_payout_value3.816 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length771
author_reputation484,703,389,566
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,324,882
net_rshares1,699,667,740,101
author_curate_reward""
vote details (9)
@dae ·
great work there, I'm wondering how correct will the estimation be?
How come as of today the 6th the price of EOS token has dropped to $0.4784 and even lower on next day?
properties (22)
authordae
permlinkre-nov3a4-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170806t101245146z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-08-06 10:12:45
last_update2017-08-06 10:12:45
depth2
children0
last_payout2017-08-13 10:12:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length170
author_reputation0
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,928,636
net_rshares0
@lukestokes ·
Great stuff! I voted up your post along with <a href="https://steemit.com/eos/@noaommerrr/eos-online-market-cap-calculator">the original spreadsheet</a>.
πŸ‘  
properties (23)
authorlukestokes
permlinkre-nov3a4-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t135631433z
categoryeos
json_metadata{"tags":["eos"],"links":["https://steemit.com/eos/@noaommerrr/eos-online-market-cap-calculator"],"app":"steemit/0.1"}
created2017-06-27 13:56:33
last_update2017-06-27 13:56:33
depth2
children4
last_payout2017-07-04 13:56:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length153
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,333,719
net_rshares287,187,467
author_curate_reward""
vote details (1)
@nov3a4 · (edited)
Thanks! This is great cooperation! I resteemed your steem with script!
properties (22)
authornov3a4
permlinkre-lukestokes-re-nov3a4-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t135940368z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 13:59:39
last_update2017-06-27 14:01:03
depth3
children0
last_payout2017-07-04 13:59:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation484,703,389,566
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,334,174
net_rshares0
@truth-be-told ·
@lukestokes @Nov3a4 : Cool spreadsheet and website indeed.  The only thing that sucks right now is that the price if EOS on Bittrex is $13.00 and the ICO is $17 for day #216 (yesterday).  This means its actually cheaper to just buy via the exchange than the ICO :-( 

I mean, am I looking at this right?
properties (22)
authortruth-be-told
permlinkre-lukestokes-re-nov3a4-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20180125t012726158z
categoryeos
json_metadata{"tags":["eos"],"users":["lukestokes","nov3a4"],"app":"steemit/0.1"}
created2018-01-25 01:27:27
last_update2018-01-25 01:27:27
depth3
children2
last_payout2018-02-01 01:27:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length303
author_reputation5,905,455,313,737
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,065,916
net_rshares0
@patcher ·
Absolute quality post! Upvoted & Resteemed.
properties (22)
authorpatcher
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t142815495z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 14:28:15
last_update2017-06-27 14:28:15
depth1
children0
last_payout2017-07-04 14:28:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation335,492,533,273
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,337,936
net_rshares0
@rok-sivante ·
Golden. 😎
properties (22)
authorrok-sivante
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t232548208z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 23:24:48
last_update2017-06-27 23:24:48
depth1
children1
last_payout2017-07-04 23:24:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation664,045,451,891,191
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,402,596
net_rshares0
@lukestokes ·
Thanks Rok
properties (22)
authorlukestokes
permlinkre-rok-sivante-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170628t030243686z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-28 03:02:45
last_update2017-06-28 03:02:45
depth2
children0
last_payout2017-07-05 03:02:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,422,432
net_rshares0
@royschuh ·
$1.41
Great post, I followed EOS for a long while before buy day, then I got smacked with the, US ip detected bullshit.
πŸ‘  , , ,
properties (23)
authorroyschuh
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t044155562z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 04:41:54
last_update2017-06-27 04:41:54
depth1
children2
last_payout2017-07-04 04:41:54
cashout_time1969-12-31 23:59:59
total_payout_value1.062 HBD
curator_payout_value0.349 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation1,126,660,274,850
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,281,903
net_rshares155,942,587,044
author_curate_reward""
vote details (4)
@lukestokes ·
Yeah, makes me a little frustrated (yet again) to be part of the USSA.
properties (22)
authorlukestokes
permlinkre-royschuh-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t140553749z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 14:05:54
last_update2017-06-27 14:05:54
depth2
children0
last_payout2017-07-04 14:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,335,068
net_rshares0
@moonchaser ·
use a vpn
properties (22)
authormoonchaser
permlinkre-royschuh-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170628t065234520z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-28 06:52:33
last_update2017-06-28 06:52:33
depth2
children0
last_payout2017-07-05 06:52:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation-140,312,563,957
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,441,369
net_rshares0
@schro ·
$1.44
Up and running. Very quick and easy setup. Thanks for sharing this Luke, greatly appreciated.
πŸ‘  , , ,
properties (23)
authorschro
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t043502754z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 04:35:03
last_update2017-06-27 04:35:03
depth1
children2
last_payout2017-07-04 04:35:03
cashout_time1969-12-31 23:59:59
total_payout_value1.082 HBD
curator_payout_value0.356 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation5,439,139,781,025
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,281,304
net_rshares158,824,865,291
author_curate_reward""
vote details (4)
@ionlysaymeep ·
meep
properties (22)
authorionlysaymeep
permlinkre-schro-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t043502754z-20170627t045054386z
categoryeos
json_metadata{"tags":["eos"],"app":"meep_bot/0.0.1"}
created2017-06-27 04:50:54
last_update2017-06-27 04:50:54
depth2
children0
last_payout2017-07-04 04:50:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation754,962,855,156
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,282,719
net_rshares0
@lukestokes ·
You're welcome!
properties (22)
authorlukestokes
permlinkre-schro-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t140621526z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 14:06:21
last_update2017-06-27 14:06:21
depth2
children0
last_payout2017-07-04 14:06:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,335,137
net_rshares0
@shahzadnisar ·
oh damn 300 ico windows? are you serious?
properties (22)
authorshahzadnisar
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t214228087z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 21:42:39
last_update2017-06-27 21:42:39
depth1
children2
last_payout2017-07-04 21:42:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation445,404,824,859
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,392,041
net_rshares0
@lukestokes ·
This has been talked about for quite some time, to those who have been paying attention. Many people just throw money at any and every ICO making the whole space ridiculous. See my previous post on this with links to the EOS post explaining it. It's quite genius.
properties (22)
authorlukestokes
permlinkre-shahzadnisar-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t214425440z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 21:44:27
last_update2017-06-27 21:44:27
depth2
children1
last_payout2017-07-04 21:44:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length263
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,392,214
net_rshares0
@shahzadnisar ·
Oh luke, you just saved me and many others.
properties (22)
authorshahzadnisar
permlinkre-lukestokes-re-shahzadnisar-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t214531410z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 21:45:42
last_update2017-06-27 21:45:42
depth3
children0
last_payout2017-07-04 21:45:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation445,404,824,859
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,392,351
net_rshares0
@sonsofragnor ·
Great post resteemed and upvoted
properties (22)
authorsonsofragnor
permlinkre-lukestokes-2017628t1547153z
categoryeos
json_metadata{"tags":"eos","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-28 14:47:18
last_update2017-06-28 14:47:18
depth1
children0
last_payout2017-07-05 14:47:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation17,398,309,021
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,486,109
net_rshares0
@steemitboard ·
Congratulations @lukestokes! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/payout.png)](http://steemitboard.com/@lukestokes) Award for the total payout received

Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
πŸ‘  
properties (23)
authorsteemitboard
permlinksteemitboard-notify-lukestokes-20170628t125750000z
categoryeos
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-06-28 12:57:48
last_update2017-06-28 12:57:48
depth1
children0
last_payout2017-07-05 12:57:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length694
author_reputation38,975,615,169,260
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,473,652
net_rshares0
author_curate_reward""
vote details (1)
@tzs ·
Hey Luke,

As I understand the block.one team gets ETH in return for EOS distribution. Can they invest ETH from previous days for future EOS sales? If so, they can purchase EOS tokens from previous income and do the same for the following days.

Also, what do you think about a group of people making billions of dollars just from the initial coin sale? (Market cap is $1.6 billion based on the period #1 price).
πŸ‘  
properties (23)
authortzs
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170702t172809073z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-07-02 17:28:09
last_update2017-07-02 17:28:09
depth1
children2
last_payout2017-07-09 17:28:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length412
author_reputation66,276,041,146
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,040,886
net_rshares1,160,707,714
author_curate_reward""
vote details (1)
@lukestokes ·
I was concerned about this also, but then re-read <a href="https://eos.io/faq.html">#26 the FAQ</a> to ensure that won't happen. Here's what they said:

> block.one will not purchase EOS Tokens by any means;

That means, to me, they won't buy them on the market.

As to what I think... I'm amazed. I really thought the price would go down quickly and it's only been going up. It's trading around $2.50 on Bitfinex but the ICO price is less than that. How long will that arbitration happen?

My reason and logic tell me just to wait it out and buy it up cheaper in the future when the FOMO subsides a bit.

At the same time, my own FOMO is screaming, "But you might miss out and have to pay even more!"

I keep reminding myself of this:

> The Stock Market is a device for transferring money from the impatient to the patient…. Warren Buffett

But maybe this is a black swan and the ending market cap of EOS will be many billions? I don't know.
πŸ‘  ,
properties (23)
authorlukestokes
permlinkre-tzs-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170702t191657882z
categoryeos
json_metadata{"tags":["eos"],"links":["https://eos.io/faq.html"],"app":"steemit/0.1"}
created2017-07-02 19:16:57
last_update2017-07-02 19:16:57
depth2
children1
last_payout2017-07-09 19:16:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length943
author_reputation554,601,966,217,919
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,052,549
net_rshares2,831,677,042
author_curate_reward""
vote details (2)
@tzs ·
Thanks for the link.

> 23\. **Where do the proceeds from the EOS Token distribution go?**
Proceeds from the EOS Token distribution will be the revenue of block.one.

I can't justify the amount of money paid for EOS to the team/company behind it. It's not even a valuation of the company, it's a direct cash payment.
πŸ‘  
properties (23)
authortzs
permlinkre-lukestokes-re-tzs-re-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170702t194830643z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-07-02 19:48:30
last_update2017-07-02 19:48:30
depth3
children0
last_payout2017-07-09 19:48:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length316
author_reputation66,276,041,146
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,056,020
net_rshares510,661,340
author_curate_reward""
vote details (1)
@vegeto ·
don't worry USA you still have Donald Trump
properties (22)
authorvegeto
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t165511773z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 16:55:15
last_update2017-06-27 16:55:15
depth1
children0
last_payout2017-07-04 16:55:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation1,037,932,268,254
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,356,673
net_rshares0
@zax ·
Nice script mate ! 
Works perfectly :) 

Thanks ! Upvoted and reposted :)
properties (22)
authorzax
permlinkre-lukestokes-script-you-can-use-for-finding-the-current-price-of-eos-per-ico-window-20170627t175143240z
categoryeos
json_metadata{"tags":["eos"],"app":"steemit/0.1"}
created2017-06-27 17:51:42
last_update2017-06-27 17:51:42
depth1
children0
last_payout2017-07-04 17:51:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation2,243,640,802
root_title"Script You Can Use for Finding the Current Price of EOS per ICO Window"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,364,064
net_rshares0