<div class="text-justify"> <center><h2>My Coding Quiz #34 👨💻🛠️🧩</h2></center> <p>Welcome to the new installment of my series of <b>Coding Quizzes</b>, in which you will be able to test your knowledge and skills about programming and software development in a simple and fun way. If you want to learn more about it visit <a href="/@eniolw">my blog</a> here on Hive and the <a href="/@eniolw/my-coding-quiz-1">first post</a> where I introduced it.</p> <h3>Without further ado, here's the riddle...</h3> <br> <center> <img src="https://images.ecency.com/DQmfUd4apTca5TSmZNBerwKYHvEQkRf2KG5QfXYNgnZK9R7/quiz_img_en.png" alt="Quiz"> <h6>By @eniolw</h6> </center> <br><center><h3>What's your choice?</h3></center> <p><b>Solution to the <a href="/@eniolw/my-coding-quiz-33">previous quiz</a>:</b> <b>SyntaxError</b>. Line 1 creates a list called <code>data</code> with numeric elements. The notation <code>.2</code> is perfectly valid, equivalent to <code>0.2</code> as is common in spoken English and in other contexts.</p> <p>Line 2 creates a new list <code>nums</code> using list comprehension. Here a condition <code>.1 < d</code> is introduced which if you find slightly difficult to read, you can think of it as <code>d > .1</code> which is equivalent. The list <code>nums</code> will consist of <b>[0.2, 0.3]</b> which are the only values greater than <code>0.1</code> in <code>data</code>.</p> <p>Line 3 creates a variable called <code>sum</code> and this is critical to understanding the quiz, as we will see. It then starts a for loop that iterates over <code>data</code> and accumulates its values in <code>sum</code>.</p> <p>After that, line 6 tries to create a <code>total</code> variable from the sum of the elements of <code>nums</code> and here we have a problem. The name <code>sum</code> is partially reserved in Python for a built-in function that sums the elements of an iterable. However, that does not prevent it from being overwritten by the programmer and that is precisely what happened here in line 3 by saying <code>sum = 0</code>. The behavior of <code>sum</code> as a function has since been lost, which is why the code will generate a type error (<b>TypeError</b>), since the <code>sum</code> object is a float and is not callable as a function. Ĺa last line would not be executed.</p> <p>As you can see, you must be careful when naming your variables. The name <code>sum</code> is very intuitive, but you should not use it in Python for such a thing.</p> <hr> <p>If you want to blog about computer science and programming content, I invite you to join <a href="/">Hive</a> and participate in its communities, such as <a href="/created/hive-196387">STEM-social</a>, <a href="/created/hive-154226">Develop Spanish</a>, <a href="/created/hive-169321">Programming & Dev</a> and others.</p> <hr> <center><h2>Mi Quiz de Programación #34 👨💻🛠️🧩</h2></center> <p>Bienvenido a mi nueva serie de <b>Quizzes de Programación</b>, en la cual podrás poner a prueba tus conocimientos y habilidades sobre programación y desarrollo de software de una manera sencilla y divertida. Si quieres aprender más sobre ella visita <a href="/@eniolw">mi blog</a> aquí en Hive y el <a href="/@eniolw/my-coding-quiz-1">primer post</a> donde la presenté.</p> <h3>Sin más preámbulos, he aquí el acertijo...</h3> <br> <center> <img src="https://images.ecency.com/DQmerMF6deZYLJyoauSmvQZamYnZLNpmFrAt2HagtLEP8PQ/quiz_img_es.png" alt="Quiz"> <h6>Por @eniolw</h6> </center> <br><center><h3>¿Cuál es tu elección?</h3></center> <p><b>Solución al <a href="/@eniolw/my-coding-quiz-33">quiz anterior</a>:</b> <b>SyntaxError</b>. La línea 1 crea una lista llamada <code>data</code> con elementos numéricos. La notación <code>.2</code> es perfectamente válida, equivalente a <code>0.2</code> como es común en el inglés hablado y en otros contextos.</p> <p>La línea 2 crea una nueva lista <code>nums</code> usando la comprensión de listas. Aquí se introduce una condición <code>.1 < d</code> que, si le resulta un poco difícil de leer, puede considerarla como <code>d > .1</code>, que es equivalente. La lista <code>nums</code> estará formada por <b>[0.2, 0.3]</b>, que son los únicos valores mayores que <code>0.1</code> en <code>data</code>.</p> <p>La línea 3 crea una variable llamada <code>suma</code> y esto es fundamental para comprender el cuestionario, como veremos. Luego inicia un bucle for que itera sobre <code>data</code> y acumula sus valores en <code>sum</code>.</p> <p>Después de eso, la línea 6 intenta crear una variable <code>total</code> a partir de la suma de los elementos de <code>nums</code> y aquí tenemos un problema. El nombre <code>sum</code> está parcialmente reservado en Python para una función incorporada que suma los elementos de un iterable. Sin embargo, eso no evita que el programador lo sobrescriba y eso es precisamente lo que sucedió aquí en la línea 3 al decir <code>sum = 0</code>. Desde entonces, el comportamiento de <code>sum</code> como función se ha perdido, por lo que el código generará un error de tipo (<b>TypeError</b>), ya que <code>sum</code> El objeto es un flotante y no se puede invocar como una función. Ĺuna última línea no se ejecutaría.</p> <p>Como puedes ver, debes tener cuidado al nombrar tus variables. El nombre <code>sum</code> es muy intuitivo, pero no deberías usarlo en Python para tal cosa.</p> <hr> <p>Si quieres bloguear sobre contenido informático y de programación, te invito a unirte a <a href="/">Hive</a> y participar en sus comunidades, tales como <a href="/created/hive-196387">STEM-social</a>, <a href="/created/hive-154226">Develop Spanish</a>, <a href="/created/hive-169321">Programming & Dev</a> y otras.</p> </div>
author | eniolw |
---|---|
permlink | my-coding-quiz-34 |
category | hive-196387 |
json_metadata | "{"image":["https://images.ecency.com/DQmfUd4apTca5TSmZNBerwKYHvEQkRf2KG5QfXYNgnZK9R7/quiz_img_en.png","https://images.ecency.com/DQmerMF6deZYLJyoauSmvQZamYnZLNpmFrAt2HagtLEP8PQ/quiz_img_es.png"],"tags":["hive-196387","programming","coding","python","quiz","neoxian","proofofbrain","waivio","creativecoin","spanish"],"description":"My Coding Quiz #34 Welcome to the new installment of my series of Coding Quizzes, in which you will be able to test your knowledge and skills about programming and software development in a fun way.","app":"ecency/3.0.37-vision","format":"markdown+html","image_ratios":["0.9390","0.9390"]}" |
created | 2023-11-19 00:59:18 |
last_update | 2023-11-19 00:59:18 |
depth | 0 |
children | 2 |
last_payout | 2023-11-26 00:59:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.750 HBD |
curator_payout_value | 5.629 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,708 |
author_reputation | 255,322,644,496,399 |
root_title | "My Coding Quiz #34" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 128,981,329 |
net_rshares | 24,942,047,333,347 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 1,040,874,476 | 2.8% | ||
kevinwong | 0 | 2,849,255,177 | 0.42% | ||
justtryme90 | 0 | 1,429,263,575 | 70% | ||
eric-boucher | 0 | 14,884,523,820 | 2.8% | ||
thecryptodrive | 0 | 65,410,862,051 | 1.12% | ||
roelandp | 0 | 288,287,693,701 | 35% | ||
neoxian | 0 | 6,190,226,225,614 | 30% | ||
cloh76 | 0 | 4,031,959,643 | 2.8% | ||
joshglen | 0 | 765,754,608 | 5.6% | ||
lordvader | 0 | 35,349,801,503 | 5.6% | ||
rmach | 0 | 13,036,276,877 | 35% | ||
lemouth | 0 | 1,230,885,057,888 | 45% | ||
alaqrab | 0 | 557,084,267 | 2.8% | ||
lamouthe | 0 | 5,573,344,975 | 70% | ||
tfeldman | 0 | 5,498,562,168 | 2.8% | ||
sergiomendes | 0 | 1,311,408,667 | 2.8% | ||
metabs | 0 | 7,834,336,586 | 70% | ||
mcsvi | 0 | 116,491,659,138 | 50% | ||
lk666 | 0 | 1,917,891,996 | 2.8% | ||
cnfund | 0 | 11,760,654,803 | 5.6% | ||
boxcarblue | 0 | 11,995,136,878 | 2.8% | ||
justyy | 0 | 31,355,442,281 | 5.6% | ||
michelle.gent | 0 | 3,383,278,785 | 1.12% | ||
curie | 0 | 355,906,503,179 | 5.6% | ||
modernzorker | 0 | 3,865,659,910 | 3.92% | ||
moretea | 0 | 1,414,526,848 | 5.6% | ||
techslut | 0 | 183,112,734,800 | 28% | ||
steemstem | 0 | 1,290,754,834,546 | 70% | ||
dashfit | 0 | 487,436,860 | 2.8% | ||
tristancarax | 0 | 705,743,033 | 2.8% | ||
edb | 0 | 5,378,891,121 | 7% | ||
yadamaniart | 0 | 3,436,693,028 | 2.8% | ||
bigtakosensei | 0 | 1,658,914,138 | 1.4% | ||
walterjay | 0 | 449,721,059,375 | 35% | ||
valth | 0 | 10,739,822,218 | 35% | ||
metroair | 0 | 24,127,106,524 | 5.6% | ||
driptorchpress | 0 | 2,160,468,251 | 1.4% | ||
sardrt | 0 | 1,237,057,024 | 10% | ||
dna-replication | 0 | 2,744,070,695 | 70% | ||
privex | 0 | 3,473,131,550 | 5.6% | ||
boynashruddin | 0 | 764,693,102 | 5.6% | ||
steemiteducation | 0 | 1,125,418,629 | 2.8% | ||
dhimmel | 0 | 370,947,702,281 | 17.5% | ||
oluwatobiloba | 0 | 2,428,123,779 | 70% | ||
detlev | 0 | 13,260,924,553 | 1.68% | ||
chasmic-cosm | 0 | 866,393,417 | 2.8% | ||
pichat | 0 | 467,417,509 | 2.8% | ||
dune69 | 0 | 655,666,368 | 5.6% | ||
lugaxker | 0 | 823,566,558 | 34.65% | ||
federacion45 | 0 | 8,726,146,131 | 2.8% | ||
amberyooper | 0 | 682,398,358 | 2.8% | ||
gamersclassified | 0 | 3,801,379,169 | 2.8% | ||
iansart | 0 | 5,551,579,133 | 2.8% | ||
forykw | 0 | 12,903,590,726 | 2.8% | ||
mobbs | 0 | 104,537,767,462 | 35% | ||
jerrybanfield | 0 | 18,261,379,223 | 5.6% | ||
rt395 | 0 | 2,038,291,545 | 1.5% | ||
bitrocker2020 | 0 | 8,917,055,588 | 0.84% | ||
jga | 0 | 57,661,531,817 | 100% | ||
maxdevalue | 0 | 698,959,539 | 5.6% | ||
sustainablyyours | 0 | 24,227,720,869 | 35% | ||
helo | 0 | 16,151,817,176 | 35% | ||
arunava | 0 | 20,065,978,138 | 2.24% | ||
schoolforsdg4 | 0 | 1,074,081,415 | 5% | ||
samminator | 0 | 45,767,942,582 | 35% | ||
zerotoone | 0 | 1,123,369,029 | 2.8% | ||
enjar | 0 | 44,097,404,234 | 5.04% | ||
mahdiyari | 0 | 245,114,544,633 | 80% | ||
lorenzor | 0 | 1,346,992,554 | 50% | ||
sam99 | 0 | 14,130,808,503 | 21% | ||
aboutyourbiz | 0 | 996,216,482 | 5.6% | ||
derosnec | 0 | 573,020,645 | 2.8% | ||
amimohan | 0 | 4,719,821,453 | 100% | ||
alexander.alexis | 0 | 43,013,139,769 | 70% | ||
jayna | 0 | 7,903,531,943 | 1.12% | ||
deanlogic | 0 | 1,423,602,782 | 2.8% | ||
hhayweaver | 0 | 1,092,594,600 | 1.4% | ||
princessmewmew | 0 | 7,989,610,679 | 2.8% | ||
grapthar | 0 | 1,052,809,108 | 4.2% | ||
joeyarnoldvn | 0 | 475,154,126 | 1.47% | ||
diabolika | 0 | 892,339,570 | 2.8% | ||
zacherybinx | 0 | 948,969,637 | 5.6% | ||
ufv | 0 | 3,006,808,420 | 50% | ||
gunthertopp | 0 | 75,270,946,554 | 1.4% | ||
pipiczech | 0 | 2,317,151,912 | 5.6% | ||
empath | 0 | 4,249,414,537 | 2.8% | ||
eturnerx | 0 | 12,066,405,330 | 0.8% | ||
simonpeter35 | 0 | 1,268,614,219 | 100% | ||
minnowbooster | 0 | 1,039,096,995,339 | 20% | ||
lenasveganliving | 0 | 761,766,477 | 2.8% | ||
felt.buzz | 0 | 10,253,093,411 | 1.4% | ||
howo | 0 | 2,230,135,070,707 | 70% | ||
tsoldovieri | 0 | 7,408,320,575 | 35% | ||
akomoajong | 0 | 902,217,604 | 30% | ||
steemwizards | 0 | 4,301,451,949 | 5.6% | ||
neumannsalva | 0 | 4,876,114,476 | 2.8% | ||
stayoutoftherz | 0 | 161,454,070,392 | 1.4% | ||
abigail-dantes | 0 | 25,950,038,435 | 70% | ||
coindevil | 0 | 2,985,973,486 | 4.48% | ||
zonguin | 0 | 3,753,069,527 | 17.5% | ||
enfocate | 0 | 4,103,240,231 | 24% | ||
investingpennies | 0 | 20,815,075,784 | 5.6% | ||
khalil319 | 0 | 2,479,156,232 | 10% | ||
martibis | 0 | 1,550,151,076 | 1.68% | ||
val.halla | 0 | 2,869,753,262 | 10% | ||
redrica | 0 | 2,137,295,178 | 2.8% | ||
pepskaram | 0 | 594,251,943 | 2.8% | ||
iamphysical | 0 | 749,400,329 | 90% | ||
dipom98 | 0 | 1,188,985,554 | 2.8% | ||
zest | 0 | 1,012,920,949 | 35% | ||
zyx066 | 0 | 4,432,432,729 | 1.68% | ||
chrisdavidphoto | 0 | 1,099,943,291 | 1.68% | ||
revo | 0 | 11,457,688,177 | 5.6% | ||
azulear | 0 | 1,318,117,694 | 100% | ||
psicoluigi | 0 | 823,491,875 | 50% | ||
nerdnews | 0 | 918,416,500 | 5.6% | ||
risckylu | 0 | 1,467,560,004 | 24% | ||
rafaelaquino | 0 | 15,546,752,701 | 100% | ||
wilians | 0 | 548,137,818 | 35% | ||
rocky1 | 0 | 818,958,849,554 | 0.84% | ||
stickchumpion | 0 | 917,076,902 | 2.8% | ||
thelordsharvest | 0 | 4,985,778,450 | 5.6% | ||
vera-vaders-ea | 0 | 513,303,891 | 5.6% | ||
sumant | 0 | 5,498,922,246 | 2.8% | ||
aidefr | 0 | 7,971,833,381 | 35% | ||
torico | 0 | 1,509,632,373 | 1.84% | ||
cloudspyder | 0 | 9,238,405,267 | 100% | ||
tomiscurious | 0 | 4,907,386,147 | 0.9% | ||
procryptix | 0 | 32,896,784,135 | 100% | ||
therealwolf | 0 | 32,746,904,713 | 2.8% | ||
fatman | 0 | 9,166,768,292 | 2% | ||
inthenow | 0 | 20,372,301,916 | 20% | ||
minnowpowerup | 0 | 790,587,663 | 2.8% | ||
mawit07 | 0 | 28,915,658,159 | 9.9% | ||
splash-of-angs63 | 0 | 7,728,447,022 | 60% | ||
cryptononymous | 0 | 1,967,624,015 | 2.8% | ||
meno | 0 | 26,374,586,665 | 2.8% | ||
buttcoins | 0 | 8,547,916,265 | 1.12% | ||
sayee | 0 | 22,692,171,169 | 15% | ||
helyorsini | 0 | 621,330,531 | 2.8% | ||
hanggggbeeee | 0 | 478,203,965 | 2.8% | ||
steemed-proxy | 0 | 1,055,148,316,013 | 5.6% | ||
fatkat | 0 | 1,495,525,549 | 2.79% | ||
doifeellucky | 0 | 6,035,204,244 | 2.8% | ||
peaceandwar | 0 | 881,593,823 | 2.8% | ||
bhoa | 0 | 1,108,012,005 | 35% | ||
enzor | 0 | 2,212,794,319 | 35% | ||
marcoriccardi | 0 | 1,053,148,121 | 5.6% | ||
bartosz546 | 0 | 14,715,866,026 | 2.8% | ||
tazbaz | 0 | 562,970,563 | 2.8% | ||
dreamm | 0 | 3,122,052,692 | 50% | ||
afterglow | 0 | 850,845,363 | 10% | ||
dandays | 0 | 17,139,422,274 | 1.06% | ||
battebilly | 0 | 782,146,169 | 2.8% | ||
notb4mycoffee | 0 | 3,326,570,897 | 5.6% | ||
silverwhale | 0 | 1,370,758,879 | 5.04% | ||
caladan | 0 | 860,951,039 | 5.6% | ||
maverickfoo | 0 | 13,779,408,478 | 50% | ||
dejan.vuckovic | 0 | 846,513,720 | 1.12% | ||
alvinauh | 0 | 1,292,945,271 | 30% | ||
lottje | 0 | 612,414,932 | 70% | ||
myach | 0 | 968,869,350 | 4.48% | ||
sunsea | 0 | 4,558,338,021 | 2.8% | ||
eonwarped | 0 | 471,009,576,435 | 30% | ||
postpromoter | 0 | 1,650,164,697,777 | 70% | ||
mejustandrew | 0 | 1,003,501,415 | 2.8% | ||
bluefinstudios | 0 | 3,962,560,569 | 1.68% | ||
steveconnor | 0 | 4,988,310,507 | 2.8% | ||
sankysanket18 | 0 | 1,561,111,407 | 35% | ||
dbddv01 | 0 | 2,571,128,111 | 17.5% | ||
dranren | 0 | 1,993,987,815 | 100% | ||
zmx | 0 | 588,013,946 | 2.8% | ||
skippyza | 0 | 514,391,893 | 5.6% | ||
nicole-st | 0 | 1,051,011,693 | 2.8% | ||
smartsteem | 0 | 136,452,729,856 | 2.8% | ||
joedukeg | 0 | 1,301,319,263 | 25% | ||
smitop | 0 | 10,631,549,808 | 100% | ||
aboutcoolscience | 0 | 4,814,387,436 | 70% | ||
elisonr13 | 0 | 2,709,751,283 | 12% | ||
afifa | 0 | 641,703,149 | 10% | ||
sandracarrascal | 0 | 493,977,702 | 50% | ||
ubikalo | 0 | 505,090,143 | 12% | ||
skycae | 0 | 709,878,433 | 5.6% | ||
sgt-dan | 0 | 30,629,217,356 | 50% | ||
kenadis | 0 | 19,239,997,170 | 70% | ||
madridbg | 0 | 33,251,163,980 | 70% | ||
robotics101 | 0 | 21,104,947,919 | 70% | ||
marcolino76 | 0 | 641,028,797 | 2.8% | ||
onemedia | 0 | 1,153,980,224 | 5.6% | ||
lpv | 0 | 3,047,238,712 | 8.75% | ||
punchline | 0 | 15,380,225,056 | 5.6% | ||
apon318 | 0 | 496,134,538 | 5.6% | ||
tomatom | 0 | 489,269,878 | 2.8% | ||
adelepazani | 0 | 1,417,342,522 | 1.12% | ||
danaedwards | 0 | 687,010,017 | 5.6% | ||
r00sj3 | 0 | 120,770,162,643 | 35% | ||
sco | 0 | 20,689,230,862 | 70% | ||
phgnomo | 0 | 851,657,177 | 2.8% | ||
ennyta | 0 | 2,010,417,942 | 100% | ||
abmakko | 0 | 2,044,048,318 | 15% | ||
juecoree | 0 | 11,570,530,079 | 49% | ||
gordon92 | 0 | 873,034,437 | 2.8% | ||
stahlberg | 0 | 1,290,047,478 | 2.8% | ||
gabrielatravels | 0 | 1,918,133,228 | 1.96% | ||
cordeta | 0 | 1,073,371,022 | 5.6% | ||
reizak | 0 | 498,030,165 | 2.24% | ||
carn | 0 | 3,610,706,739 | 5.04% | ||
eliaschess333 | 0 | 54,843,506,697 | 100% | ||
branbello | 0 | 2,453,325,318 | 35% | ||
hetty-rowan | 0 | 2,812,395,861 | 2.8% | ||
lilianajimenez | 0 | 500,465,673 | 2.8% | ||
ydavgonzalez | 0 | 2,067,971,613 | 10% | ||
fineartnow | 0 | 4,039,730,102 | 2.8% | ||
hijosdelhombre | 0 | 45,695,997,275 | 40% | ||
mathowl | 0 | 46,107,711,998 | 100% | ||
yoghurt | 0 | 1,083,316,979 | 5.6% | ||
steemvault | 0 | 2,208,567,714 | 5.6% | ||
steem4all | 0 | 1,189,174,531 | 2.8% | ||
communitybank | 0 | 4,455,077,420 | 5.6% | ||
shinedojo | 0 | 663,970,912 | 5.6% | ||
fragmentarion | 0 | 36,139,532,241 | 70% | ||
bennettitalia | 0 | 1,988,822,174 | 2.8% | ||
utube | 0 | 4,752,636,136 | 5.6% | ||
jigstrike | 0 | 930,959,595 | 2.8% | ||
kylo-ren | 0 | 479,867,649 | 5.6% | ||
dynamicrypto | 0 | 5,214,135,087 | 1% | ||
neneandy | 0 | 6,485,040,901 | 5.6% | ||
pab.ink | 0 | 734,609,488 | 35% | ||
marc-allaria | 0 | 4,302,322,024 | 2.8% | ||
real2josh | 0 | 661,181,182 | 35% | ||
sportscontest | 0 | 5,754,703,954 | 5.6% | ||
videosteemit | 0 | 1,247,455,504 | 5.6% | ||
gribouille | 0 | 1,695,408,589 | 35% | ||
pandasquad | 0 | 13,142,774,144 | 5.6% | ||
kingabesh | 0 | 1,425,069,170 | 35% | ||
miguelangel2801 | 0 | 790,976,478 | 50% | ||
mproxima | 0 | 2,549,946,932 | 2.8% | ||
didic | 0 | 1,940,579,127 | 2.8% | ||
warpedpoetic | 0 | 2,082,610,939 | 5.6% | ||
careassaktart | 0 | 703,668,414 | 1.68% | ||
jossduarte | 0 | 1,613,185,780 | 2.8% | ||
emiliomoron | 0 | 10,657,361,055 | 35% | ||
yjcps | 0 | 5,821,604,634 | 100% | ||
galam | 0 | 968,172,865 | 35% | ||
dexterdev | 0 | 2,887,818,712 | 35% | ||
nwjordan | 0 | 842,970,132 | 5.6% | ||
photohunt | 0 | 3,940,080,340 | 5.6% | ||
geopolis | 0 | 4,683,996,982 | 70% | ||
robertbira | 0 | 7,583,457,039 | 17.5% | ||
anikys3reasure | 0 | 630,740,579 | 15% | ||
alexdory | 0 | 8,710,133,290 | 70% | ||
takowi | 0 | 110,925,021,584 | 5.6% | ||
sargewhale | 0 | 839,292,836 | 100% | ||
irgendwo | 0 | 20,122,410,580 | 5.6% | ||
vegan.niinja | 0 | 504,537,722 | 2.8% | ||
flugschwein | 0 | 15,080,152,051 | 59.5% | ||
charitybot | 0 | 5,093,545,189 | 100% | ||
kieranstone | 0 | 1,642,795,293 | 1.84% | ||
francostem | 0 | 9,754,242,673 | 70% | ||
russellstockley | 0 | 1,598,571,408 | 1.4% | ||
endopediatria | 0 | 695,806,150 | 20% | ||
steempampanga | 0 | 518,704,787 | 2.8% | ||
croctopus | 0 | 1,427,473,940 | 100% | ||
jjerryhan | 0 | 4,917,808,804 | 2.8% | ||
putu300 | 0 | 678,586,677 | 5% | ||
cryptictruth | 0 | 2,549,798,809 | 0.5% | ||
zipporah | 0 | 2,754,096,232 | 1.12% | ||
leomarylm | 0 | 1,932,681,292 | 2.8% | ||
randumb | 0 | 851,381,353 | 5.6% | ||
superlotto | 0 | 16,062,673,031 | 5.6% | ||
positiveninja | 0 | 990,116,611 | 2.8% | ||
miroslavrc | 0 | 1,232,381,555 | 1.4% | ||
foxyspirit | 0 | 585,476,845 | 2.8% | ||
bscrypto | 0 | 14,772,282,169 | 2.8% | ||
vonaurolacu | 0 | 1,739,002,867 | 2.8% | ||
movingman | 0 | 518,375,860 | 20% | ||
delpilar | 0 | 934,959,443 | 25% | ||
tomastonyperez | 0 | 16,998,837,050 | 50% | ||
rodrigocassio | 0 | 894,453,256 | 100% | ||
bil.prag | 0 | 2,522,069,217 | 0.28% | ||
silviomangum29 | 0 | 894,422,439 | 100% | ||
elvigia | 0 | 11,006,046,022 | 50% | ||
sanderjansenart | 0 | 5,479,803,582 | 2.8% | ||
viagens | 0 | 896,843,341 | 100% | ||
vittoriozuccala | 0 | 2,212,108,210 | 2.8% | ||
laxam | 0 | 5,458,166,162 | 100% | ||
koenau | 0 | 1,486,735,252 | 2.8% | ||
qberry | 0 | 4,029,498,646 | 2.8% | ||
strosalia | 0 | 10,630,216,621 | 80% | ||
frissonsteemit | 0 | 1,247,521,984 | 2.8% | ||
broncofan99 | 0 | 10,012,266,361 | 20% | ||
rambutan.art | 0 | 1,824,347,047 | 5.6% | ||
greddyforce | 0 | 4,074,526,852 | 2.07% | ||
flyerchen | 0 | 1,318,900,491 | 2.8% | ||
juanmanuellopez1 | 0 | 725,931,481 | 19.2% | ||
braaiboy | 0 | 10,990,921,211 | 2.8% | ||
c0wtschpotato | 0 | 593,885,737 | 2.8% | ||
therising | 0 | 99,342,856,145 | 5.6% | ||
jordangerder | 0 | 3,622,093,865 | 12% | ||
cryptocoinkb | 0 | 2,217,561,457 | 2.8% | ||
gifty-e | 0 | 574,198,933 | 80% | ||
scruffy23 | 0 | 20,060,605,932 | 50% | ||
eniolw | 0 | 12,857,105,434 | 100% | ||
de-stem | 0 | 38,664,440,870 | 69.3% | ||
manuelmusic | 0 | 784,353,847 | 14.4% | ||
serylt | 0 | 3,236,575,900 | 68.6% | ||
josedelacruz | 0 | 4,644,507,170 | 50% | ||
dracrow | 0 | 2,926,108,402 | 9.6% | ||
achimmertens | 0 | 17,222,095,236 | 2.8% | ||
kgakakillerg | 0 | 18,201,629,554 | 10% | ||
charitymemes | 0 | 530,323,682 | 100% | ||
mariusfebruary | 0 | 681,785,594 | 2.24% | ||
outtheshellvlog | 0 | 892,951,056 | 2.8% | ||
sawyn | 0 | 664,157,771 | 2.8% | ||
xawi | 0 | 16,933,447,264 | 30% | ||
realblockchain | 0 | 15,950,175,366 | 50% | ||
erickyoussif | 0 | 607,764,022 | 100% | ||
michaelwrites | 0 | 932,338,427 | 35% | ||
indigoocean | 0 | 1,178,841,886 | 2.8% | ||
deholt | 0 | 4,096,036,813 | 59.5% | ||
robmolecule | 0 | 22,216,331,095 | 10% | ||
anneporter | 0 | 2,741,269,934 | 21% | ||
celinavisaez | 0 | 10,168,920,278 | 30% | ||
steem.services | 0 | 1,068,647,320 | 1.12% | ||
bushradio | 0 | 658,242,467 | 5.6% | ||
ifeoluwa88 | 0 | 16,567,862,453 | 30% | ||
minerthreat | 0 | 3,504,476,197 | 2.8% | ||
meher04 | 0 | 1,408,487,999 | 30% | ||
temitayo-pelumi | 0 | 6,530,453,332 | 70% | ||
andrick | 0 | 859,994,003 | 50% | ||
doctor-cog-diss | 0 | 63,161,362,072 | 70% | ||
trisolaran | 0 | 1,572,957,951 | 2.8% | ||
marcuz | 0 | 2,435,370,100 | 35% | ||
acont | 0 | 7,555,498,848 | 50% | ||
uche-nna | 0 | 6,418,034,866 | 4.48% | ||
drawmeaship | 0 | 1,301,333,973 | 50% | ||
vietthuy | 0 | 809,213,128 | 50% | ||
ajongcrypto | 0 | 852,397,242 | 30% | ||
cheese4ead | 0 | 4,734,227,147 | 2.8% | ||
jd4e | 0 | 3,739,870,996 | 50% | ||
mafufuma | 0 | 7,443,468,329 | 1% | ||
apshamilton | 0 | 11,654,982,462 | 0.7% | ||
nathyortiz | 0 | 1,238,788,968 | 2.8% | ||
nattybongo | 0 | 115,524,820,460 | 70% | ||
drsensor | 0 | 998,626,973 | 36% | ||
revueh | 0 | 2,025,126,275 | 35% | ||
qila | 0 | 552,259,752 | 5.6% | ||
ilovecryptopl | 0 | 930,034,634 | 4.48% | ||
purelyscience | 0 | 536,710,580 | 35% | ||
bflanagin | 0 | 5,177,607,441 | 2.8% | ||
ubaldonet | 0 | 2,372,012,196 | 80% | ||
armandosodano | 0 | 3,415,532,216 | 2.8% | ||
melor9 | 0 | 563,832,401 | 2.8% | ||
sadbear | 0 | 487,491,084 | 2.8% | ||
acousticguitar | 0 | 14,126,020,775 | 50% | ||
hamismsf | 0 | 3,746,047,833 | 0.7% | ||
teamvn | 0 | 6,581,581,026 | 5.93% | ||
goblinknackers | 0 | 73,988,756,052 | 7% | ||
smartvote | 0 | 74,343,501,683 | 3.3% | ||
zuerich | 0 | 428,561,714,762 | 10% | ||
reinaseq | 0 | 7,491,838,578 | 100% | ||
vixmemon | 0 | 1,751,139,170 | 4.2% | ||
honeycup-waters | 0 | 621,067,239 | 2.8% | ||
yaelg | 0 | 1,002,192,155 | 1.68% | ||
kylealex | 0 | 4,744,072,186 | 10% | ||
orlandogonzalez | 0 | 3,128,930,294 | 25% | ||
arzkyu97 | 0 | 2,751,700,892 | 9.6% | ||
fran.frey | 0 | 4,184,827,451 | 50% | ||
perpetuum-lynx | 0 | 2,167,223,146 | 68.6% | ||
andreasalas | 0 | 444,580,103 | 24% | ||
hanshotfirst-sm | 0 | 499,826,763 | 5.6% | ||
petrarodriguez | 0 | 154,592,941,939 | 24% | ||
thelittlebank | 0 | 20,407,565,941 | 2.8% | ||
pboulet | 0 | 170,209,644,889 | 56% | ||
javyeslava.photo | 0 | 642,983,930 | 2.24% | ||
josesalazar200 | 0 | 555,811,441 | 5.6% | ||
stem-espanol | 0 | 14,899,669,254 | 100% | ||
futurekr | 0 | 2,437,161,326 | 100% | ||
cliffagreen | 0 | 4,976,939,283 | 10% | ||
aleestra | 0 | 12,827,699,937 | 80% | ||
palasatenea | 0 | 3,251,799,899 | 2.8% | ||
pocketjs | 0 | 74,004,956 | 5.93% | ||
the.success.club | 0 | 2,512,621,690 | 2.8% | ||
javier.dejuan | 0 | 540,507,211 | 70% | ||
amansharma555 | 0 | 595,961,049 | 100% | ||
sincensura | 0 | 1,037,022,071 | 100% | ||
meanroosterfarm | 0 | 1,405,483,264 | 35% | ||
racarjoal | 0 | 589,373,036 | 12% | ||
merlin7 | 0 | 11,179,183,402 | 5.6% | ||
janettyanez | 0 | 498,185,813 | 4.8% | ||
brianoflondon | 0 | 81,220,959,798 | 1.4% | ||
sanjeev021 | 0 | 798,778,149 | 3% | ||
giulyfarci52 | 0 | 1,710,597,593 | 50% | ||
esthersanchez | 0 | 4,255,986,607 | 60% | ||
maryelin | 0 | 628,791,416 | 12% | ||
kristall97 | 0 | 4,224,950,379 | 100% | ||
followjohngalt | 0 | 879,800,684 | 5.6% | ||
steemcryptosicko | 0 | 8,598,232,293 | 1.12% | ||
certain | 0 | 1,227,699,023 | 0.67% | ||
alvin0617 | 0 | 493,755,376 | 2.8% | ||
multifacetas | 0 | 1,559,911,354 | 2.8% | ||
cowpatty | 0 | 1,461,614,721 | 35% | ||
stem.witness | 0 | 4,220,861,482 | 70% | ||
witkowskipawel | 0 | 977,854,455 | 2.8% | ||
hiddendragon | 0 | 638,193,574 | 38% | ||
chipdip | 0 | 787,934,017 | 10% | ||
unitqm | 0 | 458,790,485 | 2.8% | ||
jpbliberty | 0 | 6,686,623,572 | 1.4% | ||
autobodhi | 0 | 1,066,378,013 | 5.6% | ||
mechanicalowl | 0 | 658,743,302 | 50% | ||
regularowl | 0 | 1,177,061,627 | 50% | ||
morarnagringa | 0 | 1,232,582,005 | 100% | ||
double-negative | 0 | 524,506,874 | 20% | ||
michaias | 0 | 2,102,889,844 | 75% | ||
samsemilia7 | 0 | 881,656,809 | 39% | ||
vaultec | 0 | 6,419,939,678 | 12% | ||
steemstorage | 0 | 7,127,433,799 | 5.6% | ||
ragnarhewins90 | 0 | 480,507,126 | 10% | ||
jtm.support | 0 | 5,456,401,937 | 70% | ||
edithbdraw | 0 | 810,185,424 | 2.8% | ||
crowdwitness | 0 | 179,888,124,856 | 35% | ||
synergized | 0 | 7,344,784,484 | 35% | ||
steemtelly | 0 | 1,836,198,028 | 5.93% | ||
hairgistix | 0 | 3,269,772,793 | 2.8% | ||
jadung | 0 | 4,729,034,790 | 100% | ||
bluemaskman | 0 | 638,957,640 | 2.8% | ||
steemean | 0 | 10,107,116,149 | 5% | ||
proxy-pal | 0 | 1,255,130,207 | 5.6% | ||
deriyon | 0 | 475,179,033 | 100% | ||
hashkings | 0 | 33,871,596,417 | 25% | ||
medro-martin | 0 | 13,130,893,599 | 95% | ||
cryptofiloz | 0 | 9,054,846,835 | 5.6% | ||
dawnoner | 0 | 1,965,656,567 | 0.56% | ||
jackramsey | 0 | 1,109,973,501 | 3.92% | ||
photographercr | 0 | 2,677,450,557 | 1.12% | ||
epicdice | 0 | 1,925,673,421 | 1.68% | ||
yiobri | 0 | 614,368,333 | 12% | ||
iamsaray | 0 | 1,385,772,237 | 2.8% | ||
yonnathang | 0 | 15,172,143,733 | 24% | ||
robibasa | 0 | 17,411,433,126 | 10% | ||
beerlover | 0 | 2,493,696,555 | 1.68% | ||
tinyhousecryptos | 0 | 475,292,684 | 5% | ||
victartex | 0 | 1,666,186,352 | 24% | ||
rtron86 | 0 | 6,185,365,349 | 50% | ||
tggr | 0 | 1,371,328,743 | 2.8% | ||
aicu | 0 | 1,379,489,974 | 5.6% | ||
zeruxanime | 0 | 13,152,965,887 | 35% | ||
afarina46 | 0 | 1,950,435,249 | 35% | ||
literalypotato | 0 | 1,290,597,612 | 100% | ||
spinvest | 0 | 1,011,282,252 | 1.12% | ||
mind.force | 0 | 1,237,951,015 | 1.4% | ||
h-hamilton | 0 | 1,087,797,409 | 2.8% | ||
tiffin | 0 | 831,825,183 | 5.6% | ||
reggaesteem | 0 | 487,037,437 | 5% | ||
akomoajong1 | 0 | 957,287,636 | 30% | ||
aicoding | 0 | 587,216,685 | 2.8% | ||
dechuck | 0 | 11,603,622,604 | 70% | ||
javikun | 0 | 723,319,274 | 24% | ||
nazer | 0 | 2,807,057,134 | 35% | ||
marriakjozhegp | 0 | 1,181,671,224 | 30% | ||
saravm82 | 0 | 3,311,136,260 | 24% | ||
steemstem-trig | 0 | 1,464,226,932 | 70% | ||
hispapro | 0 | 446,890,678,966 | 24% | ||
baltai | 0 | 6,179,258,116 | 2.8% | ||
chris-uk | 0 | 1,124,658,157 | 2.8% | ||
mowemu | 0 | 480,539,021 | 5.6% | ||
atheistrepublic | 0 | 6,701,430,708 | 2.8% | ||
machan | 0 | 723,706,874 | 2.8% | ||
ibt-survival | 0 | 37,395,001,758 | 10% | ||
steemdiamond | 0 | 733,775,458 | 5.6% | ||
appics.tutorial | 0 | 37,072,913,227 | 100% | ||
zirky | 0 | 2,830,216,648 | 4.76% | ||
gloriaolar | 0 | 2,348,137,352 | 1.68% | ||
manic.calm | 0 | 11,136,567,159 | 100% | ||
lightpaintershub | 0 | 664,444,954 | 1% | ||
bilpcoinbpc | 0 | 813,640,041 | 5% | ||
peterale | 0 | 1,122,157,978 | 2.8% | ||
yunnie | 0 | 756,152,484 | 100% | ||
cornavirus | 0 | 513,417,456 | 5.6% | ||
hive-127039 | 0 | 476,013,852 | 25% | ||
andreina57 | 0 | 653,896,149 | 35% | ||
krisconkr | 0 | 548,831,335 | 2.8% | ||
fsm-core | 0 | 12,202,036,897 | 50% | ||
hivebuzz | 0 | 8,578,764,778 | 2% | ||
educationhive | 0 | 387,830,580 | 2.8% | ||
stemsocial | 0 | 580,676,414,701 | 70% | ||
veeart | 0 | 1,815,316,662 | 50% | ||
mami.sheh7 | 0 | 844,210,680 | 15% | ||
the100 | 0 | 1,356,759,579 | 2.8% | ||
hiveonboard | 0 | 536,016,190 | 2.1% | ||
georgelys | 0 | 2,994,813,458 | 24% | ||
lqch | 0 | 183,747,941,366 | 12% | ||
noelyss | 0 | 21,408,925,757 | 35% | ||
jsalvage | 0 | 1,901,563,178 | 35% | ||
anafae | 0 | 609,481,590 | 1.12% | ||
oks2crypto | 0 | 4,904,366,391 | 50% | ||
hivecoffee | 0 | 664,081,567 | 5.6% | ||
brofund-ag | 0 | 994,388,416 | 30% | ||
gohive | 0 | 6,009,312,246 | 100% | ||
sevenoh-fiveoh | 0 | 1,019,989,372 | 2.8% | ||
lis0426csm | 0 | 7,234,379,706 | 100% | ||
aabcent | 0 | 5,321,833,377 | 4.48% | ||
edfer18 | 0 | 1,963,973,613 | 24% | ||
artsyproxy | 0 | 491,030,823 | 5.6% | ||
altleft | 0 | 21,562,485,610 | 0.05% | ||
noalys | 0 | 1,100,624,955 | 2.8% | ||
enyusael | 0 | 908,275,025 | 12% | ||
borniet | 0 | 1,988,194,939 | 2.8% | ||
evagavilan2 | 0 | 6,366,276,240 | 12% | ||
gonklavez9 | 0 | 1,467,623,795 | 70% | ||
death-and-taxes | 0 | 481,165,469 | 5.6% | ||
jesuspsoto | 0 | 1,731,537,807 | 24% | ||
apeboy | 0 | 924,104,381 | 12% | ||
apendix1994 | 0 | 3,845,633,453 | 90% | ||
koshwe | 0 | 893,930,285 | 50% | ||
cosplay.hadr | 0 | 1,295,776,081 | 5.6% | ||
hadrgames | 0 | 1,334,956,589 | 5.6% | ||
rawecz | 0 | 772,096,691 | 5.6% | ||
maar | 0 | 667,170,753 | 70% | ||
meritocracy | 0 | 63,354,639,720 | 0.56% | ||
hispaplus | 0 | 1,152,889,963 | 24% | ||
dcrops | 0 | 35,368,149,299 | 2.8% | ||
infernalcoliseum | 0 | 1,716,431,658 | 25% | ||
rondonshneezy | 0 | 515,299,701 | 2.8% | ||
endrius | 0 | 2,878,668,321 | 75% | ||
traderhive | 0 | 12,743,609,342 | 5.6% | ||
alvarezjessica | 0 | 3,749,306,120 | 24% | ||
tawadak24 | 0 | 621,937,058 | 2.8% | ||
eturnerx-honey | 0 | 236,887,915 | 0.8% | ||
elgatoshawua | 0 | 704,710,715 | 2.8% | ||
arunbiju969 | 0 | 553,276,121 | 14% | ||
limn | 0 | 895,966,999 | 2.8% | ||
wynella | 0 | 1,119,707,093 | 2.8% | ||
nyxlabs | 0 | 1,014,650,913 | 3.5% | ||
dodovietnam | 0 | 4,078,598,494 | 2.8% | ||
mayorkeys | 0 | 5,696,221,958 | 30% | ||
oahb132 | 0 | 1,148,483,571 | 35% | ||
failingforwards | 0 | 3,281,255,603 | 2.8% | ||
fwxiii | 0 | 487,697,910 | 2.8% | ||
hexagono6 | 0 | 2,206,529,601 | 12% | ||
trouvaille | 0 | 766,180,525 | 2.8% | ||
maxelitereturned | 0 | 570,230,496 | 35% | ||
juecoree.stem | 0 | 476,167,550 | 70% | ||
trippymane | 0 | 1,791,941,612 | 5.6% | ||
victordumont | 0 | 2,014,296,313 | 24% | ||
norokochan | 0 | 1,224,173,087 | 24% | ||
nfttunz | 0 | 8,816,172,913 | 0.56% | ||
caribayarte | 0 | 3,535,041,821 | 24% | ||
yeidelyt | 0 | 896,099,394 | 24% | ||
soychalbed | 0 | 1,038,648,217 | 12% | ||
atexoras.pub | 0 | 1,346,913,411 | 2.8% | ||
naath | 0 | 889,171,899 | 12% | ||
holovision.cash | 0 | 4,246,120,140 | 100% | ||
brujita18 | 0 | 4,433,909,613 | 10.8% | ||
krrizjos18 | 0 | 3,080,109,470 | 35% | ||
memesupport | 0 | 520,233,718 | 30% | ||
hubeyma | 0 | 1,017,966,477 | 2.8% | ||
mirteg | 0 | 759,787,418 | 5.6% | ||
podping | 0 | 8,242,440,744 | 1.4% | ||
yenmendt | 0 | 7,164,184,355 | 24% | ||
beysyd | 0 | 1,854,275,199 | 12% | ||
peckypeace | 0 | 4,719,281,897 | 100% | ||
drhueso | 0 | 1,422,887,254 | 2.8% | ||
pinkfloyd878 | 0 | 4,291,259,533 | 100% | ||
asderhz | 0 | 1,420,664,574 | 12% | ||
ayee11 | 0 | 1,110,379,648 | 100% | ||
mairimgo23 | 0 | 5,767,546,253 | 24% | ||
laviesm | 0 | 5,744,928,213 | 50% | ||
miguelstar | 0 | 1,503,883,462 | 24% | ||
seinkalar | 0 | 12,992,942,745 | 5.6% | ||
badge-646464 | 0 | 11,585,255,074 | 100% | ||
sidalim88 | 0 | 3,486,349,390 | 2.8% | ||
amaillo | 0 | 657,459,210 | 4.8% | ||
aries90 | 0 | 43,871,611,884 | 5.6% | ||
franvenezuela | 0 | 1,058,342,820 | 12% | ||
finch97 | 0 | 16,526,034,516 | 100% | ||
cugel | 0 | 2,500,031,088 | 2.8% | ||
spirit09 | 0 | 28,350,157,332 | 100% | ||
amaillo-m | 0 | 759,293,780 | 24% | ||
acantoni | 0 | 915,866,616 | 2.8% | ||
migka | 0 | 4,310,661,444 | 90% | ||
logen9f | 0 | 912,121,793 | 100% | ||
blingit | 0 | 3,557,124,044 | 2.8% | ||
marsupia | 0 | 936,497,195 | 25% | ||
iradeorum | 0 | 540,857,375 | 100% | ||
kingz1337 | 0 | 1,320,091,286 | 100% | ||
axelx12 | 0 | 2,043,404,254 | 100% | ||
poolpartylegolas | 0 | 4,111,053,285 | 100% | ||
mcsherriff | 0 | 616,465,198 | 5.6% | ||
andre-marg25 | 0 | 1,243,540,613 | 24% | ||
iskafan | 0 | 823,934,496 | 2.8% | ||
jude9 | 0 | 1,644,628,690 | 17.5% | ||
kingz1338 | 0 | 753,948,308 | 100% | ||
kingz1339 | 0 | 753,245,487 | 100% | ||
alt3r | 0 | 1,349,556,475 | 4.31% | ||
onw | 0 | 9,515,368,510 | 100% | ||
waivio.curator | 0 | 1,498,579,128 | 2.85% | ||
raph1 | 0 | 3,751,776,652 | 100% | ||
gercripto | 0 | 1,339,593,294 | 12% | ||
simsahas | 0 | 3,726,494,598 | 5.6% | ||
ehizgabriel | 0 | 657,480,208 | 35% | ||
susurrodmisterio | 0 | 981,243,051 | 12% | ||
esalcedo | 0 | 35,205,380,079 | 24% | ||
checkyzk | 0 | 25,960,933,615 | 98% | ||
foxlatam | 0 | 9,639,880,451 | 50% | ||
deadleaf | 0 | 4,193,112,792 | 100% | ||
stefy.music | 0 | 571,955,197 | 2.8% | ||
taradraz1 | 0 | 229,864,868 | 100% | ||
netvalar | 0 | 6,171,433,452 | 50% | ||
allentaylor | 0 | 996,525,037 | 2.8% | ||
benwickenton | 0 | 2,736,755,462 | 5.6% | ||
annabeth | 0 | 809,938,499 | 5.6% | ||
blackdaisyft | 0 | 17,596,815,734 | 50% | ||
youarecreative | 0 | 608,263,326 | 50% | ||
jerusa777 | 0 | 1,281,368,729 | 15% | ||
njclabaugh | 0 | 475,306,607 | 100% | ||
balabambuz | 0 | 722,598,346 | 2.8% | ||
her18lux | 0 | 18,194,273,775 | 100% | ||
prosocialise | 0 | 58,659,214,139 | 35% | ||
the420syndicate | 0 | 1,081,531,338 | 100% | ||
archangel21 | 0 | 3,268,609,913 | 5.6% | ||
dragonmk47 | 0 | 3,838,508,411 | 3% | ||
street.curator | 0 | 953,412,188 | 50% | ||
filmmaking4hive | 0 | 2,201,378,060 | 5.6% | ||
amafable07 | 0 | 1,037,532,138 | 35% | ||
mugueto2022 | 0 | 556,675,572 | 20% | ||
ricardoeloy | 0 | 813,969,875 | 6% | ||
chechostreet | 0 | 2,046,391,293 | 24% | ||
windail1 | 0 | 2,483,490,632 | 100% | ||
jaylatour | 0 | 729,885,647 | 5.6% | ||
nazom | 0 | 811,143,936 | 35% | ||
fefe99 | 0 | 500,120,309 | 100% | ||
mr-rent | 0 | 4,112,911,142 | 75% | ||
universodaniel | 0 | 872,192,576 | 12% | ||
soyjoselopez | 0 | 475,098,981 | 20% | ||
sbtofficial | 0 | 5,036,246,193 | 2.8% | ||
hk-curation | 0 | 112,841,784,983 | 50% | ||
vagabond42069 | 0 | 1,491,468,464 | 35% | ||
eollarvesm | 0 | 887,601,512 | 12% | ||
inibless | 0 | 2,332,198,351 | 35% | ||
cindynancy | 0 | 1,406,819,600 | 35% | ||
divabright | 0 | 848,152,777 | 50% | ||
hiversbqto | 0 | 2,414,058,286 | 24% | ||
daje10 | 0 | 21,332,305,136 | 50% | ||
gmzorn | 0 | 2,726,839,819 | 100% | ||
justfavour | 0 | 1,956,083,777 | 2.8% | ||
hispaliterario | 0 | 816,089,276 | 24% | ||
sc000 | 0 | 1,378,483,183 | 5.6% | ||
girlcrypto | 0 | 968,798,660 | 100% | ||
beckyonweb | 0 | 475,319,169 | 100% | ||
pinkchic | 0 | 609,359,271 | 0.84% | ||
cardcompounding | 0 | 1,948,481,866 | 100% | ||
vankushfamily | 0 | 670,126,405 | 35% | ||
jijisaurart | 0 | 1,388,498,846 | 2.8% | ||
tuba777 | 0 | 1,563,527,949 | 35% | ||
nahuelgameplays | 0 | 656,269,838 | 25% | ||
clpacksperiment | 0 | 3,106,736,015 | 2.8% | ||
humbe | 0 | 2,447,184,798 | 2% | ||
moremoney28 | 0 | 5,659,744,610 | 15% | ||
kingscurate | 0 | 476,702,553 | 100% | ||
thepeoplesguild | 0 | 860,996,776 | 2.8% | ||
flywithmarlin | 0 | 866,131,292 | 12% | ||
zackygamer | 0 | 1,296,199,086 | 24% | ||
abu78 | 0 | 4,737,495,188 | 24.5% | ||
ijelady | 0 | 675,975,495 | 15% | ||
reverio | 0 | 439,292,478 | 5% | ||
warofcriptonft | 0 | 14,959,661,362 | 9.6% | ||
arduilcelebren | 0 | 1,851,166,742 | 2.8% | ||
lettinggotech | 0 | 1,296,603,817 | 2.8% | ||
niggyayo | 0 | 1,460,193,994 | 12% | ||
rhemagames | 0 | 4,918,402,552 | 2.8% | ||
cryptoscripts | 0 | 500,826,654 | 14% | ||
kryptof | 0 | 4,996,228,008 | 8% | ||
yanguaro | 0 | 476,419,028 | 100% | ||
mariiestefania | 0 | 1,689,303,136 | 24% | ||
vscampbell | 0 | 1,283,035,672 | 50% |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-eniolw-my-coding-quiz-34-20231119t155537225z |
category | hive-196387 |
json_metadata | {"app":"STEMsocial"} |
created | 2023-11-19 15:55:36 |
last_update | 2023-11-19 15:55:36 |
depth | 1 |
children | 0 |
last_payout | 2023-11-26 15:55:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 565 |
author_reputation | 22,918,491,691,707 |
root_title | "My Coding Quiz #34" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 128,999,589 |
net_rshares | 182,458,116,839 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
snippets | 0 | 182,458,116,839 | 100% |
I will say SyntaxError :D 🤠
author | taradraz1 |
---|---|
permlink | re-eniolw-s4dlbz |
category | hive-196387 |
json_metadata | {"tags":["hive-196387"],"app":"peakd/2023.10.1"} |
created | 2023-11-19 14:52:48 |
last_update | 2023-11-19 14:52:48 |
depth | 1 |
children | 0 |
last_payout | 2023-11-26 14:52: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 | 27 |
author_reputation | 14,630,618,255,247 |
root_title | "My Coding Quiz #34" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 128,998,434 |
net_rshares | 0 |