create account

Adding Post Payout Breakdowns in Steemit by eonwarped

View this thread on: hive.blogpeakd.comecency.com
· @eonwarped · (edited)
$168.44
Adding Post Payout Breakdowns in Steemit
[Link to pull request](https://github.com/steemit/condenser/pull/2460/commits).

This is in some sense a continuation of [my previous post about a small contribution to Steemit](https://steemit.com/utopian-io/@eonwarped/my-first-open-source-contribution-ever), which was rejected as a development contribution, but in my view is a combination of bug hunting and suggestion. But no matter, in this post I am at it again, this time covering the implementation of my suggestion, which I had done over the last weekend.

### Payout Breakdown

Knowing how the payout works from the Steem blockchain, I wanted to provide a little more information in the UI to display the breakdown in terms of estimated SBD and STEEM POWER to be received on payout. What I have is not perfect, but a slight improvement over what exists now.

1. For pending payouts and past payouts, it now shows (X SBD, Y SP) below the $Z amount of payout.
2. It takes into account whether or not 50/50 option or 100% SP option was selected.
3. It uses current price feed, so past payouts will not necessarily show the correct amount of SP, but SBD will be correct.
4. Curation and Beneficiaries are not accounted for in pending payouts. That requires a lot more changes to handle properly.

Here are two screenshots that show this in action.

![35781660-f417465a-09ba-11e8-99b4-adc845812b9e.PNG](https://res.cloudinary.com/hpiynhbhq/image/upload/v1517977864/xllyo1k08uob6irqiaeb.png)

This one shows the pending payout change.

![35781656-e99f924a-09ba-11e8-849d-f1e6d5ee2d04.PNG](https://res.cloudinary.com/hpiynhbhq/image/upload/v1517978000/qabzqayb0quru5cak1sm.png)

This one shows how it looks after payout.

### Change Details

A diff can be viewed [here](https://github.com/steemit/condenser/commit/d0181d4bcc554f0417ed9a44c43799f3f5368872).
There are two parts to this change.

The first is to make the feed price available to the voting component which shows information when you click the payout number. That's in line 525, and actually is ripped out of the [UserWallet.jsx](https://github.com/steemit/condenser/blob/d0181d4bcc554f0417ed9a44c43799f3f5368872/src/app/components/modules/UserWallet.jsx). I will pull this into a common utility soon to promote its reuse next chance I get.

The second part is the computation itself. I've walked through this before [here](https://steemit.com/steem/@eonwarped/sbd-printing-code-walkthrough), as well as [here](https://steemit.com/steemit/@eonwarped/a-note-about-payout-numbers), so it was a matter of cranking out the formula, which you'll see on line 279. 

Another point of note is the percent_steem_dollars parameter, which is 10000 for the 50/50 option and 0 for the 100 SP option. (Percentage multiplied by 100). This can be found out [here](https://github.com/steemit/steem/blob/8cd5f688d75092298bcffaa48a543ed9b01447a6/libraries/chain/include/steemit/chain/comment_object.hpp#L96) and [here](https://github.com/steemit/steem/blob/56c4d8991622541381df4658bae4b90157690bf4/libraries/protocol/include/steemit/protocol/config.hpp#L117).

Finally, adding the hint to the card itself is done in line 320 for the pending payout and line 359 for post payout. The way it is done here makes it so it does not need anything placed in all the individual localization files, and is done in a manner consistent with how the display works in the user wallet.

### Testing
These changes were tested locally, on my posts as well as a post that was set to 100% power up, and on one that was past payout.

### Appealing the One Commit Rule for Utopian Development Contributions
To the utopian moderator: this may be considered as both a suggestion as well as implementation. Keeping in mind rewards that have been given to utopian posts suggesting improvements to the UI about the payouts, as a developer I've also implemented such a thing. Please take that into consideration. Thanks!

### Further Thoughts
I'm excited to be able to make this change that I've been thinking about for awhile, and hope it will be available in the next future. It turned out to be much easier than I was thinking it would be. Yes, plenty of other tools show your post breakdowns, but it will be nice to see it quickly by clicking your post amount.

I'll see about further improvements that can be made to this as well. I'm also soon to work on a small tutorial to get your own UI deployed to a cloud service like vultr.com, as suggested by @twodollars. Until next time, cheers!

### Updates
I did not realize just how fast it got rolled out, and I see posts about it in various places now, and that feels great! Happy to do what I can.

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@eonwarped/adding-post-payout-breakdowns-in-steemit">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authoreonwarped
permlinkadding-post-payout-breakdowns-in-steemit
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":59213335,"name":"condenser","full_name":"steemit/condenser","html_url":"https://github.com/steemit/condenser","fork":false,"owner":{"login":"steemit"}},"pullRequests":[{"url":"https://api.github.com/repos/steemit/condenser/pulls/2460","id":167026847,"html_url":"https://github.com/steemit/condenser/pull/2460","diff_url":"https://github.com/steemit/condenser/pull/2460.diff","patch_url":"https://github.com/steemit/condenser/pull/2460.patch","issue_url":"https://api.github.com/repos/steemit/condenser/issues/2460","number":2460,"state":"closed","locked":false,"title":"Add price feed info and sbd/steem breakdown","user":{"login":"eonwarped","id":34953718,"avatar_url":"https://avatars2.githubusercontent.com/u/34953718?v=4","gravatar_id":"","url":"https://api.github.com/users/eonwarped","html_url":"https://github.com/eonwarped","followers_url":"https://api.github.com/users/eonwarped/followers","following_url":"https://api.github.com/users/eonwarped/following{/other_user}","gists_url":"https://api.github.com/users/eonwarped/gists{/gist_id}","starred_url":"https://api.github.com/users/eonwarped/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eonwarped/subscriptions","organizations_url":"https://api.github.com/users/eonwarped/orgs","repos_url":"https://api.github.com/users/eonwarped/repos","events_url":"https://api.github.com/users/eonwarped/events{/privacy}","received_events_url":"https://api.github.com/users/eonwarped/received_events","type":"User","site_admin":false},"body":"This is to address issue #2429 .\r\n\r\nPreliminary quick hack for adding SBD and STEEM POWER break down, affecting the expanded view for payouts, the \"Pending Payout\" and \"Author Payout\", using the steem price feed. Also takes into account the % SBD setting. But does not take into account beneficiaries or curation.\r\n\r\n- Pending Payout shows SBD and SP breakdown.\r\n- For Author Payout, it is not accurate, as it is should be based on a historical price feed (SBD's portion is accurate, but not SP).\r\n\r\nI'm not even sure this is desirable, so I leave it to people to chat about it.\r\n\r\n(If we do want this: Any suggested locations for adding testing, if necessary?)\r\n\r\nHere are the screenshots\r\n\r\nFor pending payout:\r\n![cr_normal_pending](https://user-images.githubusercontent.com/34953718/35781660-f417465a-09ba-11e8-99b4-adc845812b9e.PNG)\r\n\r\nFor 100% Power up:\r\n![cr_powerup100](https://user-images.githubusercontent.com/34953718/35781650-e15f63c6-09ba-11e8-921f-af12a0d54c74.PNG)\r\n\r\nAfter payout:\r\n![cr_authorrew](https://user-images.githubusercontent.com/34953718/35781656-e99f924a-09ba-11e8-849d-f1e6d5ee2d04.PNG)\r\n","created_at":"2018-02-04T19:59:58Z","updated_at":"2018-02-06T18:41:09Z","closed_at":"2018-02-06T18:41:09Z","merged_at":"2018-02-06T18:41:09Z","merge_commit_sha":"1b8a7f9fcb3d27c6f46b1ec8a04c67fcb5562e22","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"milestone":null,"commits_url":"https://api.github.com/repos/steemit/condenser/pulls/2460/commits","review_comments_url":"https://api.github.com/repos/steemit/condenser/pulls/2460/comments","review_comment_url":"https://api.github.com/repos/steemit/condenser/pulls/comments{/number}","comments_url":"https://api.github.com/repos/steemit/condenser/issues/2460/comments","statuses_url":"https://api.github.com/repos/steemit/condenser/statuses/d51f64bec535fc3f865e91e98436e96570be6af6","head":{"label":"eonwarped:patch-1","ref":"patch-1","sha":"d51f64bec535fc3f865e91e98436e96570be6af6","user":{"login":"eonwarped","id":34953718,"avatar_url":"https://avatars2.githubusercontent.com/u/34953718?v=4","gravatar_id":"","url":"https://api.github.com/users/eonwarped","html_url":"https://github.com/eonwarped","followers_url":"https://api.github.com/users/eonwarped/followers","following_url":"https://api.github.com/users/eonwarped/following{/other_user}","gists_url":"https://api.github.com/users/eonwarped/gists{/gist_id}","starred_url":"https://api.github.com/users/eonwarped/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eonwarped/subscriptions","organizations_url":"https://api.github.com/users/eonwarped/orgs","repos_url":"https://api.github.com/users/eonwarped/repos","events_url":"https://api.github.com/users/eonwarped/events{/privacy}","received_events_url":"https://api.github.com/users/eonwarped/received_events","type":"User","site_admin":false},"repo":{"id":117375753,"name":"condenser","full_name":"eonwarped/condenser","owner":{"login":"eonwarped","id":34953718,"avatar_url":"https://avatars2.githubusercontent.com/u/34953718?v=4","gravatar_id":"","url":"https://api.github.com/users/eonwarped","html_url":"https://github.com/eonwarped","followers_url":"https://api.github.com/users/eonwarped/followers","following_url":"https://api.github.com/users/eonwarped/following{/other_user}","gists_url":"https://api.github.com/users/eonwarped/gists{/gist_id}","starred_url":"https://api.github.com/users/eonwarped/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eonwarped/subscriptions","organizations_url":"https://api.github.com/users/eonwarped/orgs","repos_url":"https://api.github.com/users/eonwarped/repos","events_url":"https://api.github.com/users/eonwarped/events{/privacy}","received_events_url":"https://api.github.com/users/eonwarped/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/eonwarped/condenser","description":"The social application web front-end to the Steem Blockchain.","fork":true,"url":"https://api.github.com/repos/eonwarped/condenser","forks_url":"https://api.github.com/repos/eonwarped/condenser/forks","keys_url":"https://api.github.com/repos/eonwarped/condenser/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eonwarped/condenser/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eonwarped/condenser/teams","hooks_url":"https://api.github.com/repos/eonwarped/condenser/hooks","issue_events_url":"https://api.github.com/repos/eonwarped/condenser/issues/events{/number}","events_url":"https://api.github.com/repos/eonwarped/condenser/events","assignees_url":"https://api.github.com/repos/eonwarped/condenser/assignees{/user}","branches_url":"https://api.github.com/repos/eonwarped/condenser/branches{/branch}","tags_url":"https://api.github.com/repos/eonwarped/condenser/tags","blobs_url":"https://api.github.com/repos/eonwarped/condenser/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eonwarped/condenser/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eonwarped/condenser/git/refs{/sha}","trees_url":"https://api.github.com/repos/eonwarped/condenser/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eonwarped/condenser/statuses/{sha}","languages_url":"https://api.github.com/repos/eonwarped/condenser/languages","stargazers_url":"https://api.github.com/repos/eonwarped/condenser/stargazers","contributors_url":"https://api.github.com/repos/eonwarped/condenser/contributors","subscribers_url":"https://api.github.com/repos/eonwarped/condenser/subscribers","subscription_url":"https://api.github.com/repos/eonwarped/condenser/subscription","commits_url":"https://api.github.com/repos/eonwarped/condenser/commits{/sha}","git_commits_url":"https://api.github.com/repos/eonwarped/condenser/git/commits{/sha}","comments_url":"https://api.github.com/repos/eonwarped/condenser/comments{/number}","issue_comment_url":"https://api.github.com/repos/eonwarped/condenser/issues/comments{/number}","contents_url":"https://api.github.com/repos/eonwarped/condenser/contents/{+path}","compare_url":"https://api.github.com/repos/eonwarped/condenser/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eonwarped/condenser/merges","archive_url":"https://api.github.com/repos/eonwarped/condenser/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eonwarped/condenser/downloads","issues_url":"https://api.github.com/repos/eonwarped/condenser/issues{/number}","pulls_url":"https://api.github.com/repos/eonwarped/condenser/pulls{/number}","milestones_url":"https://api.github.com/repos/eonwarped/condenser/milestones{/number}","notifications_url":"https://api.github.com/repos/eonwarped/condenser/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eonwarped/condenser/labels{/name}","releases_url":"https://api.github.com/repos/eonwarped/condenser/releases{/id}","deployments_url":"https://api.github.com/repos/eonwarped/condenser/deployments","created_at":"2018-01-13T20:27:03Z","updated_at":"2018-01-13T20:27:06Z","pushed_at":"2018-02-06T18:23:00Z","git_url":"git://github.com/eonwarped/condenser.git","ssh_url":"git@github.com:eonwarped/condenser.git","clone_url":"https://github.com/eonwarped/condenser.git","svn_url":"https://github.com/eonwarped/condenser","homepage":"https://steemit.com","size":9197,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"steemit:master","ref":"master","sha":"1bc763ae82f2b839fa6ffb140ca81da6ce1177de","user":{"login":"steemit","id":17434692,"avatar_url":"https://avatars3.githubusercontent.com/u/17434692?v=4","gravatar_id":"","url":"https://api.github.com/users/steemit","html_url":"https://github.com/steemit","followers_url":"https://api.github.com/users/steemit/followers","following_url":"https://api.github.com/users/steemit/following{/other_user}","gists_url":"https://api.github.com/users/steemit/gists{/gist_id}","starred_url":"https://api.github.com/users/steemit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemit/subscriptions","organizations_url":"https://api.github.com/users/steemit/orgs","repos_url":"https://api.github.com/users/steemit/repos","events_url":"https://api.github.com/users/steemit/events{/privacy}","received_events_url":"https://api.github.com/users/steemit/received_events","type":"Organization","site_admin":false},"repo":{"id":59213335,"name":"condenser","full_name":"steemit/condenser","owner":{"login":"steemit","id":17434692,"avatar_url":"https://avatars3.githubusercontent.com/u/17434692?v=4","gravatar_id":"","url":"https://api.github.com/users/steemit","html_url":"https://github.com/steemit","followers_url":"https://api.github.com/users/steemit/followers","following_url":"https://api.github.com/users/steemit/following{/other_user}","gists_url":"https://api.github.com/users/steemit/gists{/gist_id}","starred_url":"https://api.github.com/users/steemit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemit/subscriptions","organizations_url":"https://api.github.com/users/steemit/orgs","repos_url":"https://api.github.com/users/steemit/repos","events_url":"https://api.github.com/users/steemit/events{/privacy}","received_events_url":"https://api.github.com/users/steemit/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/steemit/condenser","description":"The social application web front-end to the Steem Blockchain.","fork":false,"url":"https://api.github.com/repos/steemit/condenser","forks_url":"https://api.github.com/repos/steemit/condenser/forks","keys_url":"https://api.github.com/repos/steemit/condenser/keys{/key_id}","collaborators_url":"https://api.github.com/repos/steemit/condenser/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/steemit/condenser/teams","hooks_url":"https://api.github.com/repos/steemit/condenser/hooks","issue_events_url":"https://api.github.com/repos/steemit/condenser/issues/events{/number}","events_url":"https://api.github.com/repos/steemit/condenser/events","assignees_url":"https://api.github.com/repos/steemit/condenser/assignees{/user}","branches_url":"https://api.github.com/repos/steemit/condenser/branches{/branch}","tags_url":"https://api.github.com/repos/steemit/condenser/tags","blobs_url":"https://api.github.com/repos/steemit/condenser/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/steemit/condenser/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/steemit/condenser/git/refs{/sha}","trees_url":"https://api.github.com/repos/steemit/condenser/git/trees{/sha}","statuses_url":"https://api.github.com/repos/steemit/condenser/statuses/{sha}","languages_url":"https://api.github.com/repos/steemit/condenser/languages","stargazers_url":"https://api.github.com/repos/steemit/condenser/stargazers","contributors_url":"https://api.github.com/repos/steemit/condenser/contributors","subscribers_url":"https://api.github.com/repos/steemit/condenser/subscribers","subscription_url":"https://api.github.com/repos/steemit/condenser/subscription","commits_url":"https://api.github.com/repos/steemit/condenser/commits{/sha}","git_commits_url":"https://api.github.com/repos/steemit/condenser/git/commits{/sha}","comments_url":"https://api.github.com/repos/steemit/condenser/comments{/number}","issue_comment_url":"https://api.github.com/repos/steemit/condenser/issues/comments{/number}","contents_url":"https://api.github.com/repos/steemit/condenser/contents/{+path}","compare_url":"https://api.github.com/repos/steemit/condenser/compare/{base}...{head}","merges_url":"https://api.github.com/repos/steemit/condenser/merges","archive_url":"https://api.github.com/repos/steemit/condenser/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/steemit/condenser/downloads","issues_url":"https://api.github.com/repos/steemit/condenser/issues{/number}","pulls_url":"https://api.github.com/repos/steemit/condenser/pulls{/number}","milestones_url":"https://api.github.com/repos/steemit/condenser/milestones{/number}","notifications_url":"https://api.github.com/repos/steemit/condenser/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/steemit/condenser/labels{/name}","releases_url":"https://api.github.com/repos/steemit/condenser/releases{/id}","deployments_url":"https://api.github.com/repos/steemit/condenser/deployments","created_at":"2016-05-19T14:21:06Z","updated_at":"2018-02-07T07:15:41Z","pushed_at":"2018-02-07T14:19:38Z","git_url":"git://github.com/steemit/condenser.git","ssh_url":"git@github.com:steemit/condenser.git","clone_url":"https://github.com/steemit/condenser.git","svn_url":"https://github.com/steemit/condenser","homepage":"https://steemit.com","size":9702,"stargazers_count":310,"watchers_count":310,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":272,"mirror_url":null,"archived":false,"open_issues_count":318,"license":null,"forks":272,"open_issues":318,"watchers":310,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/steemit/condenser/pulls/2460"},"html":{"href":"https://github.com/steemit/condenser/pull/2460"},"issue":{"href":"https://api.github.com/repos/steemit/condenser/issues/2460"},"comments":{"href":"https://api.github.com/repos/steemit/condenser/issues/2460/comments"},"review_comments":{"href":"https://api.github.com/repos/steemit/condenser/pulls/2460/comments"},"review_comment":{"href":"https://api.github.com/repos/steemit/condenser/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/steemit/condenser/pulls/2460/commits"},"statuses":{"href":"https://api.github.com/repos/steemit/condenser/statuses/d51f64bec535fc3f865e91e98436e96570be6af6"}},"author_association":"CONTRIBUTOR"}],"platform":"github","type":"development","tags":["utopian-io","steemit","steem","condenser"],"users":["eonwarped","twodollars."],"links":["https://github.com/steemit/condenser/pull/2460/commits","https://steemit.com/utopian-io/@eonwarped/my-first-open-source-contribution-ever","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517977864/xllyo1k08uob6irqiaeb.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517978000/qabzqayb0quru5cak1sm.png","https://github.com/steemit/condenser/commit/d0181d4bcc554f0417ed9a44c43799f3f5368872","https://github.com/steemit/condenser/blob/d0181d4bcc554f0417ed9a44c43799f3f5368872/src/app/components/modules/UserWallet.jsx","https://steemit.com/steem/@eonwarped/sbd-printing-code-walkthrough","https://steemit.com/steemit/@eonwarped/a-note-about-payout-numbers","https://github.com/steemit/steem/blob/8cd5f688d75092298bcffaa48a543ed9b01447a6/libraries/chain/include/steemit/chain/comment_object.hpp#L96","https://github.com/steemit/steem/blob/56c4d8991622541381df4658bae4b90157690bf4/libraries/protocol/include/steemit/protocol/config.hpp#L117"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1517977864/xllyo1k08uob6irqiaeb.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517978000/qabzqayb0quru5cak1sm.png"],"moderator":{"account":"ms10398","time":"2018-02-07T14:32:54.474Z","reviewed":true,"pending":false,"flagged":false}}"
created2018-02-07 14:20:33
last_update2018-02-07 22:01:27
depth0
children37
last_payout2018-02-14 14:20:33
cashout_time1969-12-31 23:59:59
total_payout_value118.322 HBD
curator_payout_value50.119 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,804
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,674,003
net_rshares30,545,696,621,601
author_curate_reward""
vote details (62)
@amymya ·
$0.02
Fantasic work Evan, this will be a super nifty tool! 
Keep it up bud, you're amazing :)
👍  ,
properties (23)
authoramymya
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t144931261z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 14:49:33
last_update2018-02-07 14:49:33
depth1
children1
last_payout2018-02-14 14:49:33
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation8,399,372,759,280
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,679,998
net_rshares3,954,304,161
author_curate_reward""
vote details (2)
@eonwarped ·
Thanks!
properties (22)
authoreonwarped
permlinkre-amymya-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141018654z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:10:18
last_update2018-02-08 14:10:18
depth2
children0
last_payout2018-02-15 14:10: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_length7
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,924,708
net_rshares0
@anjkara ·
This is great, Eon. You're always working towards improvement (not just of yourself but of your communities in which you're involved). You're a real asset to Steemit and it's about time they noticed. Kudos. 

Cheers
Anj xx
PS Get the ale in :D
👍  
properties (23)
authoranjkara
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t122915425z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 12:29:15
last_update2018-02-08 12:29:15
depth1
children1
last_payout2018-02-15 12:29: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_length243
author_reputation2,670,835,568,240
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,905,926
net_rshares2,562,555,043
author_curate_reward""
vote details (1)
@eonwarped ·
Cheers! And thanks!
👍  
properties (23)
authoreonwarped
permlinkre-anjkara-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141350721z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:13:51
last_update2018-02-08 14:13:51
depth2
children0
last_payout2018-02-15 14:13:51
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_length19
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,925,442
net_rshares1,880,991,580
author_curate_reward""
vote details (1)
@blazing ·
This is really a cool feature added very useful to track real time earnings :)
👍  
properties (23)
authorblazing
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t171151926z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 17:11:54
last_update2018-02-07 17:11:54
depth1
children1
last_payout2018-02-14 17:11: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_length78
author_reputation117,662,220,860,076
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,707,415
net_rshares1,962,977,983
author_curate_reward""
vote details (1)
@eonwarped ·
Thanks!
properties (22)
authoreonwarped
permlinkre-blazing-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141856134z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:18:57
last_update2018-02-08 14:18:57
depth2
children0
last_payout2018-02-15 14:18: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_length7
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,926,506
net_rshares0
@bozz ·
This is very cool. It looks like you have put a lot of time and thought into it. Great job in working to bring this to the platform! -@bozz
👍  
properties (23)
authorbozz
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t013905506z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["bozz"],"app":"steemit/0.1"}
created2018-02-08 01:39:06
last_update2018-02-08 01:39:06
depth1
children1
last_payout2018-02-15 01:39: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_length139
author_reputation2,264,402,323,322,477
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,795,315
net_rshares1,774,076,568
author_curate_reward""
vote details (1)
@eonwarped ·
It definitely was a fun task though. Happy it worked!
properties (22)
authoreonwarped
permlinkre-bozz-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t142019185z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:20:21
last_update2018-02-08 14:20:21
depth2
children0
last_payout2018-02-15 14:20: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_length53
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,926,788
net_rshares0
@brobear1995 ·
Thanks a lot for your contribution! It is really great.
properties (22)
authorbrobear1995
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180213t050211022z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-13 05:02:09
last_update2018-02-13 05:02:09
depth1
children0
last_payout2018-02-20 05:02: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_length55
author_reputation375,510,956,568
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,117,727
net_rshares0
@cobmaximus ·
Awesome work @eonwarped, this is agreat way for minnows to understand faster how the payout works, well even for people not so minnow ha, awesome awesome work, love it!
👍  
properties (23)
authorcobmaximus
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t031032346z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["eonwarped"],"app":"steemit/0.1"}
created2018-02-08 03:10:33
last_update2018-02-08 03:10:33
depth1
children2
last_payout2018-02-15 03:10: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_length168
author_reputation6,257,073,410,244
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,811,254
net_rshares1,971,196,187
author_curate_reward""
vote details (1)
@eonwarped ·
I hope it helps just a little. I expect there still to be confusion though. Thanks!
properties (22)
authoreonwarped
permlinkre-cobmaximus-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141533950z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:15:33
last_update2018-02-08 14:15:33
depth2
children1
last_payout2018-02-15 14:15: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_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,925,836
net_rshares0
@cobmaximus ·
yeah, but this things does help a lot, I'm sure you'll come up with bigger and better ideas :D
👍  ,
properties (23)
authorcobmaximus
permlinkre-eonwarped-re-cobmaximus-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180209t020016975z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.3.0"}
created2018-02-09 02:00:18
last_update2018-02-09 02:00:18
depth3
children0
last_payout2018-02-16 02:00: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_length94
author_reputation6,257,073,410,244
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,050,286
net_rshares0
author_curate_reward""
vote details (2)
@cryptobrunkey ·
Great post! I am a good member but i dont get alot authors and curcators money how do i get them? i post everyday couple of messages i bought steem power alot more!
👍  
properties (23)
authorcryptobrunkey
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t052118967z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 05:21:18
last_update2018-02-08 05:21:18
depth1
children0
last_payout2018-02-15 05: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_length164
author_reputation-100,155,640,443
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,833,759
net_rshares788,478,474
author_curate_reward""
vote details (1)
@dawnsheree ·
Thanks for your contribution Evan. This is a great help to the community and I'm proud that someone I know did it..hahahahah
👍  
properties (23)
authordawnsheree
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t174157847z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 17:42:00
last_update2018-02-07 17:42:00
depth1
children1
last_payout2018-02-14 17:42:00
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_length124
author_reputation4,834,455,235,447
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,713,106
net_rshares1,962,977,983
author_curate_reward""
vote details (1)
@eonwarped ·
Thanks :)
properties (22)
authoreonwarped
permlinkre-dawnsheree-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141715288z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:17:15
last_update2018-02-08 14:17:15
depth2
children0
last_payout2018-02-15 14:17: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_length9
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,926,192
net_rshares0
@flauwy ·
Amazing feature and it is already integrated for all. Well done. Are you working with the Steemit inc developer team?
👍  
properties (23)
authorflauwy
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t181522038z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-07 18:15:24
last_update2018-02-07 18:15:24
depth1
children1
last_payout2018-02-14 18:15: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_length117
author_reputation296,259,911,900,510
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,719,389
net_rshares2,159,275,781
author_curate_reward""
vote details (1)
@eonwarped ·
I am not, this was just kind of playing around with the website for myself. Thanks!
properties (22)
authoreonwarped
permlinkre-flauwy-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t185020237z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 18:50:21
last_update2018-02-07 18:50:21
depth2
children0
last_payout2018-02-14 18:50: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_length83
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,725,748
net_rshares0
@leoplaw ·
Thanky for the mod on the payouts! Upvoted. =)
properties (22)
authorleoplaw
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180213t185347923z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-13 18:53:36
last_update2018-02-13 18:53:36
depth1
children0
last_payout2018-02-20 18:53:36
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_length46
author_reputation189,628,210,789,149
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,279,480
net_rshares0
@lunaticpandora ·
Nice job! I started noticing the change earlier today, great feature!
👍  
properties (23)
authorlunaticpandora
permlinkre-eonwarped-201827t144027469z
categoryutopian-io
json_metadata{"tags":["utopian-io","steemit","steem","condenser"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-02-07 18:40:30
last_update2018-02-07 18:40:30
depth1
children1
last_payout2018-02-14 18:40: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_length69
author_reputation103,012,459,262,850
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,723,921
net_rshares981,488,991
author_curate_reward""
vote details (1)
@eonwarped ·
Thanks!
properties (22)
authoreonwarped
permlinkre-lunaticpandora-re-eonwarped-201827t144027469z-20180208t142307894z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:23:27
last_update2018-02-08 14:23:27
depth2
children0
last_payout2018-02-15 14:23: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_length7
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,927,375
net_rshares0
@maverickinvictus ·
$0.02
Excellent work Eon!
👍  ,
properties (23)
authormaverickinvictus
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t150246809z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 15:04:27
last_update2018-02-07 15:04:27
depth1
children1
last_payout2018-02-14 15:04:27
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation49,890,876,340,190
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,682,851
net_rshares3,954,304,161
author_curate_reward""
vote details (2)
@eonwarped ·
Thanks!
properties (22)
authoreonwarped
permlinkre-maverickinvictus-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t140946917z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:09:48
last_update2018-02-08 14:09:48
depth2
children0
last_payout2018-02-15 14:09: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_length7
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,924,605
net_rshares0
@moneyinfant ·
$0.02
That's a very nice upgrade to the post payout UI. Thanks for your work!
👍  ,
properties (23)
authormoneyinfant
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t144225722z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 14:42:24
last_update2018-02-07 14:42:24
depth1
children1
last_payout2018-02-14 14:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation3,314,768,419,669
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,678,606
net_rshares3,954,304,161
author_curate_reward""
vote details (2)
@eonwarped ·
You are welcome :)
properties (22)
authoreonwarped
permlinkre-moneyinfant-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141039909z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:10:39
last_update2018-02-08 14:10:39
depth2
children0
last_payout2018-02-15 14:10: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_length18
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,924,781
net_rshares0
@mrix ·
Thanks a ton!
Really awesome future!
Keep this work going! :)
👍  
properties (23)
authormrix
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t010729975z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 01:07:30
last_update2018-02-08 01:07:30
depth1
children2
last_payout2018-02-15 01:07: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_length61
author_reputation1,406,303,663,845
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,790,263
net_rshares788,478,474
author_curate_reward""
vote details (1)
@eonwarped ·
Will do!
properties (22)
authoreonwarped
permlinkre-mrix-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t142512452z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:26:24
last_update2018-02-08 14:26:24
depth2
children0
last_payout2018-02-15 14:26: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_length8
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,927,966
net_rshares0
@eonwarped ·
Will do!
properties (22)
authoreonwarped
permlinkre-mrix-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t142553614z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:25:54
last_update2018-02-08 14:25:54
depth2
children0
last_payout2018-02-15 14:25: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_length8
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,927,863
net_rshares0
@ms10398 ·
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/uTyJkNm).

