 # Introducing to SteemVBS [SteemVBS](https://helloacm.com/get-following-and-followers-details-via-steemvbs/) is the first Steem Library written in VBScript. Yes, it is [VBScript](https://isvbscriptdead.com). ;) # New Features Adding the support for Vests/Steem Conversions and the functions to get the current vote worth. In particular, the following functions have been added to the library. 1. Steem_Per_MVests 2. Vests_To_Steem 3. GetRewardFund 4. GetRecentClaims 5. GetAccountVests 6. GetMedianPrice 7. GetAccount_UpvoteValue # Examples Vests and Steem: ``` Dim SteemIt Set SteemIt = New Steem WScript.Echo SteemIt.Steem_Per_MVests WScript.Echo SteemIt.Vests_To_Steem(1) WScript.Echo SteemIt.Steem_To_Vests(1) ``` Get Current Vote Worth: ``` ' get account upvote value Public Function GetAccount_UpvoteValue(id, vp, weight) Dim power power = (100 * vp * 100 * weight / 1e4 + 49) / 50 Dim total_vests total_vests = GetAccountVests(id) Dim final_vests final_vests = total_vests * 1e6 Dim rshares rshares = power * final_vests / 1e4 Dim rewards rewards = GetRewardFund Dim sbd_median_price sbd_median_price = GetMedianPrice Dim estimate estimate = rshares / GetRecentClaims * rewards * sbd_median_price GetAccount_UpvoteValue = estimate End Function ``` Fully Unit Tested: ``` Dim SteemIt Set SteemIt = New Steem Dim Util Set Util = New Utility Dim fund fund = SteemIt.GetRewardFund AssertTrue fund > 0, "Rewards Pool should be larger than zero" Dim esp esp = SteemIt.Vests_To_Steem(SteemIt.GetAccountVests("justyy")) AssertTrue esp > 1000, "justyy's ESP should be at least 1000" Dim price price = SteemIt.GetMedianPrice AssertTrue price > 0, "median price should be larger than 0" Dim upvote_value upvote_value = SteemIt.GetAccount_UpvoteValue("justyy", 100, 100) AssertTrue upvote_value > 0.1, "full vote value should be at least $0.1" Dim current_upvote_value current_upvote_value = SteemIt.GetAccount_UpvoteValue("justyy", 50, 20) AssertEqualFloat upvote_value * 0.5 * 0.2, current_upvote_value, 0.1, "current upvote value calculation error" Set SteemIt = Nothing Set Util = Nothing ```  # Github https://github.com/DoctorLai/steemvbs # Pull Requests https://github.com/DoctorLai/steemvbs/pull/1 ## Support me and my work as a witness - [witness thread](https://steemit.com/witness-category/@justyy/justyy-just-another-witness) by 1. voting me [here](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=justyy), or 2. voting me as [a witness proxy](https://v2.steemconnect.com/sign/account-witness-proxy?proxy=justyy&approve=1) - let @justyy represent you. Thank you! **Some of My Contributions: [SteemYY.com - SteemIt Tutorials, Robots, Tools and APIs](https://steemyy.com/)** and [VPS Search Tool](https://anothervps.com/vps-database/)
