 ### Repository https://github.com/holgern/steemengine ### steemengine [steemengine](https://github.com/holgern/steemengine) is a python library for working with [steem-engine.com](https://steem-engine.com/) tokens. I released version 0.3.0 which can be installed by ``` pip install steemengine ``` ## New features ### New `Token` class I added a token class, that can be used to receive information about a token. ``` from steemengine.tokenobject import Token eng = Token("ENG") print(eng) print(eng.get_holder()) print(eng.get_market_info()) print(eng.get_buy_book()) print(eng.get_sell_book()) ``` #### `get_holder` All accounts that currently are holding a token can be received by the `get_holder()` function It uses the `find` function from the api: ``` holder = self.api.find("tokens", "balances", query={"symbol": self.symbol}) ``` It returns a list of dict-objects. Each dict object is of the following structure: ``` {'$loki': 2, 'account': 'steemsc', 'balance': '1973148.55400000', 'symbol': 'ENG'} ``` #### `get_market_info()` This function uses: ``` metrics = self.api.find_one("market", "metrics", query={"symbol": self.symbol}) ``` and returns the following structure: ``` {'$loki': 1, 'highestBid': '0.81000', 'lastDayPrice': '0.949', 'lastDayPriceExpiration': 1552346331, 'lastPrice': '0.949', 'lowestAsk': '0.949', 'priceChangePercent': '0.00%', 'priceChangeSteem': '0.000', 'symbol': 'ENG', 'volume': 223.535, 'volumeExpiration': 1552346331} ``` #### get_buy_book() and get_sell_book() These functions return the sell/buy book of all currently not fullfilled order at the market. ### Command line tool I added a command line tool to the python package. It has currently two commands. After installing the steemengine library, a steemengine command should be available in the terminal. ``` steemengine --version ``` and ``` steemengine --help ``` should be working. #### steemengine richlist This command returns the top n token holder. For example the top 10 ENG token holder can be shown be the following command: ``` steemengine richlist -t 10 ENG ```  The STEEM value of the token balance is obtained by multiplying the balance by the `lastPrice` field from get_market_info(). #### steemengine info This command can be used to receive information about #### latest block ``` steemengine info ```  #### a sidechain block ``` steemengine info 16695 ```  #### a token ``` steemengine info ENG ```  #### an account ``` steemengine info holger80 ```  #### a transaction id ``` steemengine info 12ed6e59179a8b5441809d60dc3025143f17ff9f ```  ### PyInstaller I created two pyinstaller specs, which will create a one file standalone executable and a one-directory standalone excecutable. I setup appveyoer, in order to build a packed version for windows: https://ci.appveyor.com/project/holger80/steemengine I will put the newest Windows-Versions to the release page: https://github.com/holgern/steemengine/releases ## Commits ### Changelog and pyinstaller build instruction added * [commit ff05b22](https://github.com/holgern/steemengine/commit/ff05b22c90812aaf383f81b02920bad626510916) ### Add command line tool for showing block, token and account info * [commit e8362861](https://github.com/holgern/steemengine/commit/e8362861c114831d991841ca99ba7e057f5f3d7b) * Add CLI for showing information about blocks, transaction ids, token and accounts * Unit tests for tokenobject and tokens added * get_buy_book and get_sell_book for Wallet added ### Add Token class, remove unused imports and fix some variable names * [commit d34d5ee](https://github.com/holgern/steemengine/commit/d34d5ee6c146cdb5765d33462d4fb0785ab2984b) * The new Token class returns, token holder, market information and token information * some camelcase variable names fixed * unused imports removed * version increased to 0.3.0 ### GitHub Account https://github.com/holgern
