## 0. Introduction <hr> Benefactor Rewards was introduced in [hardfork18](https://github.com/steemit/steem/issues/773). It splits a part of the authors rewards to a list of beneficiaries. Regardless of the author's reward setting, benefactors received the rewards in 100% steem power (SP). It was able to help and support developers to continue their steem-based application projects (Dapps). Once [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20) is implemented on Tuesday, September 25, at 11:00am EST., benefactors will receive both steem power (SP) and liquid steem. It will be helpful for project owners and developer to sustain and maintain their projects. **Why do this analysis?** In this analysis, I want to explore the benefactor reward trends and distribution before the full implementation of [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20). In addition, I will find out “proof of growth” of the steem blockchain by looking into the number of projects being reward through benefactor reward system. #### Github Repository: [steemit/steem](https://github.com/steemit/steem) ## 1. Aim of the Analysis <hr> The goal of the analysis is to: 1. Analyze the monthly benefactor rewards trend between April 2017 and July 2018; 2. Perform a comparative analysis between the first 8 months and the last 8 months of benefactor rewards; and, 3. Find out the most number of engagement and rewards among the beneficiaries. ## 2. Methodology ( Tools and Query) <hr> I use [steemSQL wrapper](https://sql.steemhelpers.com/) to find out the data columns inside the **VOCommentBenefactorRewards** table from [steemSQL](www.steemsql.com). Having no experience with the **VOCommentBenefactorRewards** table, I initialize a query to look into data contents in each columns. > <code>SELECT * FROM VOCommentBenefactorRewards(NOLOCK) WHERE VOCommentBenefactorRewards.timestamp >= '2018/07/01' AND VOCommentBenefactorRewards.timestamp < '2018/08/01'</code> <br>After observing the raw data, I found out that the reward is an **varchar** data type. This could not be used to create visuals and plots on benefactor reward trends. So, I created a new query which contains a convertion of **varchar** to **float** data type for the rewards. ><code>CONVERT(float,LEFT(VOCommentBenefactorRewards.reward,LEN(VOCommentBenefactorRewards.reward)-6))) AS [REWARD] </code> <br> A final query was used to tabulate the monthly distribution of benefactors, post count, and sum of rewards. The query is written below. > <code>SELECT YEAR(VOCommentBenefactorRewards.timestamp) AS [YEAR], MONTH(VOCommentBenefactorRewards.timestamp) AS [MONTH], COUNT(VOCommentBenefactorRewards.benefactor) AS [BENEFACTOR], COUNT(VOCommentBenefactorRewards.permlink) AS [POST], SUM(CONVERT(float,LEFT(VOCommentBenefactorRewards.reward,LEN(VOCommentBenefactorRewards.reward)-6))) AS [REWARD] FROM VOCommentBenefactorRewards(NOLOCK) WHERE VOCommentBenefactorRewards.timestamp >= '2017/04/01' AND VOCommentBenefactorRewards.timestamp < '2018/08/01' GROUP BY YEAR(VOCommentBenefactorRewards.timestamp), MONTH(VOCommentBenefactorRewards.timestamp)</code> <br>To retrieve all the benefactors with each corresponding post count and reward sum, another query was used : > <code>SELECT VOCommentBenefactorRewards.benefactor AS [BENEFACTOR], COUNT(VOCommentBenefactorRewards.permlink) AS [POST], SUM(CONVERT(float,LEFT(VOCommentBenefactorRewards.reward,LEN(VOCommentBenefactorRewards.reward)-6))) AS [REWARD] FROM VOCommentBenefactorRewards(NOLOCK) WHERE VOCommentBenefactorRewards.timestamp >= '2017/04/01' AND VOCommentBenefactorRewards.timestamp < '2018/08/01' GROUP BY VOCommentBenefactorRewards.benefactor</code> <br> After all the data were successfully gathered, visualization and plotting was done through Microsoft Excel. ## 3. Data Presentation and Analysis <hr> ### Rewards and User Engagement Shares of Benefactors<br> A total of 777,267,981 Vests was rewarded to 2,712 benefactors. [Dtube](https://d.tube/) received 34.16% of the rewards. It was followed by [utopian.pay](https://steemit.com/@utopian.pay) and [esteemapp](https://steemit.com/@esteemapp) with 15.49% and 11.06% share of the reward. Most rewarded beneficiaries are projects, Dapps and delegators in the platform. <center><sub>Figure 1: Rewards distribution among different beneficiaries </sub></center> Popular mobile apps (e.g. [esteemapp](https://steemit.com/@esteemapp) and [steepshot](https://steemit.com/@steepshot)) gain more shares in the reward because it is easily accessible through user's smartphone. Contribution based Dapps also landed on top of the most rewarded beneficiaries such as [utopian-io](https://steemit.com/@utopian-io) and [steemhunt](https://steemhunt.com/). Among delegators, @freedom received about 2.21% of the reward. Other delegators such as @misterdelegation and @ned (steemit founder) also received a fair share of the reward. <center><sub>Figure 2: Post count distribution among different beneficiaries </sub></center> In terms of user engagement, [esteemapp](https://steemit.com/@esteemapp) gain 41.21% share for being popularly used by users in steem blockchain. It was followed by [steepshot](https://steemit.com/@steepshot) with 7.53% usage. Popular Dapps such as [Dtube](https://d.tube/) and [Dmania](https://dmania.lol/) also receive a good share of user engagement. Short content platforms such as [esteemapp](https://steemit.com/@esteemapp), [steepshot](https://steemit.com/@steepshot), [zappl](https://steemit.com/@zappl) and [Dmania](https://dmania.lol/) are quite popular for most users in the platform. It has listed the most engagement among top beneficiaries. Photography related apps and project also popular among users such as [steepshot](https://steemit.com/@steepshot) and [bescouted.com](https://www.bescouted.com/). In addition, contribution and rewarding platforms such as utopian and [steemhunt](https://steemhunt.com/) is also popular. ### Benefactor Reward: Monthly Trends<br> <center></center><center><sub>Figure 3: Monthly number of beneficiaries receiving the rewards</sub></center> After benefactor rewards released in April 2017 ([hardfork18](https://github.com/steemit/steem/issues/773)), the number of benefactors was steadily increasing for the next 12 months. On average, there are 146,237 beneficiaries rewarded. A notable decline was observed from March 2018 until today. However, the number of beneficiaries in July is still above the 146,237 average. As stated earlier, majority of the beneficiaries are projects in steemit. The decline of beneficiaries may be attributed to projects that was already shutting down. In fact, [chainb](https://chainbb.com/) has announced shutdown 5 months ago. In reality, project owners and developers need to pay for the operating cost to maintain the project online including server fees. Withdrawing steem power (vests) needs at most 13 weeks to fully get the all withdrawn steem power (vest). In addition, [hardfork20]([hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)) is timely to correct the downtrend. Projects owners will be receiving **liquid steem** so that they can easily have funds to pay the operating cost. <center><br><sub>Figure 4: Monthly benefactor rewards generated</sub></center> On average, the monthly generated benefactor reward is 48,579,248.79 Vests. The highest generated benefactor reward was about 95,806,550.87 Vests. A notable decline only happen in May 2018. It recorded 62,494,712.42 Vests. However, the decline is still above the monthly average. Overall, the plot shows an increasing amount of rewards generated. From the current numbers, it is expected to steadily increase in the coming months. A boost is also predicted as [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20) is released. <center></sub></center><center><sub>Figure 4: Monthly post with beneficiaries (user engagement to projects) rewards generated</sub></center> The same with the other metrics. Post count shown a steady increased in the first 12 months. On average, there are 165,636.68 post per month. A steady decrease observed after March 2018. However, the number are still above the monthly average. In addition, the plot shows engagement of users to different projects in steemit. Each projects generates a good increasing numbers of engagement per month. It is projected to steadily increase for the coming months. However, we can not take for granted that there was a decrease in engagement. It may suggest lower retention of users into these projects. I am hoping the notable decrease in the engagement will be reverse by the implementation of [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20). [Hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20) have interesting updates that I believe to make the current numbers turn around. ### Looking for **"proof of growth"** From April to November 2017, a total of 145,606,905.2 Vests distributed to 554 beneficiaries. [Esteemapp](https://steemit.com/@esteemapp) received 25.26% of the rewards amounting to 36,787,416.08 vests. [Dtube](https://d.tube/) and [Chainbb](https://chainbb.com/) followed with 19.53% and 11.86% share of the reward. <center><sub>Figure 6: Rewards shared by benefactor between April to November 2017</sub></center> In the first 8 months, pioneer projects in steemit received big chuck of the reward. However, there are fewer projects as beneficiaries within the timestamp. We can also note that majority of the beneficiaries at this time are delegators and project owners e.g. @ned, @misterdelegation, @elear etc. On the other hand, from December 2017 to July 2018, [Dtube](https://d.tube/) gained the highest rewards at 37.53% share. It amounts to 23,7051,773.568934 Vests. The reward received by [Dtube](https://steemit.com/@dtube) increased by 644% from the earlier. [Esteemapp](https://steemit.com/@esteemapp) placed third among beneficiaries at 7.76% which amounts to 49,024,725.5949041 Vests. It ranks two step lower from the previous ranking. In terms of reward earned, [esteemapp](https://steemit.com/@esteemapp) gained 144% from December 2017 to July 2018 as compared to April 2017 to November 2017. <center><sub>Figure 7: Rewards shared by benefactor between December 2017 to July 2018</sub></center> We can acknowledge growth of majority of the Dapps. However, it is inevitable that there were no project that suffer lost in the platform. [Chainb](https://chainbb.com/) has the biggest lost among the Dapps in the platform. It ranks 39th on the received reward from it previous rank 3rd in rewards. Primarily, the drop is caused by its announcement of shutdown earlier this year. Its reward drops 224.74%. From December 2017 to July 2018, majority of the beneficiaries where projects in the platform. We can take note that the number of projects have tremendously increased over the last 8 months. As a proof, there were more projects ranked with more benefactor rewards received than the earlier 8 months of benefactor rewards distribution. Sadly, there are some platforms that was not able to continue. <center><br><sub>Figure 8: Comparison for selected **Dapps** rewards between different timestamp</sub></center> We can see a tremendous growth in rewards for the popular dapps. As we can observe from the plot, majority of the selected dapps received more rewards between December 2017 to July 2018 as compared to April 2017 to November 2017. For example, [dtube](https://d.tube/) earned over 644% rewards as compared to the earlier stage of benefactor reward system in the platform. <center><br><sub>Figure 8: Comparison for selected **Dapps** engagement between different timestamp</sub></center> Furthermore, we can observe more usage and engagement on dapps in the platform. For example, [esteemapp](https://steemit.com/@esteemapp) was widely used platform as it shares 35.53% of all post with beneficiaries. It is a good indication that dapps and other projects in the platform encourages user to engage more on the platform. Basically, majority of these projects rewards post and contribution. Overall, a positive "proof of growth" was identified from the increase in the rewards and engagements on different projects in steemit. There were platforms that have loss rewards and shutting down. However, there are more new projects coming in. Majority generates bigger benefactor rewards and engagement to these projects. As steemit moves forward with [hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20), I strongly believe it will turn around the decreasing trend in the lat 3 months. We can expect a better rewards for both the users and the benefactors as well. ## 4. Final Thoughts<hr> A total of 2,712 benefactors shares the benefactor reward pool amounting to 777,267,981 Vests. **Dapps** received majority of the benefactor rewards. [Dtube](https://steemit.com/@dtube), [utopian](https://steemit.com/@utopian.pay) and [esteemapp](https://steemit.com/@esteemapp) shares 60.71% of the total benefactor reward. In terms of engagement, short content platforms like [esteemapp](https://steemit.com/@esteemapp), [steepshot](https://steemit.com/@steepshot), [zappl](https://steemit.com/@zappl) and [Dmania](https://dmania.lol/) are popular with the users in the platform. It generates 64.87% of user postings with beneficiaries. A notable decline was observed in the last 3 months for both rewards and posting. However, in general, the plot suggest an increasing trend even with a decrease in the tail-end of the timestamp. We can expect a turn around of the last 3-months down trend by the time [hardfork20](https://[hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)) is implemented. As for the "proof of growth", I was able to point out that there was a steady growth of the platform. In comparison to the time where benefactor reward was first introduced in [hardfork18](https://github.com/steemit/steem/issues/773), we can take into account a big increase of both rewards and engagement generated through the dapps and projects in steemit. Lastly, [hardfork20](https://[hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)) will eventually raised the reward further which could also generate more engagement. The increasing trend observed today will eventually be sustained. #### Proof of Work: [juecoree/Steemit-Analysis](https://github.com/juecoree/Steemit-Analysis/tree/master)
author | juecoree | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | benefactor-rewards-status-before-hardfork20 | ||||||||||||
category | utopian-io | ||||||||||||
json_metadata | {"tags":["utopian-io","analysis","blockchainbi","busy","philippines"],"app":"steemit/0.1","users":["freedom","misterdelegation","ned","elear"],"image":["https://cdn.steemitimages.com/DQmNySv8iADvNQ56oZ5AKabf7C54FfYtX5mAe41yJpC4X1Q/image.png","https://cdn.steemitimages.com/DQmTLjjyPF7sRLQtabPj12RQmBqQGZt8FDGUfep44ZK7JJN/image.png","https://cdn.steemitimages.com/DQmPySD3WUrE14n9YurHtLRHcMGpdtZ3EMEtC8vT4XZYmdi/image.png","https://cdn.steemitimages.com/DQmeB2xFdQCBnGhwRhZcVzXqJfDwJcR2RtzYQk6ZtjBtLHW/image.png","https://cdn.steemitimages.com/DQmWX3UUUxTrv3NHMtLDFgzPdYZ8i5KtQ9fbTHDjiGpHHpi/image.png","https://cdn.steemitimages.com/DQmcKaz2gAcnKx6jHbFDxVARbwxvVZHFRg8Vyoz5sj7K89s/image.png","https://cdn.steemitimages.com/DQmVC16GgCAeBxATJuvdbxCEgwwML9nLH5GR3bRBVdaY1Nm/image.png","https://cdn.steemitimages.com/DQmbbybxnZA2vgERB8nTMaHHqJjK6EHSDrCUZLUtzeHhbL6/image.png","https://cdn.steemitimages.com/DQmaAisbGys8xhumD2BfPC8NHHewBzV2mmY4Gi2JfQwE4VU/image.png"],"links":["https://github.com/steemit/steem/issues/773","https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20","https://github.com/steemit/steem","https://sql.steemhelpers.com/","www.steemsql.com","https://d.tube/","https://steemit.com/@utopian.pay","https://steemit.com/@esteemapp","https://steemit.com/@steepshot","https://steemit.com/@utopian-io","https://steemhunt.com/","https://dmania.lol/","https://steemit.com/@zappl","https://www.bescouted.com/","https://chainbb.com/","[hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)","https://steemit.com/@dtube","https://[hardfork20](https://steemit.com/steem/@steemitblog/steem-velocity-hardfork-hardfork-20)","https://github.com/juecoree/Steemit-Analysis/tree/master"],"format":"markdown"} | ||||||||||||
created | 2018-08-22 15:22:42 | ||||||||||||
last_update | 2018-08-23 06:34:51 | ||||||||||||
depth | 0 | ||||||||||||
children | 9 | ||||||||||||
last_payout | 2018-08-29 15:22:42 | ||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||
total_payout_value | 29.127 HBD | ||||||||||||
curator_payout_value | 9.920 HBD | ||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||
promoted | 0.000 HBD | ||||||||||||
body_length | 15,612 | ||||||||||||
author_reputation | 183,725,276,504,013 | ||||||||||||
root_title | "Benefactor rewards status before Hardfork20" | ||||||||||||
beneficiaries |
| ||||||||||||
max_accepted_payout | 100,000.000 HBD | ||||||||||||
percent_hbd | 10,000 | ||||||||||||
post_id | 69,028,756 | ||||||||||||
net_rshares | 28,809,338,278,587 | ||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
azizbd | 0 | 20,127,266,937 | 20% | ||
pes7md | 0 | 164,647,179 | 7.5% | ||
itinerantph | 0 | 83,464,615 | 0.75% | ||
miniature-tiger | 0 | 54,256,443,849 | 50% | ||
indayharagwapa | 0 | 91,510,526 | 15% | ||
kennyroy | 0 | 660,158,512 | 3.75% | ||
jga | 0 | 2,818,113,900 | 8.5% | ||
minnowsupport | 0 | 71,221,009,979 | 1.2% | ||
bellatravelph | 0 | 123,162,058 | 3% | ||
sensation | 0 | 210,255,651 | 100% | ||
jamiz | 0 | 323,151,403 | 7.5% | ||
dwaeji-aizelle | 0 | 1,012,810,856 | 50% | ||
luigi-tecnologo | 0 | 1,131,715,695 | 4% | ||
doughtaker | 0 | 11,128,025,298 | 50% | ||
japh | 0 | 256,977,785 | 15% | ||
wandergirl | 0 | 314,133,601 | 7.5% | ||
leryam12 | 0 | 96,477,446 | 15% | ||
brokemancode | 0 | 190,038,106 | 7.5% | ||
jenesa | 0 | 460,634,453 | 7.5% | ||
chunnorris | 0 | 89,983,115 | 7.5% | ||
codygee237 | 0 | 190,031,010 | 7.5% | ||
leir | 0 | 3,452,393,606 | 100% | ||
jcpuzs1 | 0 | 157,632,903 | 15% | ||
pjmisa | 0 | 162,551,195 | 7.5% | ||
queenjventurer | 0 | 304,053,061 | 15% | ||
dopinthezone | 0 | 136,483,182 | 7.5% | ||
agentzero | 0 | 270,654,938 | 7.5% | ||
crokkon | 0 | 51,653,353,969 | 100% | ||
shaineloo | 0 | 89,798,933 | 15% | ||
marysent | 0 | 736,902,487 | 15% | ||
davealemana | 0 | 70,241,646 | 15% | ||
marygod | 0 | 91,544,718 | 15% | ||
aribalcristian | 0 | 174,834,262 | 15% | ||
mercy11 | 0 | 133,488,009 | 7.5% | ||
collennes | 0 | 66,929,395 | 15% | ||
tedzwhistle | 0 | 180,189,857 | 15% | ||
reyarobo | 0 | 320,654,244 | 7.5% | ||
steemph.cebu | 0 | 42,769,770,572 | 15% | ||
carpieeew | 0 | 63,785,855 | 7.5% | ||
robin-ho | 0 | 206,675,268 | 3% | ||
utopian-io | 0 | 28,211,677,996,399 | 40.99% | ||
shammi | 0 | 2,141,075,119 | 50% | ||
phoenixlady | 0 | 133,242,378 | 5% | ||
jaff8 | 0 | 105,683,354,484 | 100% | ||
sorenkierkegaard | 0 | 819,456,645 | 15% | ||
jepu | 0 | 295,570,735 | 10% | ||
ayasha | 0 | 7,528,585,173 | 80% | ||
wens | 0 | 1,451,792,527 | 10% | ||
xsasj | 0 | 511,966,837 | 8% | ||
junebride | 0 | 1,492,053,996 | 5% | ||
janicemars | 0 | 73,282,594 | 7.5% | ||
ameriza | 0 | 71,414,436 | 3% | ||
mvanyi | 0 | 1,767,972,523 | 100% | ||
micch | 0 | 348,556,832 | 7.5% | ||
namranna | 0 | 271,657,367 | 15% | ||
pizzanniza | 0 | 174,765,596 | 7.5% | ||
juecoree | 0 | 2,149,567,928 | 15% | ||
goalgetter | 0 | 67,111,784 | 15% | ||
nikkabomb | 0 | 152,544,841 | 15% | ||
cordeta | 0 | 264,915,901 | 7.5% | ||
cyyy1998 | 0 | 139,039,012 | 7.5% | ||
amosbastian | 0 | 42,219,953,715 | 57.83% | ||
glennamayjumaoas | 0 | 263,400,978 | 15% | ||
jonnahmatias1016 | 0 | 106,894,885 | 15% | ||
francesgardose | 0 | 172,884,158 | 15% | ||
shoganaii | 0 | 598,141,897 | 7.5% | ||
ja9garnett | 0 | 103,270,238 | 15% | ||
christianyocte | 0 | 85,251,854 | 1.5% | ||
maedian | 0 | 91,365,085 | 15% | ||
leslierevales | 0 | 70,096,620 | 7.5% | ||
christney | 0 | 65,963,194 | 7.5% | ||
honeyletsgo | 0 | 115,202,103 | 7.5% | ||
georgie84 | 0 | 127,015,216 | 7.5% | ||
mirnasahara | 0 | 69,698,901 | 15% | ||
davids-tales | 0 | 206,977,818 | 7.5% | ||
mrsexappeal | 0 | 437,771,530 | 50% | ||
jayparagat | 0 | 80,562,703 | 7.5% | ||
ligarayk | 0 | 465,999,803 | 15% | ||
ybanezscarlet | 0 | 91,497,225 | 15% | ||
luijii | 0 | 79,184,361 | 15% | ||
adeline24 | 0 | 90,176,692 | 7.5% | ||
raquelita | 0 | 107,288,012 | 15% | ||
gixxer0mike | 0 | 91,224,678 | 15% | ||
geeyang15 | 0 | 93,913,456 | 7.5% | ||
thian2817 | 0 | 65,861,746 | 7.5% | ||
janesmy081316 | 0 | 91,427,785 | 15% | ||
squares | 0 | 298,402,177 | 15% | ||
loydjayme25 | 0 | 63,625,785 | 7.5% | ||
thefairlady | 0 | 72,653,927 | 7.5% | ||
gohenry | 0 | 140,696,744 | 7.5% | ||
jbeguna04 | 0 | 240,244,300 | 1% | ||
starzy | 0 | 254,158,849 | 7.5% | ||
shelouveloso | 0 | 91,240,976 | 15% | ||
markaparre | 0 | 91,096,636 | 15% | ||
badzkie123 | 0 | 77,129,779 | 7.5% | ||
lenilyndelacruz | 0 | 91,155,258 | 15% | ||
invictuz | 0 | 62,602,346 | 7.5% | ||
dyann-ayy | 0 | 91,333,685 | 15% | ||
movement19 | 0 | 3,805,485,215 | 17% | ||
vanj | 0 | 75,097,120 | 7.5% | ||
aueeventures | 0 | 91,128,191 | 15% | ||
ronygen13 | 0 | 91,271,406 | 15% | ||
cy23 | 0 | 79,089,933 | 15% | ||
leebaong | 0 | 158,938,206 | 15% | ||
kul0tzzz | 0 | 66,995,799 | 15% | ||
iluvmycielo | 0 | 91,261,392 | 15% | ||
mbadayee | 0 | 373,867,657 | 7.5% | ||
thisisruby | 0 | 113,317,102 | 15% | ||
rasty.demecillo | 0 | 105,308,061 | 15% | ||
eudiee | 0 | 91,326,460 | 15% | ||
sawi | 0 | 185,094,180 | 7.5% | ||
queenriogoals | 0 | 91,146,389 | 15% | ||
icy-anne | 0 | 91,402,838 | 15% | ||
sissyjill | 0 | 112,150,951 | 7% | ||
kim24 | 0 | 67,474,733 | 15% | ||
itsmedavid | 0 | 91,332,309 | 15% | ||
morbyjohn | 0 | 177,300,413 | 7% | ||
reazuliqbal | 0 | 28,989,999,964 | 100% | ||
jonmylestan | 0 | 120,269,037 | 15% | ||
upvotedonator | 0 | 82,124,932 | 15% | ||
imesmypadasas | 0 | 91,112,100 | 15% | ||
chellelbaguio | 0 | 91,508,896 | 15% | ||
reewritesthings | 0 | 187,842,303 | 7.5% | ||
rhei86 | 0 | 76,379,486 | 15% | ||
jackobeat | 0 | 148,299,683 | 7.5% | ||
zaku | 0 | 45,952,938,631 | 6% | ||
rjrudillas14 | 0 | 66,951,543 | 15% | ||
zcool | 0 | 236,841,210 | 10% | ||
nanreycarlopez | 0 | 91,164,085 | 15% | ||
melsmacan | 0 | 102,981,891 | 15% | ||
johnrel | 0 | 73,183,409 | 7.5% | ||
neilrichmond | 0 | 66,919,454 | 15% | ||
animecollection | 0 | 67,015,846 | 15% | ||
statsexpert | 0 | 3,614,884,624 | 60% | ||
codebull | 0 | 1,215,695,389 | 100% | ||
aljunecastro | 0 | 104,661,869 | 7.5% | ||
mhossain | 0 | 2,911,820,445 | 100% | ||
sheikhsayem | 0 | 3,393,922,121 | 100% | ||
trufflepig | 0 | 15,959,625,508 | 34% | ||
steeman220 | 0 | 264,218,379 | 50% | ||
jriel | 0 | 66,575,506 | 7.5% | ||
joco0820 | 0 | 73,130,138 | 12% | ||
zedpal | 0 | 94,310,869 | 100% | ||
jembee | 0 | 176,267,639 | 7.5% | ||
blackelephant | 0 | 71,698,999 | 15% | ||
jason04 | 0 | 96,709,539 | 7.5% | ||
shookriya | 0 | 601,235,963 | 6.8% | ||
jemzem | 0 | 66,108,064 | 10% | ||
jomar07 | 0 | 115,993,964 | 12% | ||
krvin | 0 | 70,904,953 | 7.5% | ||
kyanzieuno | 0 | 91,485,955 | 7.5% | ||
mikeyurnero | 0 | 202,805,539 | 7.5% | ||
zam398 | 0 | 177,009,033 | 7.5% | ||
tanzil2020 | 0 | 179,269,303 | 50% | ||
grammarnazi | 0 | 112,615,334 | 50% | ||
mojacko | 0 | 72,176,589 | 7.5% | ||
oninkarapetyan | 0 | 497,552,118 | 100% | ||
remind-me | 0 | 84,552,101 | 100% | ||
engmi | 0 | 99,042,596 | 7.5% | ||
mindblast | 0 | 1,352,292,205 | 3% | ||
ecozoned | 0 | 91,677,325 | 15% | ||
snegovsergey2 | 0 | 61,067,270 | 10% | ||
cebuana | 0 | 82,500,093 | 12% | ||
ogsenti | 0 | 63,808,012 | 100% | ||
denkeicui | 0 | 70,149,865 | 15% | ||
iauns | 0 | 40,558,791,882 | 90% | ||
avengersayem | 0 | 576,129,601 | 100% | ||
boomtube | 0 | 609,730,502 | 100% | ||
avengersayem2 | 0 | 553,651,088 | 100% | ||
gamerbd | 0 | 555,698,561 | 100% | ||
etanuelch | 0 | 504,755,477 | 100% | ||
smarthash | 0 | 613,979,081 | 7.5% | ||
kaczynski | 0 | 52,015,967 | 100% |
.
author | crokkon |
---|---|
permlink | re-juecoree-benefactor-rewards-status-before-hardfork20-20180824t064730696z |
category | utopian-io |
json_metadata | "{"app": ""}" |
created | 2018-08-24 06:47:30 |
last_update | 2022-09-18 10:40:24 |
depth | 1 |
children | 2 |
last_payout | 2018-08-31 06:47:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.526 HBD |
curator_payout_value | 1.121 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 81,214,366,861,104 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,199,584 |
net_rshares | 3,163,994,563,036 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abh12345 | 0 | 44,054,745,434 | 8% | ||
espoem | 0 | 16,675,971,870 | 15% | ||
utopian-io | 0 | 3,095,660,295,646 | 4.45% | ||
josephace135 | 0 | 7,263,821,910 | 50% | ||
mops2e | 0 | 339,728,176 | 10% |
Thanks for the review, @crokkon! I agree it will generate additional insight if I had look into the individual dapps.
author | juecoree |
---|---|
permlink | re-crokkon-re-juecoree-benefactor-rewards-status-before-hardfork20-20180824t113944176z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["crokkon"],"links":["/@crokkon"],"image":[]} |
created | 2018-08-24 11:39:48 |
last_update | 2018-08-24 11:39:48 |
depth | 2 |
children | 0 |
last_payout | 2018-08-31 11:39:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 183,725,276,504,013 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,219,467 |
net_rshares | 17,424,570,873 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
crokkon | 0 | 17,424,570,873 | 25% |
Thank you for your review, @crokkon! So far this week you've reviewed 1 contributions. Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-juecoree-benefactor-rewards-status-before-hardfork20-20180824t064730696z-20180825t025009z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.42"}" |
created | 2018-08-25 02:50:09 |
last_update | 2018-08-25 02:50:09 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 02:50:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 152,955,367,999,756 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,283,835 |
net_rshares | 0 |
Resteemed your article. This article was resteemed because you are part of the New Steemians project. You can learn more about it here: https://steemit.com/introduceyourself/@gaman/new-steemians-project-launch
author | gaman |
---|---|
permlink | benefactor-rewards-status-before-hardfork20-gaman-08232018 |
category | utopian-io |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2018-08-23 15:20:12 |
last_update | 2018-08-23 15:20:12 |
depth | 1 |
children | 0 |
last_payout | 2018-08-30 15:20:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | -1,762,124,734,065 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,134,406 |
net_rshares | 0 |
You have a minor misspelling in the following sentence: <blockquote>Among delegators, @freedom recieved about 2.</blockquote> It should be <i>received</i> instead of <i>recieved</i>.
author | grammarnazi |
---|---|
permlink | re-juecoree-benefactor-rewards-status-before-hardfork20-20180822t152239630z |
category | utopian-io |
json_metadata | {"app":"steemit"} |
created | 2018-08-22 15:22:48 |
last_update | 2018-08-22 15:22:48 |
depth | 1 |
children | 0 |
last_payout | 2018-08-29 15:22:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 182 |
author_reputation | -144,064,903,190 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,028,760 |
net_rshares | 0 |
Cool
author | mikefrancis |
---|---|
permlink | re-juecoree-benefactor-rewards-status-before-hardfork20-20181202t091734019z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-12-02 09:17:36 |
last_update | 2018-12-02 09:17:36 |
depth | 1 |
children | 0 |
last_payout | 2018-12-09 09:17:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 256,807,704,771 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,234,582 |
net_rshares | 0 |
<p>Congratulations! This post has been upvoted from the communal account, @minnowsupport, by juecoree from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows. Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
author | minnowsupport |
---|---|
permlink | re-benefactor-rewards-status-before-hardfork20-20180822t154416z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.50"}" |
created | 2018-08-22 15:44:15 |
last_update | 2018-08-22 15:44:15 |
depth | 1 |
children | 0 |
last_payout | 2018-08-29 15:44:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,691 |
author_reputation | 148,902,805,319,183 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,030,745 |
net_rshares | 0 |
**Congratulations!** Your post has been selected as a daily Steemit truffle! It is listed on **rank 15** of all contributions awarded today. You can find the [TOP DAILY TRUFFLE PICKS HERE.](https://steemit.com/@trufflepig/daily-truffle-picks-2018-08-23) I upvoted your contribution because to my mind your post is at least **13 SBD** worth and should receive **146 votes**. It's now up to the lovely Steemit community to make this come true. I am `TrufflePig`, an Artificial Intelligence Bot that helps minnows and content curators using Machine Learning. If you are curious how I select content, [you can find an explanation here!](https://steemit.com/steemit/@trufflepig/weekly-truffle-updates-2018-33) Have a nice day and sincerely yours,  *`TrufflePig`*
author | trufflepig |
---|---|
permlink | re-benefactor-rewards-status-before-hardfork20-20180823t153857 |
category | utopian-io |
json_metadata | "" |
created | 2018-08-23 15:39:00 |
last_update | 2018-08-23 15:39:00 |
depth | 1 |
children | 0 |
last_payout | 2018-08-30 15:39:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 885 |
author_reputation | 21,266,577,867,113 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,136,144 |
net_rshares | 0 |
Hey @juecoree **Thanks for contributing on Utopian**. We’re already looking forward to your next contribution! **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-benefactor-rewards-status-before-hardfork20-20180824t065534z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.42"}" |
created | 2018-08-24 06:55:36 |
last_update | 2018-08-24 06:55:36 |
depth | 1 |
children | 0 |
last_payout | 2018-08-31 06:55:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 301 |
author_reputation | 152,955,367,999,756 |
root_title | "Benefactor rewards status before Hardfork20" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,200,147 |
net_rshares | 16,420,129,622 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
espoem | 0 | 16,080,401,446 | 15% | ||
mops2e | 0 | 339,728,176 | 10% |