My Steemit Friends Update: Estimated Account Value Ranking integrated into website. by magicmonk

View this thread on steempeak.com
· @magicmonk · (edited)
$190.98
My Steemit Friends Update: Estimated Account Value Ranking integrated into website.
- <a href="http://mysteemitfriends.online">My Steemit Friends Tool website.</a><br> 
- <a href="http://github.com/Bulletproofmonk/MySteemitFriends">Github repository.</a> 
- <a href="https://github.com/Bulletproofmonk/MySteemitFriends/pull/13">Merged Pull Request. </a>

### New Features
- What feature(s) did you add?

The Estimated Account Value ranking feature has been integrated into the My Steemit Friends website. You can find a link to the ranking table from the navigation bar of the main page of the My Steemit Friends website here: http://mysteemitfriends.online.

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354370/gy59yo4ihlzopdmruxwp.png)

After you click into the link in the drop down, you will see the Estimated Account Value ranking table:

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354455/lv7lmtfkwbhnhfikgw7v.png)

You can type your name into the search box to see your ranking, and then click the link to be directed to the page with your name highlighted in the ranking tables.

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354581/lsl6ubb0tvfpe1q5v1jq.png)

From the main My Steemit Friends page, you can also type in your username here and see the ranking directly, without going into the ranking table.

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354698/wmvl2kylolfcfa330kfd.png)

Click on the blue link at the bottom to see your name in ranking table page.

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354849/ved6vhn67ktmtmka4jo7.png)

- How did you implement it/them?