author | justyy |
---|---|
permlink | steemvbs-update-vests-steem-conversion-and-current-vote-worth |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io","development","steemvbs","busy","programming"],"users":["justyy"],"links":["https://helloacm.com/get-following-and-followers-details-via-steemvbs/","https://isvbscriptdead.com","https://github.com/DoctorLai/steemvbs","https://github.com/DoctorLai/steemvbs/pull/1","https://steemit.com/witness-category/@justyy/justyy-just-another-witness","https://steemconnect.com/sign/account_witness_vote?approve=1&witness=justyy","https://v2.steemconnect.com/sign/account-witness-proxy?proxy=justyy&approve=1","/@justyy","https://steemyy.com/","https://anothervps.com/vps-database/"],"image":["https://helloacm.com/wp-content/uploads/2018/05/vbscript.png","https://ipfs.busy.org/ipfs/QmbN52gNesLBi2tG4abwypGKoytmA3iFXExXaXL2cRaCbu"]} |
created | 2018-11-06 01:27:57 |
last_update | 2018-11-06 01:27:57 |
depth | 0 |
children | 5 |
last_payout | 2018-11-13 01:27:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 32.283 HBD |
curator_payout_value | 9.796 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,994 |
author_reputation | 280,616,224,641,976 |
root_title | "SteemVBS Update: Vests/Steem Conversion and Current Vote Worth" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,757,363 |
net_rshares | 39,152,441,409,836 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adm | 0 | 7,323,457,967,848 | 40% | ||
fractalnode | 0 | 3,548,495,051 | 2.5% | ||
deanliu | 0 | 223,312,669,660 | 15% | ||
ace108 | 0 | 263,305,578,236 | 17% | ||
oldtimer | 0 | 253,157,508,909 | 10% | ||
charlie777pt | 0 | 110,753,998,469 | 100% | ||
mjhomb | 0 | 156,490,540,720 | 100% | ||
justyy | 0 | 1,304,107,739,428 | 69.82% | ||
luneknight | 0 | 338,251,806 | 100% | ||
dapeng | 0 | 38,823,408,963 | 100% | ||
happyukgo | 0 | 1,709,230,086 | 85% | ||
nokeh | 0 | 198,319,860 | 99% | ||
elizacheng | 0 | 26,022,585,162 | 21% | ||
htliao | 0 | 148,982,373,053 | 43% | ||
frankintaiwan | 0 | 29,334,628 | 20% | ||
stackin | 0 | 20,380,928,965 | 5% | ||
followbtcnews | 0 | 988,673,788,086 | 100% | ||
nuagnorab | 0 | 6,162,597,048 | 100% | ||
rycharde | 0 | 7,703,652,713 | 11% | ||
helo | 0 | 3,385,181,693 | 10% | ||
goofyu | 0 | 13,228,755,644 | 60% | ||
shenchensucc | 0 | 3,425,646,991 | 20% | ||
victorialuxx | 0 | 2,937,860,386 | 100% | ||
binkyprod | 0 | 14,503,424,749 | 100% | ||
susanli3769 | 0 | 234,986,221,508 | 100% | ||
doughtaker | 0 | 12,033,127,538 | 50% | ||
codingdefined | 0 | 6,684,025,803 | 7.5% | ||
robinlee | 0 | 445,586,173 | 99% | ||
rainyapril | 0 | 522,977,249 | 99% | ||
al2ping | 0 | 52,266,246 | 99% | ||
liangfengyouren | 0 | 1,618,385,374 | 50% | ||
jiangchen | 0 | 11,948,569,810 | 100% | ||
mangoanddaddy | 0 | 2,266,049,707 | 80% | ||
kangnajiang | 0 | 186,812,640 | 99% | ||
kikima | 0 | 802,240,523 | 99% | ||
geass | 0 | 626,296,457 | 99% | ||
moonvoid | 0 | 556,343,454 | 100% | ||
boontjie | 0 | 430,956,291 | 10% | ||
irenett | 0 | 952,407,445 | 100% | ||
jamesbarraclough | 0 | 574,799,911 | 100% | ||
rosatravels | 0 | 312,654,878,753 | 100% | ||
xuran | 0 | 5,025,463,585 | 100% | ||
awiwea1974 | 0 | 224,693,931 | 100% | ||
superbing | 0 | 4,720,946,120 | 65.68% | ||
dailyfortune | 0 | 220,624,246 | 85% | ||
espoem | 0 | 14,246,493,535 | 8.14% | ||
minloulou | 0 | 8,372,448,472 | 25% | ||
dailystats | 0 | 12,424,135,685 | 65.59% | ||
loshcat | 0 | 3,049,557,774 | 100% | ||
lindalex | 0 | 146,641,625 | 20% | ||
steemline | 0 | 194,937,531 | 100% | ||
winniex | 0 | 3,521,565,807 | 10% | ||
ivysrono | 0 | 486,327,342 | 100% | ||
jianan | 0 | 12,976,603,478 | 81.33% | ||
utopian-io | 0 | 26,360,695,674,751 | 21.36% | ||
nada101 | 0 | 325,790,124 | 100% | ||
windowglass | 0 | 9,401,014,894 | 30% | ||
cnbuddy | 0 | 943,179,450 | 0.1% | ||
nileelily | 0 | 4,093,674,558 | 100% | ||
chann | 0 | 3,728,650,092 | 20% | ||
daxiang | 0 | 208,941,748 | 99% | ||
jrvacation | 0 | 3,546,277,088 | 3% | ||
anxin | 0 | 1,764,851,801 | 81.8% | ||
wallacecarranza | 0 | 321,844,634 | 100% | ||
lebin | 0 | 24,851,229,479 | 5% | ||
coindzs | 0 | 147,204,946 | 100% | ||
funtraveller | 0 | 78,892,801,968 | 10% | ||
cheva | 0 | 1,195,858,650 | 100% | ||
cryptonewsly | 0 | 196,744,113 | 100% | ||
blockchainlib | 0 | 2,310,640,747 | 100% | ||
amosbastian | 0 | 49,801,074,219 | 27.16% | ||
moobear | 0 | 187,675,738 | 99% | ||
maiyude | 0 | 1,789,786,475 | 5% | ||
madokami | 0 | 0 | 99% | ||
nean | 0 | 523,405,017 | 99% | ||
foodielifestyle | 0 | 460,904,884 | 99% | ||
woolfe19861008 | 0 | 1,489,073,581 | 81.8% | ||
comingback | 0 | 206,908,701 | 12% | ||
dailychina | 0 | 12,982,381,727 | 65.59% | ||
vincenthan | 0 | 522,258,411 | 99% | ||
yuxuan | 0 | 227,677,323 | 99% | ||
dongfengman | 0 | 7,383,272,466 | 81.8% | ||
historylover | 0 | 1,006,729,084 | 100% | ||
serenazz | 0 | 1,189,495,084 | 99% | ||
midun | 0 | 28,668,794,270 | 100% | ||
yedda | 0 | 521,933,031 | 99% | ||
zasilla | 0 | 525,166,461 | 99% | ||
aaronstar | 0 | 7,239,820 | 99% | ||
ayanamoon | 0 | 1,166,701 | 99% | ||
ethanlee | 0 | 2,361,184,577 | 70.06% | ||
twinsnicole | 0 | 523,396,373 | 99% | ||
deepthinking | 0 | 525,574,871 | 99% | ||
hakancelik | 0 | 22,626,578,787 | 30% | ||
wilfredn | 0 | 15,916,870,729 | 100% | ||
fanso | 0 | 1,385,350,793 | 95.48% | ||
lilypang22 | 0 | 3,149,528,842 | 76.13% | ||
zens | 0 | 522,857,502 | 99% | ||
steemitvip | 0 | 523,205,629 | 99% | ||
lakemountain | 0 | 211,216,240 | 100% | ||
edgarbevens | 0 | 169,407,684 | 50% | ||
regals | 0 | 525,374,484 | 99% | ||
liuzg | 0 | 253,085,648 | 5% | ||
joelone | 0 | 524,818,435 | 99% | ||
sweet-jenny8 | 0 | 14,143,410,754 | 81.79% | ||
coinsandchains | 0 | 4,262,769,792 | 7.3% | ||
agoha | 0 | 163,828,682 | 50% | ||
laijihua | 0 | 546,666,187 | 100% | ||
goplayer | 0 | 21,264,583,749 | 100% | ||
rsmartt777 | 0 | 50,944,373 | 90% | ||
kidsreturn | 0 | 1,018,562,974 | 100% | ||
moneybaby | 0 | 0 | 1% | ||
chineselaw | 0 | 60,248,674 | 100% | ||
kafupraise | 0 | 51,435,012 | 36% | ||
bambugrove | 0 | 94,026,639 | 30% | ||
astros | 0 | 2,503,960,255 | 100% | ||
yomismosoy | 0 | 25,125,569 | 24% | ||
laiyuehta | 0 | 3,234,982,335 | 81.2% | ||
turtlegraphics | 0 | 6,036,504,564 | 65.85% | ||
sunai | 0 | 465,692,828 | 15% | ||
sevenusdchain | 0 | 5,496,347,856 | 50% | ||
julian2013 | 0 | 3,382,022,825 | 8% | ||
changxiu | 0 | 1,421,330,345 | 100% | ||
gameguide | 0 | 1,395,567,157 | 100% | ||
ayisigi | 0 | 506,512,299 | 100% | ||
witnesstools | 0 | 5,821,511,775 | 65.84% | ||
cherryzz | 0 | 3,572,865,106 | 100% | ||
teamcn-shop | 0 | 31,007,797,396 | 100% | ||
steem-ua | 0 | 808,880,843,476 | 6.53% | ||
ilovecoding | 0 | 747,903,069 | 10% | ||
kaczynski | 0 | 54,718,694 | 100% | ||
cremisi | 0 | 2,910,346,701 | 20% | ||
ygrj | 0 | 2,626,998,716 | 100% | ||
teamcr | 0 | 785,076,279 | 100% | ||
kelvinzhang | 0 | 2,605,476,836 | 100% | ||
starrouge | 0 | 1,975,791,558 | 100% | ||
curbot | 0 | 4,039,931,787 | 10% | ||
zinaart | 0 | 423,206,665 | 100% | ||
steemfuckeos | 0 | 3,804,535,779 | 65.91% | ||
aeiou00 | 0 | 129,888,333 | 30% | ||
free-upvotebot | 0 | 0 | 5% |
Thanks for the contribution, @justyy! Sorry for the late review, it's probably because none of us use VBScript. It's cool to see you have added a couple of new functions. I was wondering if you use this library for something? Why should someone use this over e.g. one of Python/JavaScript's libraries? --- Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/2331213). ---- Need help? Write a ticket on https://support.utopian.io/. Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | amosbastian |
---|---|
permlink | re-justyy-steemvbs-update-vests-steem-conversion-and-current-vote-worth-20181109t122756459z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["justyy"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2331213","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2018-11-09 12:27:57 |
last_update | 2018-11-09 12:27:57 |
depth | 1 |
children | 1 |
last_payout | 2018-11-16 12:27:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.138 HBD |
curator_payout_value | 1.984 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 797 |
author_reputation | 174,473,586,900,705 |
root_title | "SteemVBS Update: Vests/Steem Conversion and Current Vote Worth" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,973,518 |
net_rshares | 8,769,179,041,779 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mys | 0 | 1,847,412,611 | 1.59% | ||
pixelfan | 0 | 3,845,135,484 | 1.57% | ||
utopian-io | 0 | 8,684,987,036,480 | 6.05% | ||
emrebeyler | 0 | 14,807,627,770 | 1% | ||
steemtaker | 0 | 4,852,762,237 | 6% | ||
aydant | 0 | 4,782,993,774 | 50% | ||
organicgardener | 0 | 4,693,985,725 | 25% | ||
reazuliqbal | 0 | 7,023,722,121 | 8% | ||
mightypanda | 0 | 41,084,307,396 | 30% | ||
fastandcurious | 0 | 1,254,058,181 | 30% |
Thank you for your review, @amosbastian! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-justyy-steemvbs-update-vests-steem-conversion-and-current-vote-worth-20181109t122756459z-20181111t161226z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-11 16:12:27 |
last_update | 2018-11-11 16:12:27 |
depth | 2 |
children | 0 |
last_payout | 2018-11-18 16:12:27 |
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 | 63 |
author_reputation | 152,955,367,999,756 |
root_title | "SteemVBS Update: Vests/Steem Conversion and Current Vote Worth" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,099,919 |
net_rshares | 0 |
Hello! Your post has been resteemed and upvoted by @ilovecoding because **we love coding**! Keep up good work! Consider upvoting this comment to support the @ilovecoding and increase your future rewards! ^_^ Steem On!  *Reply !stop to disable the comment. Thanks!*
author | ilovecoding |
---|---|
permlink | 20181106t012808993z |
category | utopian-io |
json_metadata | {"tags":["ilovecoding"],"app":"ilovecoding"} |
created | 2018-11-06 01:28:09 |
last_update | 2018-11-06 01:28:09 |
depth | 1 |
children | 0 |
last_payout | 2018-11-13 01:28: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 | 323 |
author_reputation | 40,845,997,808 |
root_title | "SteemVBS Update: Vests/Steem Conversion and Current Vote Worth" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,757,369 |
net_rshares | 2,611,770,895 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blockchainlib | 0 | 2,263,608,697 | 100% | ||
ilovecoding | 0 | 348,162,198 | 5% |
#### Hi @justyy! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-steemvbs-update-vests-steem-conversion-and-current-vote-worth-20181109t125155z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-09 12:51:57 |
last_update | 2018-11-09 12:51:57 |
depth | 1 |
children | 0 |
last_payout | 2018-11-16 12:51:57 |
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 | 285 |
author_reputation | 23,214,230,978,060 |
root_title | "SteemVBS Update: Vests/Steem Conversion and Current Vote Worth" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,974,516 |
net_rshares | 0 |
Hey, @justyy! **Thanks for contributing on Utopian**. Weβre already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-steemvbs-update-vests-steem-conversion-and-current-vote-worth-20181109t190252z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-09 19:02:54 |
last_update | 2018-11-09 19:02:54 |
depth | 1 |
children | 0 |
last_payout | 2018-11-16 19:02:54 |
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 | 588 |
author_reputation | 152,955,367,999,756 |
root_title | "SteemVBS Update: Vests/Steem Conversion and Current Vote Worth" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,992,505 |
net_rshares | 0 |