author | holger80 |
---|---|
permlink | update-for-steemengine-token-class-and-command-line-tool-added |
category | utopian-io |
json_metadata | "{"community": "busy", "app": "beempy/0.23.10", "format": "markdown", "tags": ["utopian-io", "development", "steem-engine", "steemdev", "busy"], "users": [], "links": ["https://github.com/holgern/steemengine", "https://github.com/holgern/steemengine", "https://steem-engine.com/", "https://ci.appveyor.com/project/holger80/steemengine", "https://github.com/holgern/steemengine/releases", "https://github.com/holgern/steemengine/commit/ff05b22c90812aaf383f81b02920bad626510916", "https://github.com/holgern/steemengine/commit/e8362861c114831d991841ca99ba7e057f5f3d7b", "https://github.com/holgern/steemengine/commit/d34d5ee6c146cdb5765d33462d4fb0785ab2984b", "https://github.com/holgern"], "image": ["https://ipfs.busy.org/ipfs/QmZrpLZz5DcAVLKkBSUknoEs1eSR4kJEaW1ZSB8otwt6Kq", "https://ipfs.busy.org/ipfs/QmZwKFaExY7sewJbaHWnMKpnGYo5AUXeaoBmNbp1tZAWvb", "https://ipfs.busy.org/ipfs/QmXi65CUriwXJatBP2oez2Vjdje1QEfxX48qGyerw7C57Q", "https://ipfs.busy.org/ipfs/QmWykTLoBcxEroBp8LHu9HSTzCX2SMfdZzN2Jz7u1E7MCG", "https://ipfs.busy.org/ipfs/QmYMHKjzH2BP5Ne78VwK1JyZkihyDYiXBask2KA2TF61kC", "https://ipfs.busy.org/ipfs/QmZF2TKmrLMcyTecX8rtNu4fD1gCf1hAv7Wh8SiHEWFXYt", "https://ipfs.busy.org/ipfs/QmV5fymefs3Yyy8Aj5HYh9DWTJXgFecu8tGBsRQVe2RdkP"], "canonical_url": "https://hive.blog/utopian-io/@holger80/update-for-steemengine-token-class-and-command-line-tool-added"}" |
created | 2019-03-11 13:32:51 |
last_update | 2020-05-23 14:31:24 |
depth | 0 |
children | 10 |
last_payout | 2019-03-18 13:32:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 75.316 HBD |
curator_payout_value | 23.380 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,504 |
author_reputation | 358,857,509,568,825 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,069,461 |
net_rshares | 140,838,949,049,179 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 4,687,590,126,154 | 100% | ||
steempty | 0 | 5,623,528,850,888 | 100% | ||
tombstone | 0 | 5,960,090,620,636 | 24.9% | ||
thecryptodrive | 0 | 319,256,745,946 | 30% | ||
qonq99 | 0 | 1,850,662,873 | 100% | ||
snwolak | 0 | 6,013,920,453 | 90% | ||
stevescoins | 0 | 89,634,050,142 | 75% | ||
krnel | 0 | 610,279,563,078 | 41% | ||
uwelang | 0 | 137,095,193,228 | 15% | ||
abh12345 | 0 | 66,819,974,859 | 10% | ||
busy.pay | 0 | 1,301,655,495,758 | 6.26% | ||
techslut | 0 | 84,630,064,914 | 20% | ||
barton26 | 0 | 8,361,527,774 | 100% | ||
minersean | 0 | 7,053,599,897 | 75% | ||
yadamaniart | 0 | 503,050,411 | 1.14% | ||
cardboard | 0 | 4,068,182,714 | 100% | ||
ripperone | 0 | 951,301,510,878 | 19% | ||
erikaflynn | 0 | 15,415,588,830 | 35% | ||
borislavzlatanov | 0 | 94,840,233,411 | 100% | ||
danielsaori | 0 | 71,683,063,850 | 100% | ||
freebornsociety | 0 | 5,438,736,311 | 10% | ||
jarunik | 0 | 1,978,926,347,865 | 100% | ||
fortune-master | 0 | 1,496,364,063 | 100% | ||
jakipatryk | 0 | 15,000,146,442 | 50% | ||
reggaemuffin | 0 | 10,177,326,881,848 | 100% | ||
jga | 0 | 3,790,643,500 | 31.13% | ||
helo | 0 | 157,305,665,366 | 70.74% | ||
walnut1 | 0 | 63,134,798,997 | 31.13% | ||
coquiunlimited | 0 | 91,343,943 | 0.96% | ||
robofox | 0 | 6,268,085,138 | 100% | ||
lorenzor | 0 | 1,777,181,811 | 15.56% | ||
pennsif | 0 | 19,872,727,711 | 8% | ||
ewkaw | 0 | 8,521,303,478 | 20% | ||
jayna | 0 | 241,143,917 | 0.34% | ||
ew-and-patterns | 0 | 455,130,716,631 | 35% | ||
changeangels | 0 | 29,421,869 | 100% | ||
suesa | 0 | 120,760,165,120 | 25% | ||
swedishdragon | 0 | 227,048,648,311 | 85% | ||
warfeed | 0 | 266,024,181 | 37.5% | ||
mcoinz79 | 0 | 3,586,097,611 | 1% | ||
bubke | 0 | 386,794,568,130 | 100% | ||
jacekw | 0 | 9,676,288,983 | 50% | ||
drorion | 0 | 8,174,440,741 | 100% | ||
codingdefined | 0 | 28,355,825,980 | 20% | ||
tsoldovieri | 0 | 2,287,184,103 | 15.56% | ||
ipkiss | 0 | 216,423,808 | 60% | ||
abigail-dantes | 0 | 862,450,326,862 | 50% | ||
tykee | 0 | 16,022,267,588 | 31.13% | ||
upgoat | 0 | 1,592,624,029 | 100% | ||
resheep | 0 | 433,711,359 | 100% | ||
upcroak | 0 | 153,151,729 | 100% | ||
imbritish | 0 | 135,444,225 | 48% | ||
glitterbooster | 0 | 4,413,555,051 | 30% | ||
kmart | 0 | 226,021,649 | 46% | ||
unsw | 0 | 411,792,358 | 77% | ||
iamphysical | 0 | 14,828,247,046 | 90% | ||
felixrodriguez | 0 | 1,224,326,145 | 10.89% | ||
shogo | 0 | 131,082,872,615 | 100% | ||
icmarkets | 0 | 395,069,298 | 74% | ||
azulear | 0 | 454,906,424 | 100% | ||
silviu93 | 0 | 7,809,542,581 | 31.13% | ||
badham | 0 | 1,668,043,946 | 50% | ||
make-a-whale | 0 | 39,124,370,069 | 7% | ||
tipu | 0 | 7,049,937,360,662 | 10.12% | ||
dakeshi | 0 | 3,025,423,202 | 50% | ||
crokkon | 0 | 119,940,815,399 | 100% | ||
accelerator | 0 | 12,763,781,435 | 0.81% | ||
dmsqlc0303 | 0 | 20,841,526,909 | 23% | ||
unimelb | 0 | 196,605,378 | 41% | ||
kamikaze | 0 | 48,555,428,406 | 15% | ||
eastmael | 0 | 7,484,667,165 | 50% | ||
scorer | 0 | 120,572,638,038 | 100% | ||
espoem | 0 | 183,824,031,637 | 100% | ||
mcfarhat | 0 | 48,737,628,428 | 28.29% | ||
feedyourminnows | 0 | 8,849,128,167 | 8% | ||
isnochys | 0 | 8,661,636,989 | 13% | ||
vishalsingh4997 | 0 | 290,534,372 | 31.13% | ||
qurator | 0 | 140,728,932,018 | 2.29% | ||
pierlave | 0 | 3,296,581,264 | 100% | ||
loshcat | 0 | 2,552,817,478 | 100% | ||
pataty69 | 0 | 14,831,308,941 | 20% | ||
elear | 0 | 9,789,730,332 | 62.27% | ||
jesusj1 | 0 | 76,165,221 | 99% | ||
zoneboy | 0 | 11,624,131,481 | 50% | ||
carloserp-2000 | 0 | 29,890,093,046 | 100% | ||
carlos84 | 0 | 2,165,024,651 | 31.13% | ||
der-prophet | 0 | 2,128,621,997 | 20% | ||
che-shyr | 0 | 804,947,588 | 50% | ||
utopian-io | 0 | 82,608,034,484,137 | 62.27% | ||
shammi | 0 | 2,219,114,523 | 35% | ||
jaff8 | 0 | 158,876,871,123 | 70.74% | ||
awesome-gadgets | 0 | 1,370,876,070 | 100% | ||
newsrx | 0 | 193,495,831 | 12.46% | ||
mytechtrail | 0 | 1,330,304,642 | 50% | ||
amestyj | 0 | 759,773,317 | 15.56% | ||
sandracarrascal | 0 | 128,524,702 | 31.13% | ||
ajayyy | 0 | 902,665,441 | 15.56% | ||
greenorange | 0 | 547,632,833 | 100% | ||
bubbleburst | 0 | 7,157,902,918 | 100% | ||
ajmaln | 0 | 8,669,473,249 | 100% | ||
mcyusuf | 0 | 3,743,368,485 | 31.13% | ||
alexs1320 | 0 | 61,551,453,451 | 51% | ||
gentleshaid | 0 | 52,941,710,863 | 62.27% | ||
steembasicincome | 0 | 996,019,999,039 | 100% | ||
thomasgift | 0 | 2,123,893,894 | 50% | ||
ivymalifred | 0 | 574,936,394 | 15.56% | ||
r00sj3 | 0 | 537,954,411 | 2.5% | ||
aussieninja | 0 | 12,431,096,779 | 31.13% | ||
douglimarbalzan | 0 | 115,207,052 | 31.13% | ||
abitcoinskeptic | 0 | 38,710,174,497 | 25% | ||
ennyta | 0 | 261,018,918 | 15.56% | ||
vjap55 | 0 | 797,937,609 | 100% | ||
amosbastian | 0 | 225,147,985,937 | 70.74% | ||
eliaschess333 | 0 | 3,004,492,501 | 15.56% | ||
tdre | 0 | 81,117,181,317 | 100% | ||
ydavgonzalez | 0 | 384,899,075 | 1.55% | ||
grzesiekb | 0 | 296,012,230,013 | 100% | ||
smjn | 0 | 313,780,302,760 | 50% | ||
znnuksfe | 0 | 3,326,096,099 | 100% | ||
gaming.yer | 0 | 128,075,807 | 31.13% | ||
scienceangel | 0 | 73,301,036,160 | 50% | ||
jjay | 0 | 501,141,002 | 100% | ||
dpa-punch | 0 | 495,420,070 | 100% | ||
abandi | 0 | 603,465,140 | 100% | ||
steem-familia | 0 | 127,559,617 | 31.13% | ||
vanarchist | 0 | 2,579,657,700 | 100% | ||
cfminer | 0 | 2,651,019,594 | 100% | ||
neokuduk | 0 | 5,027,009,262 | 100% | ||
sargoon | 0 | 2,338,433,367 | 50% | ||
lukasmining | 0 | 3,171,980,091 | 50% | ||
tobias-g | 0 | 66,632,840,359 | 20% | ||
yrmaleza | 0 | 107,451,176 | 15.56% | ||
literaturk | 0 | 364,038,866 | 100% | ||
evangelista.yova | 0 | 126,202,071 | 31.13% | ||
miguelangel2801 | 0 | 213,544,186 | 15.56% | ||
didic | 0 | 32,045,268,833 | 25% | ||
michaelizer | 0 | 251,889,945 | 100% | ||
jenniferjulieth | 0 | 113,416,701 | 31.13% | ||
joaorafael | 0 | 1,506,447,581 | 75% | ||
emiliomoron | 0 | 1,118,794,124 | 15.56% | ||
sudefteri | 0 | 5,194,130,772 | 100% | ||
verhp11 | 0 | 119,692,825 | 1% | ||
ajfernandez | 0 | 107,265,064 | 31.13% | ||
maxpatternman | 0 | 41,802,313,247 | 100% | ||
sashas | 0 | 3,184,030,023 | 100% | ||
flugschwein | 0 | 18,490,022,822 | 75% | ||
ulisesfl17 | 0 | 1,712,414,503 | 100% | ||
arac | 0 | 921,694,396 | 100% | ||
akifane | 0 | 690,509,910 | 100% | ||
rasit | 0 | 404,190,237 | 100% | ||
endopediatria | 0 | 181,945,713 | 6.22% | ||
harpagon | 0 | 131,786,670,905 | 100% | ||
themuffinman | 0 | 71,880,974 | 100% | ||
ingmarvin | 0 | 116,724,052 | 31.13% | ||
backinblackdevil | 0 | 108,011,711,426 | 15% | ||
redheadpei | 0 | 381,658,816 | 5% | ||
reazuliqbal | 0 | 46,399,968,860 | 25% | ||
maveraunnehr | 0 | 400,615,228 | 100% | ||
alix96 | 0 | 113,473,058 | 31.13% | ||
satren | 0 | 44,250,892,280 | 25% | ||
tomastonyperez | 0 | 3,444,493,175 | 15.56% | ||
inespereira | 0 | 277,259,519 | 75% | ||
elvigia | 0 | 3,184,755,194 | 15.56% | ||
dotwin1981 | 0 | 25,076,646,386 | 10% | ||
thefunfactory | 0 | 72,795,873 | 100% | ||
someonefun | 0 | 72,795,226 | 100% | ||
funbox | 0 | 72,795,223 | 100% | ||
funlands | 0 | 412,434,431 | 100% | ||
funanime | 0 | 72,795,211 | 100% | ||
funkyfun | 0 | 72,795,201 | 100% | ||
funnyfun | 0 | 72,795,199 | 100% | ||
dmonia | 0 | 72,795,197 | 100% | ||
goldrym | 0 | 72,794,503 | 100% | ||
qeoddrir | 0 | 72,794,491 | 100% | ||
dodrorth | 0 | 72,794,485 | 100% | ||
iedot | 0 | 71,761,806 | 100% | ||
sbi2 | 0 | 370,371,869,688 | 100% | ||
zcool | 0 | 188,717,073 | 10% | ||
dera123 | 0 | 13,020,009,376 | 5% | ||
luiscd8a | 0 | 1,553,594,496 | 80% | ||
elleok | 0 | 11,596,265,101 | 34% | ||
alitavirgen | 0 | 16,075,354,901 | 10% | ||
eniolw | 0 | 7,520,360,984 | 100% | ||
geadriana | 0 | 149,662,329 | 4.66% | ||
elpdl | 0 | 133,165,121 | 31.13% | ||
josedelacruz | 0 | 1,466,561,604 | 15.56% | ||
viannis | 0 | 466,701,335 | 15.56% | ||
flores39 | 0 | 377,593,003 | 100% | ||
kendallron | 0 | 215,270,867 | 15% | ||
erickyoussif | 0 | 1,301,882,867 | 31.13% | ||
sbi3 | 0 | 299,361,931,683 | 100% | ||
ryuna.siege | 0 | 208,931,895 | 100% | ||
sbi4 | 0 | 217,841,275,412 | 100% | ||
luegenbaron | 0 | 18,143,617,410 | 100% | ||
ikarus56 | 0 | 798,092,612 | 5% | ||
indayclara | 0 | 273,879,955 | 7.5% | ||
carlpei | 0 | 231,131,205,813 | 100% | ||
blockchainstudio | 0 | 63,896,425,292 | 100% | ||
meedo | 0 | 456,569,555 | 100% | ||
darthgexe | 0 | 907,870,583 | 25% | ||
andrick | 0 | 108,699,716 | 15.56% | ||
yusvelasquez | 0 | 113,246,696 | 15.56% | ||
pinas | 0 | 449,686,292 | 50% | ||
commonlaw | 0 | 3,955,507,773 | 35% | ||
shahabudin | 0 | 37,992,103 | 50% | ||
soundworks | 0 | 1,985,034,515 | 100% | ||
netizens | 0 | 84,170,712 | 31.13% | ||
elimao | 0 | 115,196,318 | 31.13% | ||
anaestrada12 | 0 | 5,801,636,503 | 31.13% | ||
allancovelli | 0 | 1,216,878,457 | 100% | ||
jordonemmer | 0 | 990,773,921 | 100% | ||
charitacaruso | 0 | 999,928,999 | 100% | ||
ilonavandam | 0 | 1,961,383,990 | 100% | ||
jonasalt | 0 | 1,731,641,618 | 100% | ||
zandrachilcote | 0 | 1,526,023,981 | 100% | ||
bertahessler | 0 | 2,395,848,428 | 100% | ||
voneller | 0 | 2,168,524,577 | 100% | ||
yorgermadison | 0 | 99,928,642 | 31.13% | ||
alexjunior | 0 | 104,432,522 | 31.13% | ||
sbi5 | 0 | 162,275,866,241 | 100% | ||
antunez25 | 0 | 115,168,381 | 31.13% | ||
haf67 | 0 | 106,565,535 | 31.13% | ||
joelsegovia | 0 | 944,265,920 | 15.56% | ||
chavas | 0 | 121,652,753 | 31.13% | ||
sbi6 | 0 | 122,114,455,612 | 100% | ||
arsadulislam | 0 | 221,328,909 | 45% | ||
jesusfl17 | 0 | 374,368,001 | 100% | ||
partiko | 0 | 284,473,108,106 | 3% | ||
eglinson | 0 | 96,179,340 | 31.13% | ||
uzcateguiazambra | 0 | 118,445,966 | 31.13% | ||
bflanagin | 0 | 5,111,471,309 | 31.13% | ||
ubaldonet | 0 | 3,212,179,761 | 70% | ||
asmeira | 0 | 128,725,115 | 31.13% | ||
garrillo | 0 | 97,664,836 | 31.13% | ||
bestofph | 0 | 6,508,189,143 | 15% | ||
mary11 | 0 | 81,408,924 | 23.34% | ||
dalz | 0 | 9,473,069,768 | 24.9% | ||
ulockblock | 0 | 164,303,763,256 | 50% | ||
wstanley226 | 0 | 45,495,286 | 50% | ||
amart29 | 0 | 611,103,668 | 7.78% | ||
jk6276 | 0 | 3,237,340,714 | 31.13% | ||
reinaseq | 0 | 1,883,535,725 | 31.13% | ||
gladbacher1900 | 0 | 683,297,698 | 100% | ||
sbi7 | 0 | 89,939,560,971 | 100% | ||
emmavmzr | 0 | 487,249,872 | 100% | ||
gonanmaco | 0 | 531,875,757 | 100% | ||
cycwordcomtya | 0 | 530,136,270 | 100% | ||
dervagentters | 0 | 485,663,092 | 100% | ||
pfernandezpetit | 0 | 100,596,523 | 31.13% | ||
mgarrillogonzale | 0 | 109,817,729 | 31.13% | ||
rubenp | 0 | 132,163,586 | 31.13% | ||
jeferc | 0 | 131,140,310 | 31.13% | ||
nieloagranca | 0 | 1,141,510,335 | 8% | ||
katherine98 | 0 | 484,889,870 | 100% | ||
makaylat23 | 0 | 474,734,691 | 100% | ||
steemchoose | 0 | 15,716,995,543 | 10% | ||
dssdsds | 0 | 4,777,743,092 | 31.13% | ||
jayplayco | 0 | 124,636,835,747 | 31.13% | ||
cryptouno | 0 | 485,932,303 | 5% | ||
fran.frey | 0 | 536,028,747 | 15.56% | ||
holger.random | 0 | 1,235,929,231 | 100% | ||
fullnodeupdate | 0 | 3,161,627,521 | 100% | ||
mops2e | 0 | 1,214,817,079 | 80% | ||
ellala6twmartin | 0 | 531,829,836 | 100% | ||
jrevilla | 0 | 231,308,325 | 31.13% | ||
alfonzoasdrubal | 0 | 138,098,496 | 31.13% | ||
munhenhos | 0 | 1,404,639,539 | 20% | ||
swapsteem | 0 | 3,389,154,178 | 31.13% | ||
stem-espanol | 0 | 20,027,644,401 | 31.13% | ||
faithmso0b | 0 | 488,760,602 | 100% | ||
jacekw.dev | 0 | 3,609,696,239 | 100% | ||
bhaski | 0 | 1,558,866,464 | 20% | ||
muscara | 0 | 9,436,629,223 | 35% | ||
chappertron | 0 | 49,187,899,030 | 100% | ||
aleestra | 0 | 713,298,831 | 31.13% | ||
distcountevi | 0 | 487,505,973 | 100% | ||
riounelrarop | 0 | 485,825,559 | 100% | ||
sbi8 | 0 | 60,292,840,551 | 100% | ||
technocrater | 0 | 516,536,162 | 100% | ||
up1 | 0 | 1,296,372,179 | 3.17% | ||
gamer0815 | 0 | 165,630,305 | 10% | ||
perepilichnyy | 0 | 2,004,681,589,525 | 100% | ||
dosdudes | 0 | 55,679,271,095 | 100% | ||
hirally | 0 | 118,600,298 | 31.13% | ||
emynb | 0 | 98,430,117 | 31.13% | ||
natur-pur | 0 | 690,417,859 | 100% | ||
linkerstinker | 0 | 539,167,419 | 50% | ||
sbi9 | 0 | 38,686,871,862 | 100% | ||
supersmoker | 0 | 332,044,741 | 100% | ||
steem-ua | 0 | 1,286,401,090,691 | 12.46% | ||
arman.ithm | 0 | 6,590,623 | 10% | ||
giulyfarci52 | 0 | 295,963,523 | 15.56% | ||
votum | 0 | 76,382,266,134 | 100% | ||
ayanamirei | 0 | 1,146,890,117 | 3.99% | ||
linuxbot | 0 | 8,359,835,975 | 100% | ||
lereve | 0 | 1,252,929,974 | 1.04% | ||
gameo | 0 | 166,651,638 | 100% | ||
alvinvoo | 0 | 913,199,913 | 100% | ||
kaczynski | 0 | 132,863,636 | 100% | ||
ambercookie | 0 | 153,268,427 | 76% | ||
michealb | 0 | 250,781,256,906 | 10% | ||
sbi10 | 0 | 28,619,084,592 | 100% | ||
steemitbuzz | 0 | 0 | 1% | ||
nerdrepost | 0 | 998,310,924 | 100% | ||
anthive | 0 | 64,971,467 | 50% | ||
curbot | 0 | 2,555,426,777 | 100% | ||
wherein | 0 | 49,121,213,787 | 1.4% | ||
simmanis | 0 | 975,003,361 | 47.87% | ||
edgarare1 | 0 | 3,481,289,367 | 10% | ||
alex-hm | 0 | 1,327,856,569 | 50% | ||
nurah | 0 | 100,554,211 | 50% | ||
bluerobo | 0 | 11,947,042,513 | 100% | ||
wilmer14molina | 0 | 135,234,474 | 31.13% | ||
eugenialobo | 0 | 119,414,845 | 31.13% | ||
ballesteroj | 0 | 103,337,473 | 31.13% | ||
jcmontilva | 0 | 123,828,412 | 31.13% | ||
rodriguezr | 0 | 108,949,693 | 31.13% | ||
swiftbot | 0 | 2,801,310,971 | 59% | ||
marbely20 | 0 | 117,694,778 | 31.13% | ||
moyam | 0 | 133,571,169 | 31.13% | ||
emilycg | 0 | 108,183,084 | 31.13% | ||
darys | 0 | 124,293,084 | 31.13% | ||
sibaja | 0 | 125,564,681 | 31.13% | ||
balcej | 0 | 133,546,270 | 31.13% | ||
lmanjarres | 0 | 121,615,703 | 31.13% | ||
anaka | 0 | 132,679,023 | 31.13% | ||
benhurg | 0 | 133,570,665 | 31.13% | ||
judisa | 0 | 132,879,412 | 31.13% | ||
juddarivv | 0 | 133,570,461 | 31.13% | ||
mariamo | 0 | 113,898,225 | 31.13% | ||
kimmorales | 0 | 122,607,864 | 31.13% | ||
loraine25 | 0 | 118,630,299 | 31.13% | ||
kingnosa | 0 | 67,931,648 | 50% | ||
dfen | 0 | 551,983,937 | 100% | ||
bluesniper | 0 | 35,275,161,673 | 11.31% | ||
mrsbozz | 0 | 270,599,304 | 8% | ||
steemtank | 0 | 2,363,266,866,366 | 100% | ||
ascorphat | 0 | 940,905,806 | 2.5% | ||
samantha-w | 0 | 3,476,760,311,251 | 100% | ||
flodor | 0 | 612,205,315 | 25% | ||
circa | 0 | 175,429,409,873 | 100% | ||
uvoteivote | 0 | 530,701,549 | 100% | ||
rewarding | 0 | 7,272,900,419 | 81.13% | ||
tipu.curator | 0 | 26,425,064,438 | 50% | ||
djenny.floro | 0 | 467,806,589 | 50% | ||
sevensecrets | 0 | 5,142,075,311 | 100% | ||
brujas | 0 | 901,638,086 | 100% | ||
andresurrego | 0 | 6,016,322,227 | 40% | ||
goodcontentbot | 0 | 7,681,836,356 | 50% | ||
cerd26 | 0 | 47,112,596 | 75% | ||
mightyjasmin | 0 | 516,704,971 | 100% | ||
jk6276.mons | 0 | 2,594,176,383 | 62.27% | ||
sternekoechin | 0 | 198,606,608 | 25% | ||
jaxson2011 | 0 | 2,354,468,128 | 62.27% | ||
goodcontentbot2 | 0 | 476,945,485 | 100% | ||
shogo.life | 0 | 197,527,548 | 100% | ||
cristhianarturo | 0 | 149,956,511 | 100% | ||
f21steem | 0 | 347,405,352 | 100% | ||
orbo | 0 | 250,985,788 | 50% | ||
eternalinferno | 0 | 323,120,970 | 62.27% | ||
xelos | 0 | 530,509,619 | 100% | ||
guysellars | 0 | 232,927,135,809 | 100% | ||
praveen40 | 0 | 50,133,548 | 100% | ||
boby400 | 0 | 38,104,189 | 100% | ||
mohaaking | 0 | 102,304,622 | 50% | ||
general-susu | 0 | 404,786,429 | 100% | ||
steemit-susu | 0 | 33,313,444 | 100% | ||
utopian.trail | 0 | 24,806,591,771 | 62.27% | ||
steemcartel | 0 | 7,154,485,705 | 11% | ||
raspibot | 0 | 542,999,289 | 100% | ||
kiosya | 0 | 530,183,260 | 100% | ||
prathamvkothari | 0 | 2,319,686,166 | 100% | ||
genuinehuman | 0 | 1,952,077,145 | 50% | ||
steem.train | 0 | 421,467,225 | 100% | ||
willytz | 0 | 90,535,503 | 100% |
hey, thanks again. I am counting on you to make some easy full set delegation tool for steemmonsters.. Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | bubke |
---|---|
permlink | bubke-re-holger80-update-for-steemengine-token-class-and-command-line-tool-added-20190311t163548679z |
category | utopian-io |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-03-11 16:35:54 |
last_update | 2019-03-11 16:35:54 |
depth | 1 |
children | 1 |
last_payout | 2019-03-18 16:35:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 9,285,631,006,103 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,079,502 |
net_rshares | 87,506,482,040 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
holger80 | 0 | 87,506,482,040 | 15% |
I will work on a command line tool :) Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | holger80 |
---|---|
permlink | holger80-re-bubke-bubke-re-holger80-update-for-steemengine-token-class-and-command-line-tool-added-20190311t172346414z |
category | utopian-io |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-03-11 17:23:48 |
last_update | 2019-03-11 17:23:48 |
depth | 2 |
children | 0 |
last_payout | 2019-03-18 17:23: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 | 107 |
author_reputation | 358,857,509,568,825 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,081,487 |
net_rshares | 0 |
You're on fire :D
author | cardboard |
---|---|
permlink | re-holger80-update-for-steemengine-token-class-and-command-line-tool-added-20190311t143321320z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-03-11 14:33:24 |
last_update | 2019-03-11 14:33:24 |
depth | 1 |
children | 0 |
last_payout | 2019-03-18 14:33:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 31,522,757,177,122 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,072,514 |
net_rshares | 87,245,772,752 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
holger80 | 0 | 87,245,772,752 | 15% |
- Good post with images and code samples. - Good commits messages and comments in the code. - Great advancement to bring smart contract and tokens to the Steem blockchain. 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/1-2-1-1-1-1-1-). ---- Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | helo |
---|---|
permlink | re-holger80-update-for-steemengine-token-class-and-command-line-tool-added-20190311t155413616z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/1-2-1-1-1-1-1-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2019-03-11 15:54:12 |
last_update | 2019-03-11 15:54:12 |
depth | 1 |
children | 1 |
last_payout | 2019-03-18 15:54:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 10.091 HBD |
curator_payout_value | 3.195 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 621 |
author_reputation | 121,547,934,535,311 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,077,356 |
net_rshares | 18,940,394,094,937 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yuxi | 0 | 23,111,934,892 | 100% | ||
codingdefined | 0 | 28,180,018,372 | 20% | ||
espoem | 0 | 26,615,016,816 | 15% | ||
utopian-io | 0 | 18,644,830,345,277 | 13.25% | ||
jaff8 | 0 | 42,290,129,079 | 19.21% | ||
emrebeyler | 0 | 6,480,744,006 | 1% | ||
cheneats | 0 | 1,047,552,889 | 25% | ||
aydant | 0 | 4,742,245,150 | 50% | ||
lostmine27 | 0 | 13,557,374,014 | 25% | ||
amosbastian | 0 | 59,952,034,445 | 19.21% | ||
sargoon | 0 | 1,206,535,152 | 37% | ||
reazuliqbal | 0 | 18,351,002,290 | 10% | ||
sbi3 | 0 | 51,495,909,994 | 18.87% | ||
ulockblock | 0 | 15,231,476,420 | 4.73% | ||
curbot | 0 | 2,453,073,787 | 100% | ||
ascorphat | 0 | 848,702,354 | 2.5% |
Thank you for your review, @helo! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-holger80-update-for-steemengine-token-class-and-command-line-tool-added-20190311t155413616z-20190314t050159z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-03-14 05:02:00 |
last_update | 2019-03-14 05:02:00 |
depth | 2 |
children | 0 |
last_payout | 2019-03-21 05:02: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 | 56 |
author_reputation | 152,955,367,999,756 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,279,795 |
net_rshares | 0 |
Thank you so much for participating in the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, letβs change the world!
author | partiko |
---|---|
permlink | re-update-for-steemengine-token-class-and-command-line-tool-added-20190311t183113 |
category | utopian-io |
json_metadata | "{"app": "partiko"}" |
created | 2019-03-11 18:31:15 |
last_update | 2019-03-11 18:31:15 |
depth | 1 |
children | 0 |
last_payout | 2019-03-18 18:31: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 | 213 |
author_reputation | 39,207,160,334,751 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,084,533 |
net_rshares | 0 |
This post has been included in the latest edition of [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem11march2019-fqedjj565e) - a digest of all the latest news on the Steem blockchain.
author | pennsif |
---|---|
permlink | re-holger80-update-for-steemengine-token-class-and-command-line-tool-added-20190313t011302914z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem11march2019-fqedjj565e"],"app":"steemit/0.1"} |
created | 2019-03-13 01:13:06 |
last_update | 2019-03-13 01:13:06 |
depth | 1 |
children | 0 |
last_payout | 2019-03-20 01:13:06 |
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 | 228 |
author_reputation | 636,410,097,572,565 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,184,248 |
net_rshares | 0 |
#### Hi @holger80! 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-update-for-steemengine-token-class-and-command-line-tool-added-20190311t163500z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.18"}" |
created | 2019-03-11 16:35:00 |
last_update | 2019-03-11 16:35:00 |
depth | 1 |
children | 0 |
last_payout | 2019-03-18 16:35:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 287 |
author_reputation | 23,214,230,978,060 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,079,468 |
net_rshares | 39,306,189,020 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sbi2 | 0 | 39,306,189,020 | 12.29% |
This post is supported by $5.02 @tipU upvote funded by @cardboard :)<br><strong><a href="https://steemit.com/@tipu/tipu-voting-service-quick-guide-updated-05-10-2018" rel="noopener">@tipU voting service</a></strong> always profitable, instant upvotes | <strong><a href="https://steemit.com/steem/@tipu/tipu-investors-guide" rel="noopener">For investors</a></strong>.
author | tipu |
---|---|
permlink | re-update-for-steemengine-token-class-and-command-line-tool-added-20190311t143429 |
category | utopian-io |
json_metadata | "" |
created | 2019-03-11 14:34:30 |
last_update | 2019-03-11 14:34:30 |
depth | 1 |
children | 0 |
last_payout | 2019-03-18 14:34:30 |
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 | 366 |
author_reputation | 55,914,851,917,880 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,072,571 |
net_rshares | 0 |
Hey, @holger80! **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-update-for-steemengine-token-class-and-command-line-tool-added-20190312t035926z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-03-12 03:59:27 |
last_update | 2019-03-12 03:59:27 |
depth | 1 |
children | 0 |
last_payout | 2019-03-19 03:59: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 | 590 |
author_reputation | 152,955,367,999,756 |
root_title | "Update for steemengine - token class and command line tool added" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,111,698 |
net_rshares | 0 |