- [**update_steem_price**](https://github.com/Bulletproofmonk/MySteemitFriends/blob/master/update_steem_price.php): retrieves the current median history price of Steem and stores in steemprice.txt. This value is necessary for calculating the Estimated Account Value. It stores the updated price in steemprice.txt and is schedule to run daily via a Cron job.

- [**steemprice.txt**](https://github.com/Bulletproofmonk/MySteemitFriends/blob/master/steemprice.txt): Text file containing the updated steem price needed to calculate a user's Estimated Account Value from amount of STEEM and SBD. Updated periodically using update_steem_price.php.

- [**accountvalue.php**](https://github.com/Bulletproofmonk/MySteemitFriends/blob/master/accountvalue.php): A list of Steemit Users ranked by the amount of Estimated Account Value. SQL is used to retrieve the ranking data, and PHP is used to dispaly them. PHP sanitizing function is used on the page number input from the user and prepared SQL statements are used to prevent SQL injection. PHP statements are used to check for highlights and assist with converting from vests to SP as well as appending the latest Steem Price to the SQL query to calculate each user's estimated account value before ordering them.
The Estimated Account Value is calculated from this equation: Latest Steem Median Price * (Amount of Steem in Savings + Amount of Steem + Amount of Steem Power) + Amount of SBD + Amount of SBD in Savings. There may be a slight delay to see your latest increase/decreases on the ranking table.

- [**get_av_rank.php**](https://github.com/Bulletproofmonk/MySteemitFriends/blob/master/get_av_rank.php): This PHP file is accessed by using AJAX when users click on Search Ranking button in either the ranking table page or the main My Steemit Friend page. PHP used is used to append the latest steem price and global total_vesting_fund_steem and total_vesting_shares values to the SQL, which is then used to order the users and retrieve the ranking of a particular user. Finally PHP and HTML is used to create the link to the correct page on the ranking table. PHP Sanitizing function is used on the username input and then prepared SQL statement is used to prevent SQL injection.

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@magicmonk/my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 11 others
properties (23)
post_id31,889,421
authormagicmonk
permlinkmy-steemit-friends-update-estimated-account-value-ranking-integrated-into-website
categoryutopian-io
json_metadata"{"repository": {"owner": {"login": "Bulletproofmonk"}, "id": 115297211, "full_name": "Bulletproofmonk/MySteemitFriends", "fork": false, "name": "MySteemitFriends", "html_url": "https://github.com/Bulletproofmonk/MySteemitFriends"}, "moderator": {"pending": false, "account": "vladimir-simovic", "reviewed": true, "flagged": false, "time": "2018-02-11T15:56:13.331Z"}, "format": "markdown", "platform": "github", "tags": ["utopian-io", "steemdev", "steemit", "steemtools", "programming"], "community": "utopian", "type": "development", "pullRequests": [{"id": 168452330, "commits_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls/13/commits", "user": {"login": "Bulletproofmonk", "type": "User", "following_url": "https://api.github.com/users/Bulletproofmonk/following{/other_user}", "received_events_url": "https://api.github.com/users/Bulletproofmonk/received_events", "subscriptions_url": "https://api.github.com/users/Bulletproofmonk/subscriptions", "repos_url": "https://api.github.com/users/Bulletproofmonk/repos", "gravatar_id": "", "organizations_url": "https://api.github.com/users/Bulletproofmonk/orgs", "id": 8141626, "avatar_url": "https://avatars3.githubusercontent.com/u/8141626?v=4", "site_admin": false, "followers_url": "https://api.github.com/users/Bulletproofmonk/followers", "gists_url": "https://api.github.com/users/Bulletproofmonk/gists{/gist_id}", "html_url": "https://github.com/Bulletproofmonk", "events_url": "https://api.github.com/users/Bulletproofmonk/events{/privacy}", "url": "https://api.github.com/users/Bulletproofmonk", "starred_url": "https://api.github.com/users/Bulletproofmonk/starred{/owner}{/repo}"}, "title": "Estimated account value", "_links": {"review_comment": {"href": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls/comments{/number}"}, "commits": {"href": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls/13/commits"}, "self": {"href": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls/13"}, "statuses": {"href": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/statuses/5dd6740c126fe042ff91aed09f5a592f957a28fa"}, "review_comments": {"href": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls/13/comments"}, "html": {"href": "https://github.com/Bulletproofmonk/MySteemitFriends/pull/13"}, "issue": {"href": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues/13"}, "comments": {"href": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues/13/comments"}}, "patch_url": "https://github.com/Bulletproofmonk/MySteemitFriends/pull/13.patch", "review_comments_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls/13/comments", "issue_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues/13", "number": 13, "requested_reviewers": [], "milestone": null, "assignees": [], "review_comment_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls/comments{/number}", "author_association": "OWNER", "merge_commit_sha": "8f46784720ecaaa4334ed26f29e0cb3415e4803d", "head": {"ref": "Estimated-Account-Value", "user": {"login": "Bulletproofmonk", "type": "User", "following_url": "https://api.github.com/users/Bulletproofmonk/following{/other_user}", "received_events_url": "https://api.github.com/users/Bulletproofmonk/received_events", "subscriptions_url": "https://api.github.com/users/Bulletproofmonk/subscriptions", "repos_url": "https://api.github.com/users/Bulletproofmonk/repos", "gravatar_id": "", "organizations_url": "https://api.github.com/users/Bulletproofmonk/orgs", "id": 8141626, "avatar_url": "https://avatars3.githubusercontent.com/u/8141626?v=4", "site_admin": false, "followers_url": "https://api.github.com/users/Bulletproofmonk/followers", "gists_url": "https://api.github.com/users/Bulletproofmonk/gists{/gist_id}", "html_url": "https://github.com/Bulletproofmonk", "events_url": "https://api.github.com/users/Bulletproofmonk/events{/privacy}", "url": "https://api.github.com/users/Bulletproofmonk", "starred_url": "https://api.github.com/users/Bulletproofmonk/starred{/owner}{/repo}"}, "label": "Bulletproofmonk:Estimated-Account-Value", "repo": {"compare_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/compare/{base}...{head}", "events_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/events", "forks": 0, "merges_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/merges", "issues_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues{/number}", "contents_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/contents/{+path}", "fork": false, "git_url": "git://github.com/Bulletproofmonk/MySteemitFriends.git", "assignees_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/assignees{/user}", "owner": {"login": "Bulletproofmonk", "type": "User", "following_url": "https://api.github.com/users/Bulletproofmonk/following{/other_user}", "received_events_url": "https://api.github.com/users/Bulletproofmonk/received_events", "subscriptions_url": "https://api.github.com/users/Bulletproofmonk/subscriptions", "repos_url": "https://api.github.com/users/Bulletproofmonk/repos", "gravatar_id": "", "organizations_url": "https://api.github.com/users/Bulletproofmonk/orgs", "id": 8141626, "avatar_url": "https://avatars3.githubusercontent.com/u/8141626?v=4", "site_admin": false, "followers_url": "https://api.github.com/users/Bulletproofmonk/followers", "gists_url": "https://api.github.com/users/Bulletproofmonk/gists{/gist_id}", "html_url": "https://github.com/Bulletproofmonk", "events_url": "https://api.github.com/users/Bulletproofmonk/events{/privacy}", "url": "https://api.github.com/users/Bulletproofmonk", "starred_url": "https://api.github.com/users/Bulletproofmonk/starred{/owner}{/repo}"}, "size": 501, "issue_events_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues/events{/number}", "git_refs_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/refs{/sha}", "blobs_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/blobs{/sha}", "pushed_at": "2018-02-11T12:57:55Z", "watchers_count": 0, "stargazers_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/stargazers", "teams_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/teams", "comments_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/comments{/number}", "archived": false, "svn_url": "https://github.com/Bulletproofmonk/MySteemitFriends", "id": 115297211, "subscribers_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/subscribers", "watchers": 0, "ssh_url": "git@github.com:Bulletproofmonk/MySteemitFriends.git", "name": "MySteemitFriends", "mirror_url": null, "statuses_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/statuses/{sha}", "has_projects": true, "milestones_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/milestones{/number}", "description": "A tool to analyse your upvote statistics for Steemit", "has_downloads": true, "keys_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/keys{/key_id}", "url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends", "license": {"name": "MIT License", "key": "mit", "spdx_id": "MIT", "url": "https://api.github.com/licenses/mit"}, "html_url": "https://github.com/Bulletproofmonk/MySteemitFriends", "commits_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/commits{/sha}", "open_issues_count": 0, "stargazers_count": 0, "branches_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/branches{/branch}", "full_name": "Bulletproofmonk/MySteemitFriends", "forks_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/forks", "deployments_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/deployments", "language": "PHP", "homepage": "http://mysteemitfriends.online", "trees_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/trees{/sha}", "has_issues": true, "collaborators_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/collaborators{/collaborator}", "git_commits_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/commits{/sha}", "open_issues": 0, "private": false, "git_tags_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/tags{/sha}", "pulls_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls{/number}", "releases_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/releases{/id}", "notifications_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/notifications{?since,all,participating}", "contributors_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/contributors", "updated_at": "2017-12-25T01:52:19Z", "forks_count": 0, "downloads_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/downloads", "hooks_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/hooks", "languages_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/languages", "default_branch": "master", "labels_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/labels{/name}", "issue_comment_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues/comments{/number}", "has_pages": false, "tags_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/tags", "clone_url": "https://github.com/Bulletproofmonk/MySteemitFriends.git", "archive_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/{archive_format}{/ref}", "has_wiki": true, "created_at": "2017-12-25T01:46:25Z", "subscription_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/subscription"}, "sha": "5dd6740c126fe042ff91aed09f5a592f957a28fa"}, "diff_url": "https://github.com/Bulletproofmonk/MySteemitFriends/pull/13.diff", "requested_teams": [], "comments_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues/13/comments", "base": {"ref": "master", "user": {"login": "Bulletproofmonk", "type": "User", "following_url": "https://api.github.com/users/Bulletproofmonk/following{/other_user}", "received_events_url": "https://api.github.com/users/Bulletproofmonk/received_events", "subscriptions_url": "https://api.github.com/users/Bulletproofmonk/subscriptions", "repos_url": "https://api.github.com/users/Bulletproofmonk/repos", "gravatar_id": "", "organizations_url": "https://api.github.com/users/Bulletproofmonk/orgs", "id": 8141626, "avatar_url": "https://avatars3.githubusercontent.com/u/8141626?v=4", "site_admin": false, "followers_url": "https://api.github.com/users/Bulletproofmonk/followers", "gists_url": "https://api.github.com/users/Bulletproofmonk/gists{/gist_id}", "html_url": "https://github.com/Bulletproofmonk", "events_url": "https://api.github.com/users/Bulletproofmonk/events{/privacy}", "url": "https://api.github.com/users/Bulletproofmonk", "starred_url": "https://api.github.com/users/Bulletproofmonk/starred{/owner}{/repo}"}, "label": "Bulletproofmonk:master", "repo": {"compare_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/compare/{base}...{head}", "events_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/events", "forks": 0, "merges_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/merges", "issues_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues{/number}", "contents_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/contents/{+path}", "fork": false, "git_url": "git://github.com/Bulletproofmonk/MySteemitFriends.git", "assignees_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/assignees{/user}", "owner": {"login": "Bulletproofmonk", "type": "User", "following_url": "https://api.github.com/users/Bulletproofmonk/following{/other_user}", "received_events_url": "https://api.github.com/users/Bulletproofmonk/received_events", "subscriptions_url": "https://api.github.com/users/Bulletproofmonk/subscriptions", "repos_url": "https://api.github.com/users/Bulletproofmonk/repos", "gravatar_id": "", "organizations_url": "https://api.github.com/users/Bulletproofmonk/orgs", "id": 8141626, "avatar_url": "https://avatars3.githubusercontent.com/u/8141626?v=4", "site_admin": false, "followers_url": "https://api.github.com/users/Bulletproofmonk/followers", "gists_url": "https://api.github.com/users/Bulletproofmonk/gists{/gist_id}", "html_url": "https://github.com/Bulletproofmonk", "events_url": "https://api.github.com/users/Bulletproofmonk/events{/privacy}", "url": "https://api.github.com/users/Bulletproofmonk", "starred_url": "https://api.github.com/users/Bulletproofmonk/starred{/owner}{/repo}"}, "size": 501, "issue_events_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues/events{/number}", "git_refs_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/refs{/sha}", "blobs_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/blobs{/sha}", "pushed_at": "2018-02-11T12:57:55Z", "watchers_count": 0, "stargazers_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/stargazers", "teams_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/teams", "comments_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/comments{/number}", "archived": false, "svn_url": "https://github.com/Bulletproofmonk/MySteemitFriends", "id": 115297211, "subscribers_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/subscribers", "watchers": 0, "ssh_url": "git@github.com:Bulletproofmonk/MySteemitFriends.git", "name": "MySteemitFriends", "mirror_url": null, "statuses_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/statuses/{sha}", "has_projects": true, "milestones_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/milestones{/number}", "description": "A tool to analyse your upvote statistics for Steemit", "has_downloads": true, "keys_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/keys{/key_id}", "url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends", "license": {"name": "MIT License", "key": "mit", "spdx_id": "MIT", "url": "https://api.github.com/licenses/mit"}, "html_url": "https://github.com/Bulletproofmonk/MySteemitFriends", "commits_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/commits{/sha}", "open_issues_count": 0, "stargazers_count": 0, "branches_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/branches{/branch}", "full_name": "Bulletproofmonk/MySteemitFriends", "forks_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/forks", "deployments_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/deployments", "language": "PHP", "homepage": "http://mysteemitfriends.online", "trees_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/trees{/sha}", "has_issues": true, "collaborators_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/collaborators{/collaborator}", "git_commits_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/commits{/sha}", "open_issues": 0, "private": false, "git_tags_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/git/tags{/sha}", "pulls_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls{/number}", "releases_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/releases{/id}", "notifications_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/notifications{?since,all,participating}", "contributors_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/contributors", "updated_at": "2017-12-25T01:52:19Z", "forks_count": 0, "downloads_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/downloads", "hooks_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/hooks", "languages_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/languages", "default_branch": "master", "labels_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/labels{/name}", "issue_comment_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/issues/comments{/number}", "has_pages": false, "tags_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/tags", "clone_url": "https://github.com/Bulletproofmonk/MySteemitFriends.git", "archive_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/{archive_format}{/ref}", "has_wiki": true, "created_at": "2017-12-25T01:46:25Z", "subscription_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/subscription"}, "sha": "a3069ab7d0934109fbca8758db74f519f37f7e1a"}, "assignee": null, "updated_at": "2018-02-11T12:57:55Z", "locked": false, "statuses_url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/statuses/5dd6740c126fe042ff91aed09f5a592f957a28fa", "url": "https://api.github.com/repos/Bulletproofmonk/MySteemitFriends/pulls/13", "state": "closed", "closed_at": "2018-02-11T12:57:55Z", "labels": [], "body": "", "merged_at": "2018-02-11T12:57:55Z", "created_at": "2018-02-11T12:57:47Z", "html_url": "https://github.com/Bulletproofmonk/MySteemitFriends/pull/13"}], "links": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354370/gy59yo4ihlzopdmruxwp.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354455/lv7lmtfkwbhnhfikgw7v.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354581/lsl6ubb0tvfpe1q5v1jq.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354698/wmvl2kylolfcfa330kfd.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354849/ved6vhn67ktmtmka4jo7.png", "https://github.com/Bulletproofmonk/MySteemitFriends/blob/master/update_steem_price.php", "https://github.com/Bulletproofmonk/MySteemitFriends/blob/master/steemprice.txt", "https://github.com/Bulletproofmonk/MySteemitFriends/blob/master/accountvalue.php", "https://github.com/Bulletproofmonk/MySteemitFriends/blob/master/get_av_rank.php"], "app": "utopian/1.0.0", "users": ["magicmonk"], "image": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1518354370/gy59yo4ihlzopdmruxwp.png"]}"
created2018-02-11 13:29:36
last_update2018-02-11 15:56:15
depth0
children23
net_rshares31,714,619,153,656
last_payout2018-02-18 13:29:36
cashout_time1969-12-31 23:59:59
total_payout_value136.761 SBD
curator_payout_value54.216 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length4,071
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (75)
@steemitstats ·
@magicmonk, I always try to support who contribute to open source project, upvote you.
👍  
properties (23)
post_id31,889,760
authorsteemitstats
permlink20180211t133117840z-post
categoryutopian-io
json_metadata"{"tags": ["utopian-io"]}"
created2018-02-11 13:31:27
last_update2018-02-11 13:31:27
depth1
children0
net_rshares2,110,881,646
last_payout2018-02-18 13:31:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length86
author_reputation352,100,520,168
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nicholasjohn ·
Seems interesting. Going to check this out and see that I'm probably ranked dead last here. LOL  It's worth knowing.
👍  
properties (23)
post_id31,890,194
authornicholasjohn
permlinkre-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t133339522z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-11 13:33:39
last_update2018-02-11 13:33:39
depth1
children1
net_rshares2,110,881,646
last_payout2018-02-18 13:33:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length116
author_reputation15,727,752,514
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@magicmonk ·
We all have to start somewhere.
properties (22)
post_id31,895,285
authormagicmonk
permlinkre-nicholasjohn-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t140240065z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-11 14:02:42
last_update2018-02-11 14:02:42
depth2
children0
net_rshares0
last_payout2018-02-18 14:02:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length31
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@senseicat ·
$0.23
I am ranked 1082 @senseicat and RESTEEM @magicmonk to express my thanks for adding tremendous value to our community.

 ![FEE9D443-C061-4D47-B5FF-18A2A23A4770.png](https://steemitimages.com/DQmZuET8ogcBCu1GeUSTnzT9oyax3T6ZCrEcDwhkdE5UQQ4/FEE9D443-C061-4D47-B5FF-18A2A23A4770.png)
👍  ,
properties (23)
post_id31,897,617
authorsenseicat
permlinkre-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t141512532z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["senseicat", "magicmonk"], "image": ["https://steemitimages.com/DQmZuET8ogcBCu1GeUSTnzT9oyax3T6ZCrEcDwhkdE5UQQ4/FEE9D443-C061-4D47-B5FF-18A2A23A4770.png"], "tags": ["utopian-io"]}"
created2018-02-11 14:15:12
last_update2018-02-11 14:15:12
depth1
children2
net_rshares31,411,499,852
last_payout2018-02-18 14:15:12
cashout_time1969-12-31 23:59:59
total_payout_value0.214 SBD
curator_payout_value0.017 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length279
author_reputation169,824,365,246,174
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@magicmonk ·
$0.11
Much higher than me!!! Thank you
👍  
properties (23)
post_id31,911,527
authormagicmonk
permlinkre-senseicat-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t153335434z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-11 15:33:48
last_update2018-02-11 15:33:48
depth2
children1
net_rshares14,530,661,517
last_payout2018-02-18 15:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.080 SBD
curator_payout_value0.025 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length32
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@senseicat ·
$1.68
Our entire STEEMIT community are all going in the same direction.  UP!
👍  ,
properties (23)
post_id32,014,759
authorsenseicat
permlinkre-magicmonk-re-senseicat-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180212t024433164z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-12 02:44:39
last_update2018-02-12 02:44:39
depth3
children0
net_rshares227,670,919,577
last_payout2018-02-19 02:44:39
cashout_time1969-12-31 23:59:59
total_payout_value1.266 SBD
curator_payout_value0.412 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length70
author_reputation169,824,365,246,174
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@teamsteem ·
$0.39
I'm receiving this. 
Connection failed: SQLSTATE[HY000] Unable to connect: Adaptive Server is unavailable or does not exist (severity 9)
👍  
properties (23)
post_id31,901,341
authorteamsteem
permlinkre-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t143556172z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-11 14:35:54
last_update2018-02-11 14:35:54
depth1
children2
net_rshares52,772,041,153
last_payout2018-02-18 14:35:54
cashout_time1969-12-31 23:59:59
total_payout_value0.312 SBD
curator_payout_value0.077 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length136
author_reputation284,009,804,791,421
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@magicmonk ·
Hi @teamsteem. Sometimes the database server may encounter a problem (under maintenance?) but usually it fixes itself in a few minutes. It's fine for me now, could you try again? Thanks
properties (22)
post_id31,906,292
authormagicmonk
permlinkre-teamsteem-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t150259051z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["teamsteem"], "tags": ["utopian-io"]}"
created2018-02-11 15:03:00
last_update2018-02-11 15:03:00
depth2
children1
net_rshares0
last_payout2018-02-18 15:03:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length185
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@teamsteem ·
$0.42
Yeah that's what I thought. It's working find now.
👍  
properties (23)
post_id31,910,904
authorteamsteem
permlinkre-magicmonk-re-teamsteem-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t153007983z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-11 15:30:03
last_update2018-02-11 15:30:03
depth3
children0
net_rshares56,993,804,445
last_payout2018-02-18 15:30:03
cashout_time1969-12-31 23:59:59
total_payout_value0.416 SBD
curator_payout_value0.004 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length50
author_reputation284,009,804,791,421
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@teamsteem ·
$0.75
What would be nice would be the number of Steem contributed if that is not too difficult to do and possibly the current value of those STEEM. 

http://mysteemitfriends.online/upvotelist.php?voter=teamsteem&author=teamsteem&date=2016-07-04&toDate=2018-02-11

One of the next thing I hope you'll be able to integrate would be something like the 30 day and 7 day top authors. Steemwhales totally have given up on updating these. 

https://steemwhales.com/trending/?d=30
👍  , ,
properties (23)
post_id31,913,599
authorteamsteem
permlinkre-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t154651623z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "links": ["http://mysteemitfriends.online/upvotelist.php?voter=teamsteem&amp;author=teamsteem&amp;date=2016-07-04&amp;toDate=2018-02-11", "https://steemwhales.com/trending/?d=30"], "tags": ["utopian-io"]}"
created2018-02-11 15:46:48
last_update2018-02-11 15:46:48
depth1
children5
net_rshares101,780,665,405
last_payout2018-02-18 15:46:48
cashout_time1969-12-31 23:59:59
total_payout_value0.686 SBD
curator_payout_value0.068 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length466
author_reputation284,009,804,791,421
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@gold84 ·
$0.09
@teamsteem this is a great app from @magicmonk ! I was checking on steemwhales and it was not updated for 2 months or more.

Great to see this app having this great statistics!

Regards, @gold84
👍  
properties (23)
post_id31,938,435
authorgold84
permlinkre-teamsteem-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t181721845z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["teamsteem", "magicmonk", "gold84"], "tags": ["utopian-io"]}"
created2018-02-11 18:17:21
last_update2018-02-11 18:17:21
depth2
children1
net_rshares12,665,289,876
last_payout2018-02-18 18:17:21
cashout_time1969-12-31 23:59:59
total_payout_value0.068 SBD
curator_payout_value0.021 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length194
author_reputation20,892,961,308,540
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@magicmonk ·
thank you gold84!!
properties (22)
post_id31,978,919
authormagicmonk
permlinkre-gold84-re-teamsteem-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t223824122z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-11 22:38:24
last_update2018-02-11 22:38:24
depth3
children0
net_rshares0
last_payout2018-02-18 22:38:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length18
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@magicmonk ·
Hi @teamsteem. I'll definitely look into that. Thanks for the great ideas.
properties (22)
post_id31,978,088
authormagicmonk
permlinkre-teamsteem-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t223206711z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["teamsteem"], "tags": ["utopian-io"]}"
created2018-02-11 22:32:06
last_update2018-02-11 22:32:06
depth2
children0
net_rshares0
last_payout2018-02-18 22:32:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length74
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@justyy ·
$0.42
Big congratulates to @magicmonk for bringing this nice tool.  
@teamsteem   yes, I agree, something similar like this daily report  https://steemit.com/stats/@dailystats/daily-top-30-authors-payout-in-the-last-7-and-30-days-2018-02-12
👍  
properties (23)
post_id32,086,106
authorjustyy
permlinkre-teamsteem-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180212t100709307z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["magicmonk", "teamsteem"], "links": ["https://steemit.com/stats/@dailystats/daily-top-30-authors-payout-in-the-last-7-and-30-days-2018-02-12"], "tags": ["utopian-io"]}"
created2018-02-12 10:07:09
last_update2018-02-12 10:07:09
depth2
children1
net_rshares56,993,804,445
last_payout2018-02-19 10:07:09
cashout_time1969-12-31 23:59:59
total_payout_value0.336 SBD
curator_payout_value0.080 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length234
author_reputation2,068,023,909,501,151
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@magicmonk ·
thanks for your nice comment @justyy, it means a lot!
properties (22)
post_id32,090,524
authormagicmonk
permlinkre-justyy-re-teamsteem-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180212t103241677z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["justyy"], "tags": ["utopian-io"]}"
created2018-02-12 10:32:42
last_update2018-02-12 10:32:42
depth3
children0
net_rshares0
last_payout2018-02-19 10:32:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length53
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@vladimir-simovic ·
$0.48
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 (23)
post_id31,915,209
authorvladimir-simovic
permlinkre-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t155706010z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2018-02-11 15:57:06
last_update2018-02-11 15:57:06
depth1
children1
net_rshares64,381,890,207
last_payout2018-02-18 15:57:06
cashout_time1969-12-31 23:59:59
total_payout_value0.360 SBD
curator_payout_value0.115 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length172
author_reputation56,522,611,888,290
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@magicmonk ·
thank  you very much vladimir!!
properties (22)
post_id31,976,894
authormagicmonk
permlinkre-vladimir-simovic-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t222314978z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-11 22:23:15
last_update2018-02-11 22:23:15
depth2
children0
net_rshares0
last_payout2018-02-18 22:23:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length31
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@gold84 ·
$0.13
@magicmonk great app and thanks for the follow up and additions to it! Thanks to your app, I realized I am 2231 at the ranking. Something I could not figure out on steemwhales because it was outdated!