**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
authorms10398
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t143403677z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-07 14:34:21
last_update2018-02-07 14:34:21
depth1
children0
last_payout2018-02-14 14:34: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_length173
author_reputation27,572,487,973,390
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,676,888
net_rshares0
@shahidshah ·
Great work brother and this change will make Steemit payments estimation very easy for newbies like us!
👍  
properties (23)
authorshahidshah
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t192334988z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 19:23:45
last_update2018-02-07 19:23:45
depth1
children1
last_payout2018-02-14 19:23: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_length103
author_reputation1,458,023,299,104
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,731,850
net_rshares1,379,837,331
author_curate_reward""
vote details (1)
@eonwarped ·
Yes indeed. Thanks!
properties (22)
authoreonwarped
permlinkre-shahidshah-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t142203533z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:22:03
last_update2018-02-08 14:22:03
depth2
children0
last_payout2018-02-15 14:22:03
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_length19
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,927,126
net_rshares0
@spiritualmax ·
YOU - IS - ROCKSTAR!

Really mate, you're one of the GREATEST guys I ever met in Steem and outside of it.

I hope I can count on your friendship for years to come!

Cheers
👍  
properties (23)
authorspiritualmax
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t014536749z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 01:45:36
last_update2018-02-08 01:45:36
depth1
children1
last_payout2018-02-15 01:45:36
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_length171
author_reputation25,078,515,289,162
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,796,433
net_rshares2,956,794,281
author_curate_reward""
vote details (1)
@eonwarped ·
Likewise! I just need an electric guitar now.
properties (22)
authoreonwarped
permlinkre-spiritualmax-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141130676z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:11:30
last_update2018-02-08 14:11:30
depth2
children0
last_payout2018-02-15 14:11: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_length45
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,924,960
net_rshares0
@svkrulze ·
Great job :) Congrats on your first acceptance!!!
👍  
properties (23)
authorsvkrulze
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t174111101z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 17:41:15
last_update2018-02-07 17:41:15
depth1
children1
last_payout2018-02-14 17:41: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_length49
author_reputation1,072,950,790,902
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,712,943
net_rshares1,962,977,983
author_curate_reward""
vote details (1)
@eonwarped ·
Thanks!
properties (22)
authoreonwarped
permlinkre-svkrulze-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141803242z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:18:03
last_update2018-02-08 14:18:03
depth2
children0
last_payout2018-02-15 14:18:03
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_length7
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,926,342
net_rshares0
@underground ·
Nice Work! 
Da BOT will up-vote this post if you make a minor edit after the timer expires, it is 'daily" so I am thinking 24 hours.  So glad to be in the same Gang with you Bud! U ROCK!
👍  
properties (23)
authorunderground
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180207t164406557z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 16:44:09
last_update2018-02-07 16:44:09
depth1
children1
last_payout2018-02-14 16:44: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_length186
author_reputation55,438,677,797,302
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,702,254
net_rshares1,962,977,983
author_curate_reward""
vote details (1)
@eonwarped ·
Me too! Thanks!
properties (22)
authoreonwarped
permlinkre-underground-re-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t141946091z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-08 14:19:45
last_update2018-02-08 14:19:45
depth2
children0
last_payout2018-02-15 14:19: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_length15
author_reputation88,102,208,706,615
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,926,672
net_rshares0
@utopian-io ·
$0.05
### Hey @eonwarped I am @utopian-io. I have just upvoted you!
#### Achievements
- You have less than 500 followers. Just gave you a gift to help you succeed!
- This is your first accepted contribution here in Utopian. Welcome!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
👍  
properties (23)
authorutopian-io
permlinkre-eonwarped-adding-post-payout-breakdowns-in-steemit-20180208t001145380z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-08 00:11:45
last_update2018-02-08 00:11:45
depth1
children0
last_payout2018-02-15 00:11:45
cashout_time1969-12-31 23:59:59
total_payout_value0.038 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,104
author_reputation152,955,367,999,756
root_title"Adding Post Payout Breakdowns in Steemit"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,780,912
net_rshares7,884,784,749
author_curate_reward""
vote details (1)