create account

[Utopian Dev] Add Wallet's Claim Rewards by eastmael

View this thread on: hive.blogpeakd.comecency.com
· @eastmael · (edited)
$191.95
[Utopian Dev] Add Wallet's Claim Rewards
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962712/sbhxu5yxzm8zmiiyanqy.png)

This is another installment for porting the busy wallet to Utopian.

### New Feature
* Wallet Claim Rewards
![](https://user-images.githubusercontent.com/29425738/35868169-bf247cfa-0b96-11e8-9c1e-1de9793cb270.gif)

* ![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962144/qmkc1qqsyeuz8zbvwa72.png)
* ![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962175/mssvin6pfgd7deou7uoe.png)

Added `updateAuthUser` action and reducer that gets the user account to update the `ClaimRewardsBlock` once the user clicks on the `Claim rewards` button.

* ![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962792/c0xq5mwkzpoyyembifg2.png)

Added the `ClaimRewardsBlock` on the right side bar.

* ![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962861/lhmuleaatxmqimrmsy6q.png)

Modified the `sc2` (Steem Connect v2) to support broadcast with callback. Added the `claimRewardBalance()` sc2 method.

In busy's latest codes from `master`, they used an updated version of `sc2-sdk` (v1.0.1). I had to decide whether to switch to that latest version or retain the current sc2-sdk that Utopian uses (v.0.0.5). 

![](https://steemitimages.com/DQmU4suLw429UMw1Lo9YyDEUVKVUPK9m5r31kVCqUGDsT2p/image.png)

I decided to go with the latter and ported the codes from **v1.0.1** to Utopian's local copy `sc2.js`.

* Added the callback (`cb`) parameter to the `broadcast` function.

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

* Added the `claimRewardBalance()` function.

```javascript
function claimRewardBalance(account, rewardSteem, rewardSbd, rewardVests, cb) {
  var params = {
    account: account,
    reward_steem: rewardSteem,
    reward_sbd: rewardSbd,
    reward_vests: rewardVests
  };
  return broadcast([['claim_reward_balance', params]], cb);
};
```


***

```
Original source code licensed under MIT License. Copyright Busy.
```

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@eastmael/utopian-dev-add-wallet-s-claim-rewards">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 25 others
properties (23)
authoreastmael
permlinkutopian-dev-add-wallet-s-claim-rewards
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":104593314,"name":"utopian.io","full_name":"utopian-io/utopian.io","html_url":"https://github.com/utopian-io/utopian.io","fork":false,"owner":{"login":"utopian-io"}},"pullRequests":[{"url":"https://api.github.com/repos/utopian-io/utopian.io/pulls/309","id":167448467,"html_url":"https://github.com/utopian-io/utopian.io/pull/309","diff_url":"https://github.com/utopian-io/utopian.io/pull/309.diff","patch_url":"https://github.com/utopian-io/utopian.io/pull/309.patch","issue_url":"https://api.github.com/repos/utopian-io/utopian.io/issues/309","number":309,"state":"closed","locked":false,"title":"Feature/add wallet claim rewards","user":{"login":"eastmaels","id":29425738,"avatar_url":"https://avatars3.githubusercontent.com/u/29425738?v=4","gravatar_id":"","url":"https://api.github.com/users/eastmaels","html_url":"https://github.com/eastmaels","followers_url":"https://api.github.com/users/eastmaels/followers","following_url":"https://api.github.com/users/eastmaels/following{/other_user}","gists_url":"https://api.github.com/users/eastmaels/gists{/gist_id}","starred_url":"https://api.github.com/users/eastmaels/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eastmaels/subscriptions","organizations_url":"https://api.github.com/users/eastmaels/orgs","repos_url":"https://api.github.com/users/eastmaels/repos","events_url":"https://api.github.com/users/eastmaels/events{/privacy}","received_events_url":"https://api.github.com/users/eastmaels/received_events","type":"User","site_admin":false},"body":"![claim-rewards 1](https://user-images.githubusercontent.com/29425738/35868169-bf247cfa-0b96-11e8-9c1e-1de9793cb270.gif)\r\n\r\nMay have conflict when merging with PR #307 ","created_at":"2018-02-06T15:38:48Z","updated_at":"2018-02-06T19:49:26Z","closed_at":"2018-02-06T19:49:25Z","merged_at":"2018-02-06T19:49:25Z","merge_commit_sha":"480bcb3d08925034dfb9942cca10224811fc70b0","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"milestone":null,"commits_url":"https://api.github.com/repos/utopian-io/utopian.io/pulls/309/commits","review_comments_url":"https://api.github.com/repos/utopian-io/utopian.io/pulls/309/comments","review_comment_url":"https://api.github.com/repos/utopian-io/utopian.io/pulls/comments{/number}","comments_url":"https://api.github.com/repos/utopian-io/utopian.io/issues/309/comments","statuses_url":"https://api.github.com/repos/utopian-io/utopian.io/statuses/10fcca88c96dfa24269d910b89aa02cbbc0aeb0d","head":{"label":"eastmaels:feature/add-wallet-claim-rewards","ref":"feature/add-wallet-claim-rewards","sha":"10fcca88c96dfa24269d910b89aa02cbbc0aeb0d","user":{"login":"eastmaels","id":29425738,"avatar_url":"https://avatars3.githubusercontent.com/u/29425738?v=4","gravatar_id":"","url":"https://api.github.com/users/eastmaels","html_url":"https://github.com/eastmaels","followers_url":"https://api.github.com/users/eastmaels/followers","following_url":"https://api.github.com/users/eastmaels/following{/other_user}","gists_url":"https://api.github.com/users/eastmaels/gists{/gist_id}","starred_url":"https://api.github.com/users/eastmaels/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eastmaels/subscriptions","organizations_url":"https://api.github.com/users/eastmaels/orgs","repos_url":"https://api.github.com/users/eastmaels/repos","events_url":"https://api.github.com/users/eastmaels/events{/privacy}","received_events_url":"https://api.github.com/users/eastmaels/received_events","type":"User","site_admin":false},"repo":{"id":107876778,"name":"utopian.io","full_name":"eastmaels/utopian.io","owner":{"login":"eastmaels","id":29425738,"avatar_url":"https://avatars3.githubusercontent.com/u/29425738?v=4","gravatar_id":"","url":"https://api.github.com/users/eastmaels","html_url":"https://github.com/eastmaels","followers_url":"https://api.github.com/users/eastmaels/followers","following_url":"https://api.github.com/users/eastmaels/following{/other_user}","gists_url":"https://api.github.com/users/eastmaels/gists{/gist_id}","starred_url":"https://api.github.com/users/eastmaels/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eastmaels/subscriptions","organizations_url":"https://api.github.com/users/eastmaels/orgs","repos_url":"https://api.github.com/users/eastmaels/repos","events_url":"https://api.github.com/users/eastmaels/events{/privacy}","received_events_url":"https://api.github.com/users/eastmaels/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/eastmaels/utopian.io","description":"Utopian.io React Frontend","fork":true,"url":"https://api.github.com/repos/eastmaels/utopian.io","forks_url":"https://api.github.com/repos/eastmaels/utopian.io/forks","keys_url":"https://api.github.com/repos/eastmaels/utopian.io/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eastmaels/utopian.io/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eastmaels/utopian.io/teams","hooks_url":"https://api.github.com/repos/eastmaels/utopian.io/hooks","issue_events_url":"https://api.github.com/repos/eastmaels/utopian.io/issues/events{/number}","events_url":"https://api.github.com/repos/eastmaels/utopian.io/events","assignees_url":"https://api.github.com/repos/eastmaels/utopian.io/assignees{/user}","branches_url":"https://api.github.com/repos/eastmaels/utopian.io/branches{/branch}","tags_url":"https://api.github.com/repos/eastmaels/utopian.io/tags","blobs_url":"https://api.github.com/repos/eastmaels/utopian.io/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eastmaels/utopian.io/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eastmaels/utopian.io/git/refs{/sha}","trees_url":"https://api.github.com/repos/eastmaels/utopian.io/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eastmaels/utopian.io/statuses/{sha}","languages_url":"https://api.github.com/repos/eastmaels/utopian.io/languages","stargazers_url":"https://api.github.com/repos/eastmaels/utopian.io/stargazers","contributors_url":"https://api.github.com/repos/eastmaels/utopian.io/contributors","subscribers_url":"https://api.github.com/repos/eastmaels/utopian.io/subscribers","subscription_url":"https://api.github.com/repos/eastmaels/utopian.io/subscription","commits_url":"https://api.github.com/repos/eastmaels/utopian.io/commits{/sha}","git_commits_url":"https://api.github.com/repos/eastmaels/utopian.io/git/commits{/sha}","comments_url":"https://api.github.com/repos/eastmaels/utopian.io/comments{/number}","issue_comment_url":"https://api.github.com/repos/eastmaels/utopian.io/issues/comments{/number}","contents_url":"https://api.github.com/repos/eastmaels/utopian.io/contents/{+path}","compare_url":"https://api.github.com/repos/eastmaels/utopian.io/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eastmaels/utopian.io/merges","archive_url":"https://api.github.com/repos/eastmaels/utopian.io/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eastmaels/utopian.io/downloads","issues_url":"https://api.github.com/repos/eastmaels/utopian.io/issues{/number}","pulls_url":"https://api.github.com/repos/eastmaels/utopian.io/pulls{/number}","milestones_url":"https://api.github.com/repos/eastmaels/utopian.io/milestones{/number}","notifications_url":"https://api.github.com/repos/eastmaels/utopian.io/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eastmaels/utopian.io/labels{/name}","releases_url":"https://api.github.com/repos/eastmaels/utopian.io/releases{/id}","deployments_url":"https://api.github.com/repos/eastmaels/utopian.io/deployments","created_at":"2017-10-22T15:10:54Z","updated_at":"2017-10-30T22:50:45Z","pushed_at":"2018-02-06T14:31:27Z","git_url":"git://github.com/eastmaels/utopian.io.git","ssh_url":"git@github.com:eastmaels/utopian.io.git","clone_url":"https://github.com/eastmaels/utopian.io.git","svn_url":"https://github.com/eastmaels/utopian.io","homepage":null,"size":61243,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"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":{"key":"gpl-3.0","name":"GNU General Public License v3.0","spdx_id":"GPL-3.0","url":"https://api.github.com/licenses/gpl-3.0"},"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"utopian-io:develop","ref":"develop","sha":"ff60cd2abb5555dd6619aefd9de40e560302d14e","user":{"login":"utopian-io","id":18612062,"avatar_url":"https://avatars2.githubusercontent.com/u/18612062?v=4","gravatar_id":"","url":"https://api.github.com/users/utopian-io","html_url":"https://github.com/utopian-io","followers_url":"https://api.github.com/users/utopian-io/followers","following_url":"https://api.github.com/users/utopian-io/following{/other_user}","gists_url":"https://api.github.com/users/utopian-io/gists{/gist_id}","starred_url":"https://api.github.com/users/utopian-io/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/utopian-io/subscriptions","organizations_url":"https://api.github.com/users/utopian-io/orgs","repos_url":"https://api.github.com/users/utopian-io/repos","events_url":"https://api.github.com/users/utopian-io/events{/privacy}","received_events_url":"https://api.github.com/users/utopian-io/received_events","type":"Organization","site_admin":false},"repo":{"id":104593314,"name":"utopian.io","full_name":"utopian-io/utopian.io","owner":{"login":"utopian-io","id":18612062,"avatar_url":"https://avatars2.githubusercontent.com/u/18612062?v=4","gravatar_id":"","url":"https://api.github.com/users/utopian-io","html_url":"https://github.com/utopian-io","followers_url":"https://api.github.com/users/utopian-io/followers","following_url":"https://api.github.com/users/utopian-io/following{/other_user}","gists_url":"https://api.github.com/users/utopian-io/gists{/gist_id}","starred_url":"https://api.github.com/users/utopian-io/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/utopian-io/subscriptions","organizations_url":"https://api.github.com/users/utopian-io/orgs","repos_url":"https://api.github.com/users/utopian-io/repos","events_url":"https://api.github.com/users/utopian-io/events{/privacy}","received_events_url":"https://api.github.com/users/utopian-io/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/utopian-io/utopian.io","description":"Utopian.io Frontend - Utopian wants to reward open-source contributors!","fork":false,"url":"https://api.github.com/repos/utopian-io/utopian.io","forks_url":"https://api.github.com/repos/utopian-io/utopian.io/forks","keys_url":"https://api.github.com/repos/utopian-io/utopian.io/keys{/key_id}","collaborators_url":"https://api.github.com/repos/utopian-io/utopian.io/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/utopian-io/utopian.io/teams","hooks_url":"https://api.github.com/repos/utopian-io/utopian.io/hooks","issue_events_url":"https://api.github.com/repos/utopian-io/utopian.io/issues/events{/number}","events_url":"https://api.github.com/repos/utopian-io/utopian.io/events","assignees_url":"https://api.github.com/repos/utopian-io/utopian.io/assignees{/user}","branches_url":"https://api.github.com/repos/utopian-io/utopian.io/branches{/branch}","tags_url":"https://api.github.com/repos/utopian-io/utopian.io/tags","blobs_url":"https://api.github.com/repos/utopian-io/utopian.io/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/utopian-io/utopian.io/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/utopian-io/utopian.io/git/refs{/sha}","trees_url":"https://api.github.com/repos/utopian-io/utopian.io/git/trees{/sha}","statuses_url":"https://api.github.com/repos/utopian-io/utopian.io/statuses/{sha}","languages_url":"https://api.github.com/repos/utopian-io/utopian.io/languages","stargazers_url":"https://api.github.com/repos/utopian-io/utopian.io/stargazers","contributors_url":"https://api.github.com/repos/utopian-io/utopian.io/contributors","subscribers_url":"https://api.github.com/repos/utopian-io/utopian.io/subscribers","subscription_url":"https://api.github.com/repos/utopian-io/utopian.io/subscription","commits_url":"https://api.github.com/repos/utopian-io/utopian.io/commits{/sha}","git_commits_url":"https://api.github.com/repos/utopian-io/utopian.io/git/commits{/sha}","comments_url":"https://api.github.com/repos/utopian-io/utopian.io/comments{/number}","issue_comment_url":"https://api.github.com/repos/utopian-io/utopian.io/issues/comments{/number}","contents_url":"https://api.github.com/repos/utopian-io/utopian.io/contents/{+path}","compare_url":"https://api.github.com/repos/utopian-io/utopian.io/compare/{base}...{head}","merges_url":"https://api.github.com/repos/utopian-io/utopian.io/merges","archive_url":"https://api.github.com/repos/utopian-io/utopian.io/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/utopian-io/utopian.io/downloads","issues_url":"https://api.github.com/repos/utopian-io/utopian.io/issues{/number}","pulls_url":"https://api.github.com/repos/utopian-io/utopian.io/pulls{/number}","milestones_url":"https://api.github.com/repos/utopian-io/utopian.io/milestones{/number}","notifications_url":"https://api.github.com/repos/utopian-io/utopian.io/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/utopian-io/utopian.io/labels{/name}","releases_url":"https://api.github.com/repos/utopian-io/utopian.io/releases{/id}","deployments_url":"https://api.github.com/repos/utopian-io/utopian.io/deployments","created_at":"2017-09-23T19:24:57Z","updated_at":"2018-02-02T19:54:44Z","pushed_at":"2018-02-06T19:49:26Z","git_url":"git://github.com/utopian-io/utopian.io.git","ssh_url":"git@github.com:utopian-io/utopian.io.git","clone_url":"https://github.com/utopian-io/utopian.io.git","svn_url":"https://github.com/utopian-io/utopian.io","homepage":"https://utopian.io/","size":61253,"stargazers_count":60,"watchers_count":60,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":61,"mirror_url":null,"archived":false,"open_issues_count":137,"license":{"key":"other","name":"Other","spdx_id":null,"url":null},"forks":61,"open_issues":137,"watchers":60,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/utopian-io/utopian.io/pulls/309"},"html":{"href":"https://github.com/utopian-io/utopian.io/pull/309"},"issue":{"href":"https://api.github.com/repos/utopian-io/utopian.io/issues/309"},"comments":{"href":"https://api.github.com/repos/utopian-io/utopian.io/issues/309/comments"},"review_comments":{"href":"https://api.github.com/repos/utopian-io/utopian.io/pulls/309/comments"},"review_comment":{"href":"https://api.github.com/repos/utopian-io/utopian.io/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/utopian-io/utopian.io/pulls/309/commits"},"statuses":{"href":"https://api.github.com/repos/utopian-io/utopian.io/statuses/10fcca88c96dfa24269d910b89aa02cbbc0aeb0d"}},"author_association":"CONTRIBUTOR"}],"platform":"github","type":"development","tags":["utopian-io","steemdev","development","contribution","wallet"],"links":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962712/sbhxu5yxzm8zmiiyanqy.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962144/qmkc1qqsyeuz8zbvwa72.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962175/mssvin6pfgd7deou7uoe.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962792/c0xq5mwkzpoyyembifg2.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962861/lhmuleaatxmqimrmsy6q.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517963641/bv1vnhradz6tyw8yffat.png"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962712/sbhxu5yxzm8zmiiyanqy.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962144/qmkc1qqsyeuz8zbvwa72.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962175/mssvin6pfgd7deou7uoe.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962792/c0xq5mwkzpoyyembifg2.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517962861/lhmuleaatxmqimrmsy6q.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1517963641/bv1vnhradz6tyw8yffat.png"],"moderator":{"account":"helo","time":"2018-02-07T01:15:39.891Z","reviewed":true,"pending":false,"flagged":false}}"
created2018-02-07 00:42:36
last_update2018-02-07 01:15:39
depth0
children11
last_payout2018-02-14 00:42:36
cashout_time1969-12-31 23:59:59
total_payout_value133.988 HBD
curator_payout_value57.966 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,230
author_reputation78,967,407,130,763
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,531,340
net_rshares34,988,259,101,870
author_curate_reward""
vote details (89)
@cinefilo ·
$0.04
Interesting
👍  
properties (23)
authorcinefilo
permlinkre-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t011836443z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 00:45:15
last_update2018-02-07 00:45:15
depth1
children1
last_payout2018-02-14 00:45:15
cashout_time1969-12-31 23:59:59
total_payout_value0.034 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation1,156,634,738,592
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,531,764
net_rshares6,730,401,846
author_curate_reward""
vote details (1)
@eastmael ·
Thank you.
properties (22)
authoreastmael
permlinkre-cinefilo-re-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t022052387z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 02:20:54
last_update2018-02-07 02:20:54
depth2
children0
last_payout2018-02-14 02:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation78,967,407,130,763
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,547,777
net_rshares0
@helo ·
$1.94
Thank you for the contribution. It has been approved.

Great post, clean code.  Good use of animated gif.
Keep it up!

You can contact us on [Discord](https://discord.gg/uTyJkNm).
**[[utopian-moderator]](https://utopian.io/moderators)**
👍  ,
properties (23)
authorhelo
permlinkre-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t011613507z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-07 01:16:15
last_update2018-02-07 01:16:15
depth1
children2
last_payout2018-02-14 01:16:15
cashout_time1969-12-31 23:59:59
total_payout_value1.510 HBD
curator_payout_value0.434 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length236
author_reputation121,547,934,535,311
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,536,840
net_rshares287,694,439,036
author_curate_reward""
vote details (2)
@eastmael ·
Thank you.
properties (22)
authoreastmael
permlinkre-helo-re-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t013805029z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 01:38:09
last_update2018-02-07 01:38:09
depth2
children0
last_payout2018-02-14 01:38: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_length10
author_reputation78,967,407,130,763
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,540,522
net_rshares0
@utopian.tip ·
Hey @helo, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
properties (22)
authorutopian.tip
permlinkre-re-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t011613507z-20180207t162839
categoryutopian-io
json_metadata""
created2018-02-07 16:28:39
last_update2018-02-07 16:28:39
depth2
children0
last_payout2018-02-14 16:28: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_length154
author_reputation238,310,597,885
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,699,233
net_rshares0
@jhonysins ·
Nice post.I respect you very much because you contribute to steemit.I will do activities like you.I would like to extend the steemit
👎  
properties (23)
authorjhonysins
permlinkre-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t004302420z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 00:43:06
last_update2018-02-07 00:43:06
depth1
children0
last_payout2018-02-14 00:43: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_length132
author_reputation479,437,241,437
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,531,417
net_rshares-35,895,476,512
author_curate_reward""
vote details (1)
@ttenaj2018 ·
$0.23
Thanks for sharing... 

You've been very supportive to others...

Salamat.
👍  
properties (23)
authorttenaj2018
permlinkre-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t005135231z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 00:51:39
last_update2018-02-07 00:51:39
depth1
children1
last_payout2018-02-14 00:51:39
cashout_time1969-12-31 23:59:59
total_payout_value0.174 HBD
curator_payout_value0.054 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation141,684,306,303
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,532,794
net_rshares34,150,557,515
author_curate_reward""
vote details (1)
@eastmael ·
Thank you. Just giving back what I received.
👍  
properties (23)
authoreastmael
permlinkre-ttenaj2018-re-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t020924002z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-07 02:09:27
last_update2018-02-07 02:09:27
depth2
children0
last_payout2018-02-14 02:09: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_length44
author_reputation78,967,407,130,763
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,545,857
net_rshares583,639,579
author_curate_reward""
vote details (1)
@utopian-io ·
$0.25
### Hey @eastmael I am @utopian-io. I have just upvoted you!
#### Achievements
- WOW WOW WOW People loved what you did here. GREAT JOB!
- 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)
authorutopian-io
permlinkre-eastmael-utopian-dev-add-wallet-s-claim-rewards-20180207t232215524z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-07 23:22:15
last_update2018-02-07 23:22:15
depth1
children0
last_payout2018-02-14 23:22:15
cashout_time1969-12-31 23:59:59
total_payout_value0.186 HBD
curator_payout_value0.062 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,063
author_reputation152,955,367,999,756
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,772,804
net_rshares37,112,885,583
author_curate_reward""
vote details (1)
@yusryadi ·
$0.06
I like your post
👍  ,
properties (23)
authoryusryadi
permlinkre-eastmael-2018212t32339846z
categoryutopian-io
json_metadata{"tags":["utopian-io","steemdev","development","contribution","wallet"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-02-11 20:23:42
last_update2018-02-11 20:23:42
depth1
children1
last_payout2018-02-18 20:23:42
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation3,170,940,453
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,751,286
net_rshares9,403,309,874
author_curate_reward""
vote details (2)
@eastmael ·
Thank you.
👍  
properties (23)
authoreastmael
permlinkre-yusryadi-re-eastmael-2018212t32339846z-20180212t000633397z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-12 00:06:30
last_update2018-02-12 00:06:30
depth2
children0
last_payout2018-02-19 00:06: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_length10
author_reputation78,967,407,130,763
root_title"[Utopian Dev] Add Wallet's Claim Rewards"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,788,152
net_rshares365,189,171
author_curate_reward""
vote details (1)