Regards, @gold84
👍  
properties (23)
post_id31,938,868
authorgold84
permlinkre-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t181948760z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["magicmonk", "gold84"], "tags": ["utopian-io"]}"
created2018-02-11 18:19:48
last_update2018-02-11 18:19:48
depth1
children4
net_rshares17,942,493,992
last_payout2018-02-18 18:19:48
cashout_time1969-12-31 23:59:59
total_payout_value0.098 SBD
curator_payout_value0.030 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length218
author_reputation20,892,961,308,540
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@magicmonk · (edited)
$0.06
very impressive gold84!!
👍  
properties (23)
post_id31,976,776
authormagicmonk
permlinkre-gold84-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180211t222225378z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2018-02-11 22:22:27
last_update2018-02-11 22:22:36
depth2
children3
net_rshares9,005,573,734
last_payout2018-02-18 22:22:27
cashout_time1969-12-31 23:59:59
total_payout_value0.050 SBD
curator_payout_value0.012 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length24
author_reputation263,026,799,189,538
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@gold84 ·
$0.09
@magicmonk your app is amazing. I will be featuring it on Chapter 10 I will post soon of the full Steemit Guide I am creating for minnows, new users on Steemit and new visitors, to understand Steemit and the Steem Blockchain as much as possible and as fast as possible.

By the way, here is Chapter 9 I posted recently. Your thoughts are very well received!

**Chapter 9 of 11: The Art of Giving Value - Learning from Experts of Specific Topics on Steemit**
https://steemit.com/steemit/@gold84/chapter-9-of-11-the-art-of-giving-value-learning-from-experts-of-specific-topics-on-steemit-this-is-part-9-of-11-chapters-full

Regards, @gold84
👍  
properties (23)
post_id31,991,042
authorgold84
permlinkre-magicmonk-re-gold84-re-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180212t000603620z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["magicmonk", "gold84"], "links": ["https://steemit.com/steemit/@gold84/chapter-9-of-11-the-art-of-giving-value-learning-from-experts-of-specific-topics-on-steemit-this-is-part-9-of-11-chapters-full"], "tags": ["utopian-io"]}"
created2018-02-12 00:06:03
last_update2018-02-12 00:06:03
depth3
children2
net_rshares12,665,289,876
last_payout2018-02-19 00:06:03
cashout_time1969-12-31 23:59:59
total_payout_value0.068 SBD
curator_payout_value0.021 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length638
author_reputation20,892,961,308,540
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@utopian-io ·
$0.55
### Hey @magicmonk I am @utopian-io. I have just upvoted you!
#### Achievements
- Seems like you contribute quite often. AMAZING!
#### 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)
post_id32,084,565
authorutopian-io
permlinkre-magicmonk-my-steemit-friends-update-estimated-account-value-ranking-integrated-into-website-20180212t095818496z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2018-02-12 09:58:18
last_update2018-02-12 09:58:18
depth1
children0
net_rshares74,936,298,437
last_payout2018-02-19 09:58:18
cashout_time1969-12-31 23:59:59
total_payout_value0.489 SBD
curator_payout_value0.059 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,007
author_reputation152,913,012,544,965
root_title"My Steemit Friends Update: Estimated Account Value Ranking integrated into website."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)