DeFi 자동 클레임 후 재투자하는 부분까지 마무리하였습니다. 이제는 파이썬 프로그램에 규칙을 등록해놓으면 알아서 harvest하고 deposit할 수 있습니다. 소스는 아래 guthub에 있습니다. github.com/multizone-quant/DeFi/blob/main/DeFi_harvest_deposit 사용법은 간단합니다. 아래 부분에 원하는 값을 입력하시면 됩니다. my_addr는 본인이 사용하는 eth주소, my_priv는 해당 주소의 private key입니다. claim, deposit을 하기 위해서는 private key가 필요합니다. POOL_NAME는 수정할 필요가 없고, MIN_HARVEST_NUM 값은 claim할 최소 갯수입니다. 이렇게 claim한 cake은 DEPOSIT_POOL에 지정된 pool에 deposit합니다. 현재 test한 syrup풀은 alice이며 본인이 사용하는 syrup pool의 smart contract를 찾아서 추가하면 됩니다. ~~~ # 수정할 부분 my_addr = 'my eth address' my_priv = "my_addr's priavate key" POOL_NAME = 'pancake-masterchef' MIN_HARVEST_NUM = 2.3 # harvest할 최소 수량 DEPOSIT_POOL = 'syrup-alice' # harvest한 cake을 저장할 pool # 수정할 부분 끝 ~~~ 새로운 syrup 풀을 추가하는 방법은 bscscan.com에서 pool의 주소를 확인한 후 sc_addr에 추가하면 됩니다. ~~~ sc_addr = { 'bnb-busd' : '0x1B96B92314C44b159149f7E0303511fB2Fc4774f', 'cake-bnb' : '0xA527a61703D82139F8a06Bc30097cC9CAA2df5A6', 'ust-nflx' : '0xF609ade3846981825776068a8eD7746470029D1f', 'syrup-alice' : '0x4C32048628D0d32d4D6c52662FB4A92747782B56', } ~~~ contract 별로 abi가 별도로 존재하는데, 이것을 자동으로 가져오는 함수도 발견하였습니다. 관련 함수는 fetch_abi() 입니다. 한번 사용한 contract는 컴퓨터 내부에 저장하고 있으므로, 이후에는 빠른 처리가 가능합니다. pancakeswap masterchef에 있는 pool 중 BRY-BNB에 있는 BRY smart contract가 조금 이상합니다. name() 항목이 abi가 존재하지 않아 오류가 발생하더군요. 그래서 cake-bnb abi를 이용하여 모든 pool에 대하여 사용하는 방식으로 오류를 회피하였습니다. 코드는 간단하므로, 자세한 설명은 생략합니다. 실행한 결과입니다. 2.3개이상 채굴한 두 pool이 claim되었습니다.  그 결과를 bscscan에서 확인해보겠습니다. 풀 2개에서 cake이 claim되었고, alice pool에 deposit되었습니다. 그동안 alice pool에서 채굴 중이던 alice도 claim되었군요. 이건 자동으로 이루어지는 것입니다.  막상 자동으로 harvest하는 프로그램을 완성하고 나니 얼마나 자주 harvest를 하는 것이 좋은가에 대하여 고민하게 되었습니다. harvest하는 토큰의 가격 그리고 deposit할 pool의 채굴 수익률과 채굴 수수료 변수를 가지고 표를 만들어 보았습니다.  이 표를 보면 2개 풀에서 누적 30개를 모았을 때 harvest한 후 새로운 pool에 넣었을 때 20시간은 지나야 수수료가 빠진다는 의미입니다. bnb 가격이 올라가면서 채굴 수수료가 비싸졌기 때문에 소량을 자주 claim하고 deposit하는 것은 효율적이지 않습니다. 따라서 적당한 수량이 모일 때 까기 기다렸다가 harvest를 하는 것이 효과적입니다. 다음에는 cake 가격이 특정 가격 이상이면 시럽에 deposit하지않고 busd로 swap하는 코드까지 소개하도록 하겠습니다.
post_id | 89,942,567 |
---|---|
author | tradingideas |
permlink | 3kewhx-bsc-defi-claim |
category | hive-101145 |
json_metadata | {"tags":["sct-kr","sct-freeboard","s","union","mini","jjm","lgt","sct"],"image":["https:\/\/cdn.steemitimages.com\/DQmRYzVZ9zhj2QavTME67HxRs82Cu2LhXGZXJDPfy17HQ1q\/image.png","https:\/\/cdn.steemitimages.com\/DQmXEPCtmdQiTK7ZMG6ENTVtiyEvGTrBiXvCvK7sG9fooKW\/image.png","https:\/\/cdn.steemitimages.com\/DQmaJiTBeBMnZXD8ca97VMSoVUKLjngCT9JG5dwzPxarRAn\/image.png"],"app":"steemcoinpan\/0.1","format":"markdown","canonical_url":"https:\/\/www.steemcoinpan.com\/@tradingideas\/3kewhx-bsc-defi-claim"} |
created | 2021-03-21 12:58:03 |
last_update | 2021-03-21 15:12:12 |
depth | 0 |
children | 5 |
net_rshares | 165,186,082,242,937 |
last_payout | 2021-03-28 12:58:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 121.343 SBD |
curator_payout_value | 110.114 SBD |
pending_payout_value | 0.000 SBD |
promoted | 0.000 SBD |
body_length | 2,311 |
author_reputation | 1,239,747,763,028,945 |
root_title | "[암호화폐] 파이썬을 이용하여 BSC에서 DeFi 자동 Claim 후 재투자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 SBD |
percent_steem_dollars | 10,000 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gerber | 0 | 1,909,225,213 | 11.2% | ||
helle | 0 | 11,853,485,437 | 30% | ||
ezzy | 0 | 173,078,947,884 | 11.2% | ||
slowwalker | 0 | 1,096,337,482 | 50% | ||
konti | 0 | 28,745,679,915 | 100% | ||
exyle | 0 | 123,385,056,179 | 11.2% | ||
kopasi | 0 | 53,496,161,664 | 49.52% | ||
jphamer1 | 0 | 3,377,249,422,830 | 100% | ||
oldstone | 0 | 2,392,030,635,830 | 50% | ||
paradise | 0 | 1,599,712,925 | 100% | ||
ramires | 0 | 30,294,837,403 | 100% | ||
diebaasman | 0 | 2,008,722,543 | 50% | ||
dickturpin | 0 | 671,034,746 | 5% | ||
frankydoodle | 0 | 0 | 0.06% | ||
happyberrysboy | 0 | 31,937,055,996 | 100% | ||
uruiamme | 0 | 7,122,080,124 | 75% | ||
cristo | 0 | 0 | 12.5% | ||
kingbit | 0 | 44,163,368,569 | 100% | ||
rycharde | 0 | 9,334,928,419 | 100% | ||
enomujjass | 0 | 3,445,025,860 | 100% | ||
sonki999 | 0 | 57,091,603,006 | 100% | ||
virus707 | 0 | 365,873,282,582 | 68% | ||
realmankwon | 0 | 3,637,989,276 | 100% | ||
skuld2000 | 0 | 50,275,059,234 | 100% | ||
techken | 0 | 5,771,483,805 | 50% | ||
chaostheory | 0 | 101,287,316 | 7% | ||
butterfly-effect | 0 | 203,971,788 | 7% | ||
gunthertopp | 0 | 355,726,430,771 | 6.25% | ||
hyokhyok | 0 | 13,526,351,373 | 100% | ||
beetroot | 0 | 0 | 0.25% | ||
thegrandestine | 0 | 274,608,536 | 5.6% | ||
apoloo1 | 0 | 4,007,029,540 | 1% | ||
edkarnie | 0 | 339,069,220,819 | 100% | ||
mirrorforce | 0 | 41,612,131 | 7% | ||
lilith | 0 | 0 | 7% | ||
mysticalword | 0 | 48,719,890 | 7% | ||
otom | 0 | 33,494,113,240 | 100% | ||
fur2002ks | 0 | 49,197,740,160 | 17% | ||
shebe | 0 | 1,186,392,116 | 12.5% | ||
zesire | 0 | 236,866,374 | 100% | ||
dine77 | 0 | 424,333,495,498 | 37% | ||
paradoxofchoice | 0 | 173,429,986 | 7% | ||
krazypoet | 0 | 0 | 0.5% | ||
betacore | 0 | 45,793,657 | 7% | ||
chetanpadliya | 0 | 117,222,471,506 | 75% | ||
love-me | 0 | 5,936,170 | 3.5% | ||
duekie | 0 | 509,722,830 | 100% | ||
omegacore | 0 | 576,872,091 | 7% | ||
angelusnoctum | 0 | 18,061,815,473 | 100% | ||
tipu | 0 | 451,450,003,354 | 1% | ||
accelerator | 0 | 50,773,306,750 | 11.2% | ||
ogejoy | 0 | 51,208,848 | 50% | ||
kan80 | 0 | 864,477,908 | 100% | ||
rollsman | 0 | 27,522,489,846 | 100% | ||
hotmangoes | 0 | 5,430,990,670 | 100% | ||
daisyphotography | 0 | 4,412,772,633 | 99.9% | ||
khaleelkazi | 0 | 595,224,728 | 11.2% | ||
kharx | 0 | 119,479,279 | 100% | ||
lays | 0 | 907,194,165,158 | 100% | ||
tradingideas | 0 | 1,325,566,953,041 | 100% | ||
awesome-gadgets | 0 | 2,700,236,418 | 100% | ||
chekohler | 0 | 39,571,219 | 12.5% | ||
fjcalduch | 0 | 50,205,198,318 | 80% | ||
yjs3694 | 0 | 201,930,407,830 | 100% | ||
steembasicincome | 0 | 34,620,900,061 | 4.53% | ||
goodhello | 0 | 645,345,643 | 100% | ||
backdm | 0 | 4,815,053,731 | 70% | ||
toufiqsoudagar | 0 | 47,505,742 | 12.5% | ||
zzings | 0 | 1,852,308,603 | 100% | ||
r351574nc3 | 0 | 2,165,397,834 | 3% | ||
adityajainxds | 0 | 139,471,225,919 | 100% | ||
hetty-rowan | 0 | 3,209,206,720 | 100% | ||
seraphim502 | 0 | 3,841,481,059 | 100% | ||
emjoe | 0 | 0 | 0.25% | ||
mmmmkkkk311 | 0 | 171,521,542,372 | 100% | ||
codingman | 0 | 57,788,586,243 | 100% | ||
harryji | 0 | 30,132,995,850 | 50% | ||
nealmcspadden | 0 | 7,502,730,075 | 11.2% | ||
vgichar | 0 | 1,278,888,978 | 100% | ||
hokulor | 0 | 0 | 6.25% | ||
abandi | 0 | 10,870,799,856 | 100% | ||
audiosiren | 0 | 18,886,469 | 7% | ||
omega.wallet | 0 | 2,397,831,582 | 100% | ||
kimjaguar | 0 | 2,036,535,024 | 12.5% | ||
cyka-blyatko | 0 | 56,648,932 | 100% | ||
ikrahch | 0 | 348,614,859,701 | 100% | ||
the-reaper | 0 | 39,871,836 | 7% | ||
dushica | 0 | 435,847,652 | 100% | ||
best-strategy | 0 | 15,253,223,975 | 100% | ||
trixie | 0 | 0 | 0.25% | ||
skybreaker | 0 | 311,079,592 | 7% | ||
photoholic | 0 | 5,866,100,313 | 50% | ||
sudefteri | 0 | 27,502,252,158 | 100% | ||
heinzgugu | 0 | 31,448,680 | 100% | ||
tgc | 0 | 1,285,332,309 | 100% | ||
amidank | 0 | 449,843,463 | 100% | ||
cyprianj | 0 | 0 | 12.5% | ||
futurecurrency | 0 | 8,467,230,290 | 46% | ||
realprince | 0 | 23,324,052,974 | 100% | ||
supreme-verdict | 0 | 5,778,037,548 | 7% | ||
retrocausality | 0 | 99,036,631 | 7% | ||
totopapa | 0 | 8,316,153,628 | 100% | ||
raah | 0 | 98,858,490,631 | 100% | ||
adenijiadeshina | 0 | 0 | 50% | ||
peerzadazeeshan | 0 | 1,302,966,587 | 12.5% | ||
salty-mcgriddles | 0 | 3,230,111,790 | 3% | ||
tailcock | 0 | 107,170,414,930 | 30% | ||
monster-reborn | 0 | 152,049,706 | 7% | ||
jan23com | 0 | 357,739,643 | 100% | ||
franyeligonzalez | 0 | 301,583,334 | 0.5% | ||
alwaysbaked | 0 | 9,922,227,567 | 42% | ||
jungch98 | 0 | 3,054,905,035 | 100% | ||
lucky2015 | 0 | 157,183,391,155 | 100% | ||
allnews | 0 | 1,469,004,148 | 50% | ||
chain-reaction | 0 | 16,929,247 | 7% | ||
sukhoi-su | 0 | 253,685,788 | 1% | ||
megalithic | 0 | 844,757,909 | 7% | ||
jaydih | 0 | 11,265,245,683 | 24% | ||
kuberman | 0 | 1,162,527,787 | 100% | ||
kimseun | 0 | 2,776,088,625 | 24% | ||
wisdomandjustice | 0 | 137,063,890,277 | 50% | ||
goktug0814 | 0 | 13,537,922,725 | 10% | ||
tapu333 | 0 | 9,679,336,123 | 100% | ||
adam.tran | 0 | 4,707,286,840 | 99.95% | ||
dailyspam | 0 | 718,069,333 | 30% | ||
filizlez | 0 | 0 | 50% | ||
lucky2 | 0 | 45,330,608,850 | 100% | ||
anderson18 | 0 | 283,182,903 | 100% | ||
lektolek | 0 | 0 | 25% | ||
today-news | 0 | 1,513,509,574 | 100% | ||
luthfinanda | 0 | 0 | 12.5% | ||
indosiar | 0 | 0 | 25% | ||
vidio.com | 0 | 0 | 25% | ||
lopzdaniel | 0 | 4,222,645,552 | 100% | ||
exifr | 0 | 3,027,309,246 | 3% | ||
twinpapa | 0 | 129,026,544,129 | 100% | ||
fendymaulana | 0 | 0 | 25% | ||
loveecho | 0 | 6,781,399,728 | 24% | ||
video24x | 0 | 7,272,620 | 10% | ||
steemeditor.bot | 0 | 1,313,654,734 | 50% | ||
abcor | 0 | 11,509,034,337 | 100% | ||
karamyog | 0 | 5,181,922,537 | 100% | ||
aticeh | 0 | 0 | 12.5% | ||
under-dog | 0 | 1,248,720,983 | 100% | ||
parisfoodhunter | 0 | 59,460,528,220 | 100% | ||
diegopadilla | 0 | 839,705,542 | 12.5% | ||
p-a1-ed-09-usc | 0 | 0 | 25% | ||
angelslake | 0 | 3,661,471,920 | 24% | ||
torbrowser | 0 | 73,506,581 | 25% | ||
newacchud | 0 | 42,673,360 | 100% | ||
thehiv | 0 | 600,503,206 | 100% | ||
exifr0 | 0 | 3,076,988,506 | 3% | ||
jerr | 0 | 491,922,976 | 64% | ||
glory7 | 0 | 7,584,811,834 | 12.5% | ||
jayplayco | 0 | 19,309,141,238 | 25% | ||
dlike | 0 | 30,258,264,716 | 6% | ||
steemvoting | 0 | 0 | 25% | ||
buzzbee | 0 | 1,182,754,901 | 100% | ||
wordit | 0 | 38,470,937 | 24% | ||
stimcity | 0 | 166,281,252,618 | 75% | ||
sj-jeong | 0 | 1,409,973,089,243 | 24% | ||
acehunter | 0 | 28,585,645 | 25% | ||
wondumyungga | 0 | 101,862,798,320 | 24% | ||
salah1986 | 0 | 109,379,110 | 100% | ||
cultus-forex | 0 | 23,158,788,264 | 30% | ||
marshalmugi | 0 | 0 | 100% | ||
aquawink | 0 | 638,646,266,936 | 24% | ||
natur-pur | 0 | 1,222,621,758 | 100% | ||
priyanarc | 0 | 8,628,267,489 | 20% | ||
honeybeerbear | 0 | 502,299,487 | 25% | ||
budapestguide | 0 | 27,224,905,972 | 30% | ||
ringit | 0 | 3,242,014,754 | 24% | ||
talkative-bk | 0 | 485,152,171,002 | 24% | ||
lulu121 | 0 | 0 | 99% | ||
lolite | 0 | 0 | 99% | ||
rikue | 0 | 17,651,561 | 99% | ||
whorusoojin | 0 | 45,358,003,739 | 24% | ||
lemd96 | 0 | 4,675,068,340 | 100% | ||
kakakk | 0 | 400,055,749 | 10% | ||
playsteemmonster | 0 | 148,377,400 | 100% | ||
peace-love-happy | 0 | 0 | 0.25% | ||
kaka-monsters | 0 | 154,933,661 | 10% | ||
iamyourfather | 0 | 0 | 100% | ||
ctime | 0 | 132,146,037,835 | 100% | ||
goodmonster | 0 | 0 | 100% | ||
shallwedance | 0 | 0 | 100% | ||
pirateking | 0 | 0 | 100% | ||
piratequeen | 0 | 0 | 100% | ||
piratekiller | 0 | 0 | 100% | ||
smplayer | 0 | 0 | 100% | ||
shallwebegin | 0 | 7,283,377 | 100% | ||
smon-joa | 0 | 29,933,993,670 | 100% | ||
k-league | 0 | 0 | 100% | ||
andresurrego | 0 | 726,879,372 | 3.5% | ||
skymin | 0 | 12,537,895,749 | 50% | ||
don-t | 0 | 0 | 0.06% | ||
goodcontentbot2 | 0 | 0 | 12.5% | ||
apix | 0 | 17,193,149,219 | 100% | ||
wackyloot | 0 | 0 | 100% | ||
skysung | 0 | 75,898,094 | 100% | ||
j-car | 0 | 316,612,328,940 | 19% | ||
terry3t | 0 | 0 | 0.14% | ||
steem-fund | 0 | 6,495,249,472 | 100% | ||
yiobri | 0 | 0 | 12.5% | ||
whatdidshewear | 0 | 60,082,738,961 | 24% | ||
kr-fund | 0 | 68,048,290,224 | 100% | ||
tribe-alive | 0 | 0 | 0.12% | ||
sjgod4018 | 0 | 653,894,161,914 | 24% | ||
mustard-seed | 0 | 9,788,826,344 | 24% | ||
onespringday | 0 | 48,280,199,609 | 100% | ||
wacol413 | 0 | 52,004,899,134 | 100% | ||
kahmuhkahzee | 0 | 522,693,458 | 100% | ||
catchmeinside | 0 | 70,049,038 | 100% | ||
azzez | 0 | 412,734,071 | 80% | ||
imoutofwine | 0 | 0 | 100% | ||
bangraccoon | 0 | 525,499,756 | 100% | ||
bishezz | 0 | 534,501,984 | 100% | ||
hmmaybe | 0 | 65,530,909 | 100% | ||
idktho | 0 | 457,992,383 | 100% | ||
coldcases | 0 | 534,675,938 | 100% | ||
shegay | 0 | 68,141,038 | 100% | ||
holoblade | 0 | 0 | 100% | ||
sitdownkid | 0 | 69,113,026 | 100% | ||
mysterydude | 0 | 0 | 100% | ||
knowyourrole | 0 | 523,119,716 | 100% | ||
mysterychick | 0 | 65,559,426 | 100% | ||
pingit | 0 | 530,899,256 | 100% | ||
fuckdis | 0 | 65,697,427 | 100% | ||
oofmate | 0 | 65,858,520 | 100% | ||
fuckitmate | 0 | 65,875,982 | 100% | ||
mysturee | 0 | 65,579,059 | 100% | ||
ragehamster | 0 | 523,389,141 | 100% | ||
sooperstoned | 0 | 66,012,232 | 100% | ||
demjooks | 0 | 68,992,364 | 100% | ||
dankestnug | 0 | 68,699,219 | 100% | ||
fiyabuds | 0 | 65,717,414 | 100% | ||
datstank | 0 | 68,855,676 | 100% | ||
blazeitdood | 0 | 68,680,123 | 100% | ||
sweeden | 0 | 65,757,284 | 100% | ||
cannuhbiss | 0 | 68,776,075 | 100% | ||
danknugz | 0 | 65,895,155 | 100% | ||
stickybudz | 0 | 68,207,259 | 100% | ||
flyinhigh | 0 | 65,518,736 | 100% | ||
reallyhigh | 0 | 65,558,949 | 100% | ||
sct.tom | 0 | 1,699,224,926 | 30% | ||
sct.adv | 0 | 14,048,442,204 | 49.52% | ||
kaka-aaa | 0 | 216,747,820 | 10% | ||
wonsama.sct | 0 | 20,337,825 | 100% | ||
suchshit | 0 | 65,935,616 | 100% | ||
lookplz | 0 | 0 | 12% | ||
moonwalkin | 0 | 67,933,464 | 100% | ||
idkwhat | 0 | 65,796,667 | 100% | ||
longtrails | 0 | 66,033,753 | 100% | ||
murdah | 0 | 65,935,140 | 100% | ||
soopermane | 0 | 65,935,137 | 100% | ||
bagginbirds | 0 | 68,637,737 | 100% | ||
freesignup | 0 | 67,933,505 | 100% | ||
dashoota | 0 | 68,092,075 | 100% | ||
imarobot | 0 | 65,915,044 | 100% | ||
solidturd | 0 | 66,014,149 | 100% | ||
ragingboner | 0 | 67,854,097 | 100% | ||
sadface | 0 | 66,073,214 | 100% | ||
madface | 0 | 66,112,557 | 100% | ||
trulysad | 0 | 66,073,975 | 100% | ||
kgswallet | 0 | 2,777,274,387 | 25% | ||
sct.min | 0 | 12,166,139,440 | 49.52% | ||
goodhello.sct | 0 | 0 | 100% | ||
union.sct | 0 | 1,542,633,889 | 100% | ||
team1p | 0 | 1,303,312,781 | 100% | ||
steem.leo | 0 | 13,257,458,382 | 11.2% | ||
realmankwon.scot | 0 | 463,658,324 | 50% | ||
yarak-hasan | 0 | 222,878,113 | 12.5% | ||
leo.voter | 0 | 556,229,940 | 11.2% | ||
online-24-7 | 0 | 1,901,689,881 | 100% | ||
soonhai | 0 | 0 | 9% | ||
perrymine | 0 | 92,548,614 | 10% | ||
dcinside | 0 | 728,367,305 | 12.5% | ||
sixsixsix | 0 | 523,545,340 | 100% | ||
howzit | 0 | 65,796,471 | 100% | ||
crowhd | 0 | 68,679,256 | 100% | ||
beatdapussy | 0 | 68,560,269 | 100% | ||
steppedinit | 0 | 65,875,455 | 100% | ||
iod | 0 | 66,013,554 | 100% | ||
onehundredmen | 0 | 66,076,995 | 100% | ||
helloson | 0 | 66,053,672 | 100% | ||
sixfootfour | 0 | 65,944,708 | 100% | ||
ohnoo | 0 | 69,924,662 | 100% | ||
subzer0 | 0 | 66,385,264 | 100% | ||
isthisover | 0 | 65,856,109 | 100% | ||
lastonehere | 0 | 67,853,403 | 100% | ||
jahid1971 | 0 | 0 | 0.75% | ||
sct.krwp | 0 | 32,475,566,483,012 | 61.95% | ||
hugo1954 | 0 | 249,359,517 | 100% | ||
nullandvoid | 0 | 202,167,462 | 32% | ||
acta | 0 | 9,800,743,470 | 100% | ||
adsacto | 0 | 15,031,586,827 | 90% | ||
maxuvd | 0 | 10,857,155,616 | 12% | ||
maxuve | 0 | 13,789,274,904 | 4.7% | ||
jaydih.bank | 0 | 5,696,683,693 | 24% | ||
sct.curator | 0 | 18,033,637,301 | 19.6% | ||
jaykayw | 0 | 93,457,985,160 | 24% | ||
inandout | 0 | 93,965,210 | 50% | ||
mcgome | 0 | 340,860,383 | 50% | ||
youngtopia | 0 | 16,554,537 | 50% | ||
ysm1360 | 0 | 250,793,626 | 50% | ||
roseofmylife | 0 | 0 | 50% | ||
javb | 0 | 125,687,605 | 1% | ||
lnakuma | 0 | 7,625,218,346 | 50% | ||
we-together | 0 | 37,851,581 | 50% | ||
demox | 0 | 5,250,037 | 50% | ||
reward.tier3 | 0 | 3,179,531,897 | 100% | ||
nano-gamer | 0 | 13,051,490,451 | 100% | ||
gettinghigh | 0 | 68,118,652 | 100% | ||
realhyooman | 0 | 67,903,748 | 100% | ||
burnindoobies | 0 | 68,001,411 | 100% | ||
leftnipplering | 0 | 67,746,784 | 100% | ||
bicdic | 0 | 67,942,098 | 100% | ||
lildix | 0 | 67,884,023 | 100% | ||
illbok | 0 | 68,001,419 | 100% | ||
lyinghonestly | 0 | 67,786,301 | 100% | ||
justswell | 0 | 67,864,525 | 100% | ||
steem-zzang | 0 | 0 | 25% | ||
appicsnepal | 0 | 0 | 1.25% | ||
zzan.upvote | 0 | 0 | 25% | ||
coin-doubler | 0 | 6,031,326,206 | 0.02% | ||
block.token | 0 | 0 | 25% | ||
ametistar | 0 | 0 | 3.5% | ||
aceh.point | 0 | 4,246,136,573 | 25% | ||
giannella | 0 | 285,128,264 | 100% | ||
amatamar | 0 | 0 | 50% | ||
successgr | 0 | 830,827,158,482 | 10% | ||
doyoy | 0 | 0 | 100% | ||
kjinhyun | 0 | 3,561,717,872 | 1% | ||
dev.supporters | 0 | 94,616,057,474 | 10% | ||
black2 | 0 | 247,568,020 | 100% | ||
beargame | 0 | 43,635,458,844 | 25% | ||
tonimariearnold | 0 | 0 | 0.25% | ||
krwp.abc | 0 | 2,892,075,011 | 72.9% | ||
legendaryfairy | 0 | 2,054,189,297 | 50% | ||
juddsmith079 | 0 | 1,792,421,799,128 | 100% | ||
roundblocknew | 0 | 85,527,359,029 | 25% | ||
executive-board | 0 | 100,555,644,909 | 100% | ||
taptap | 0 | 450,764,378,088 | 24% | ||
theatrorve | 0 | 358,161,895 | 1% | ||
curator-id | 0 | 6,041,944,975 | 25% | ||
curator-my | 0 | 0 | 25% | ||
myproxy | 0 | 0 | 25% | ||
upvu | 0 | 108,220,605,120,629 | 28.65% | ||
mildaleblanc | 0 | 270,766,172 | 25% | ||
vhenom | 0 | 0 | 0.06% | ||
pharos1999 | 0 | 333,374,062 | 25% | ||
pluepark | 0 | 2,539,288,605 | 25% | ||
okoyejoshua | 0 | 4,909,823,474 | 25% | ||
cryptostats | 0 | 1,577,783,506 | 50% | ||
curator-cn | 0 | 0 | 25% | ||
onlyonehand | 0 | 530,141,786 | 100% | ||
stayingsafe | 0 | 524,892,984 | 100% | ||
justadaydreamer | 0 | 521,781,045 | 100% | ||
hailtheking | 0 | 522,832,778 | 100% | ||
alifedebt | 0 | 522,897,069 | 100% | ||
buyingcrypto | 0 | 603,194,358 | 91% | ||
truecalifornian | 0 | 534,216,264 | 100% | ||
meaningoflife | 0 | 523,734,658 | 100% | ||
leafmealone | 0 | 454,206,523 | 88% | ||
jaedongkim | 0 | 522,825,513 | 100% | ||
oneblackman | 0 | 522,964,885 | 100% | ||
tastedrainbow | 0 | 522,387,577 | 100% | ||
greatpyramids | 0 | 10,162,653,382 | 100% | ||
thatsalie | 0 | 526,414,396 | 100% | ||
heyhihello | 0 | 533,629,272 | 100% | ||
dachosenone | 0 | 436,506,229 | 84% | ||
lifeequals42 | 0 | 436,422,173 | 84% | ||
jamesdeen | 0 | 412,162,833 | 80% | ||
antiquated | 0 | 412,019,529 | 80% | ||
hothotheat | 0 | 411,548,503 | 80% | ||
mahir0 | 0 | 0 | 0.06% | ||
fombae | 0 | 12,363,023,952 | 12.5% | ||
vivabrazilia | 0 | 411,407,364 | 80% | ||
tomahawkthrow | 0 | 533,584,794 | 100% | ||
iceprincess | 0 | 521,392,012 | 100% | ||
doda69bby | 0 | 454,331,213 | 88% | ||
concertpiano | 0 | 455,222,659 | 88% | ||
loscafeteros | 0 | 106,685,128 | 25% | ||
turbotaxgangsta | 0 | 408,015,826 | 80% | ||
jeungsenpai | 0 | 408,040,447 | 80% | ||
purplepill | 0 | 521,790,536 | 100% | ||
sct.value | 0 | 531,174,225 | 100% | ||
the.heretic | 0 | 452,917,995 | 88% | ||
zeebutton | 0 | 523,557,845 | 100% | ||
brokegambler | 0 | 522,857,595 | 100% | ||
coldweather | 0 | 522,947,495 | 100% | ||
chant | 0 | 3,705,111,339 | 12.5% | ||
cherub27 | 0 | 13,335,652,834 | 100% | ||
ezpromote | 0 | 1,742,094,537 | 88% | ||
alwaysgrateful | 0 | 417,485,151,505 | 60% | ||
ezgaming | 0 | 18,885,574 | 88% | ||
thetacore | 0 | 138,382,600 | 7% | ||
gammacore | 0 | 115,458,505 | 7% | ||
dateempire | 0 | 0 | 0.25% | ||
kongregate | 0 | 0 | 7% | ||
challengethegods | 0 | 0 | 7% | ||
sigmacore | 0 | 48,627,492 | 7% | ||
knightcore | 0 | 396,201,097 | 7% | ||
dianag28 | 0 | 10,872,298,583 | 80% | ||
v-56 | 0 | 0 | 3.5% | ||
nano-votes | 0 | 1,264,487,329 | 100% | ||
psicore | 0 | 115,121,748 | 7% | ||
chess-evolved | 0 | 91,639,016 | 7% | ||
chessevolved | 0 | 78,252,413 | 7% | ||
game-of-kings | 0 | 729,875,385 | 7% | ||
alpha-and-omega | 0 | 153,268,014 | 7% | ||
zetacore | 0 | 76,703,550 | 7% | ||
mortalitymyth | 0 | 0 | 7% | ||
rabumah | 0 | 30,435,737 | 12.5% | ||
stonervotes | 0 | 1,614,318,320 | 21% | ||
zhaozhao | 0 | 531,775,054 | 100% | ||
forgottenpath | 0 | 521,898,810 | 100% | ||
psilently | 0 | 522,417,242 | 100% | ||
theyknownot | 0 | 521,867,467 | 100% | ||
slicensplice | 0 | 521,848,113 | 100% | ||
apsycho | 0 | 520,864,181 | 100% | ||
iamdaddy | 0 | 520,845,468 | 100% | ||
jackthriller | 0 | 521,793,845 | 100% | ||
tokyo.drip | 0 | 522,053,854 | 100% | ||
sweeptheleg | 0 | 530,625,865 | 100% | ||
walkingmiles | 0 | 521,056,375 | 100% | ||
ibiz | 0 | 522,156,366 | 100% | ||
drmng | 0 | 522,960,099 | 100% | ||
voidcore | 0 | 523,065,261 | 100% | ||
notaroboto | 0 | 521,538,663 | 100% | ||
oneway2tell | 0 | 520,852,318 | 100% | ||
pea.nuts | 0 | 520,755,852 | 100% | ||
yeungman | 0 | 520,305,952 | 100% | ||
sixthirty | 0 | 526,211,240 | 100% | ||
slipshod | 0 | 520,718,088 | 100% | ||
espanich | 0 | 522,805,324 | 100% | ||
wildride | 0 | 521,139,446 | 100% | ||
icebandit | 0 | 521,020,038 | 100% | ||
galaxius | 0 | 526,655,993 | 100% | ||
xylodrone | 0 | 521,185,828 | 100% | ||
minhao | 0 | 520,925,787 | 100% | ||
mostsavage | 0 | 609,459,932 | 100% | ||
yeano | 0 | 519,172,820 | 100% | ||
thatscute | 0 | 519,613,794 | 100% | ||
hmmletssee | 0 | 519,949,738 | 100% | ||
howboutnah | 0 | 520,024,806 | 100% | ||
howutried | 0 | 519,838,629 | 100% | ||
justsad | 0 | 519,949,738 | 100% | ||
ryancoretotstceo | 0 | 15,810,097 | 6.3% | ||
jehoshua-shey | 0 | 168,794,452,317 | 100% | ||
clocks | 0 | 526,823,257 | 100% | ||
s1nful | 0 | 521,332,307 | 100% | ||
icouldbe | 0 | 522,199,564 | 100% | ||
justfin | 0 | 519,606,850 | 100% | ||
sav.age | 0 | 522,660,673 | 100% | ||
nasa.liftoff | 0 | 521,331,698 | 100% | ||
xaobashen | 0 | 521,501,996 | 100% | ||
whatitdo | 0 | 521,489,662 | 100% | ||
fkkaren | 0 | 519,846,966 | 100% | ||
chaotic.order | 0 | 522,503,921 | 100% | ||
exitleft | 0 | 520,136,697 | 100% | ||
jssavant | 0 | 521,523,830 | 100% | ||
mourningstar | 0 | 522,085,231 | 100% | ||
icegod | 0 | 531,419,293 | 100% | ||
billbux | 0 | 520,869,262 | 100% | ||
totempole | 0 | 3,258,613,645 | 100% | ||
dimensionalis | 0 | 530,120,210 | 100% | ||
acidreign | 0 | 526,768,670 | 100% | ||
piercingeyes | 0 | 521,195,979 | 100% | ||
fisticuffs | 0 | 520,225,935 | 100% | ||
paradoxus | 0 | 520,403,554 | 100% | ||
wreckedangle | 0 | 519,593,665 | 100% | ||
kristiansen | 0 | 13,002,344 | 5.95% | ||
main-gi | 0 | 206,186,796 | 7% | ||
pickitup | 0 | 521,944,032 | 100% | ||
yaobehn | 0 | 521,179,570 | 100% | ||
crowned | 0 | 520,926,811 | 100% | ||
endoftime | 0 | 520,814,352 | 100% | ||
cokemule | 0 | 520,739,979 | 100% | ||
alienforce | 0 | 521,417,126 | 100% | ||
onecarpileup | 0 | 519,408,670 | 100% | ||
jaylyn | 0 | 520,966,160 | 100% | ||
apirate | 0 | 520,848,200 | 100% | ||
slurpee | 0 | 521,179,570 | 100% | ||
anominous | 0 | 520,908,639 | 100% | ||
imill | 0 | 520,928,296 | 100% | ||
temp0 | 0 | 522,030,510 | 100% | ||
notkaren | 0 | 520,403,554 | 100% | ||
xati | 0 | 521,943,790 | 100% | ||
ixixi | 0 | 522,640,840 | 100% | ||
kitari | 0 | 521,288,525 | 100% | ||
johnion | 0 | 18,655,245 | 1.25% | ||
deathtox | 0 | 784,912,905 | 25% | ||
voidling | 0 | 0 | 5.6% | ||
onett | 0 | 520,632,759 | 100% | ||
rollingstoned | 0 | 519,134,886 | 100% | ||
solidsumo | 0 | 523,376,344 | 100% | ||
anteup | 0 | 519,542,008 | 100% | ||
acknowledge | 0 | 520,549,884 | 100% | ||
tanaki | 0 | 521,270,603 | 100% | ||
praise-phoenix | 0 | 0 | 5.6% | ||
godoftomatoes | 0 | 93,893,837 | 6.93% | ||
davchi | 0 | 29,683,335 | 0.25% | ||
steemmeme | 0 | 519,387,375 | 100% | ||
porque | 0 | 442,798,365 | 88% | ||
tumadre | 0 | 519,008,226 | 100% | ||
esdiablo | 0 | 519,296,398 | 100% | ||
polygons | 0 | 523,780,484 | 100% | ||
payyourdues | 0 | 521,719,380 | 100% | ||
alarms | 0 | 523,692,432 | 100% | ||
bigbag | 0 | 521,251,042 | 100% | ||
disasterstrikes | 0 | 519,639,675 | 100% | ||
guidedmissile | 0 | 521,393,183 | 100% | ||
ralphwiggum | 0 | 521,563,808 | 100% | ||
enderluck | 0 | 0 | 5.25% | ||
inspiredby | 0 | 305,241,792 | 32% | ||
imaginaryfriend | 0 | 521,261,714 | 100% | ||
jsforloop | 0 | 523,542,111 | 100% | ||
angryspirit | 0 | 519,038,149 | 100% | ||
ewno | 0 | 521,375,385 | 100% | ||
tonsofit | 0 | 519,080,332 | 100% | ||
drinkingliquor | 0 | 519,250,890 | 100% | ||
tlshandshake | 0 | 523,646,983 | 100% | ||
charred | 0 | 519,287,051 | 100% | ||
thelabel | 0 | 521,194,045 | 100% | ||
eye-of-the-storm | 0 | 294,261,288 | 5.25% | ||
seven-sisters | 0 | 0 | 7% | ||
syei | 0 | 0 | 12.5% | ||
beware-the-queen | 0 | 49,987,220 | 6.65% | ||
projectw | 0 | 19,056,626 | 25% | ||
hanhtran83 | 0 | 12,429,370,943 | 100% | ||
e3gewinnt | 0 | 23,659,847 | 7% | ||
minnowsupport3 | 0 | 11,643,321,928 | 100% | ||
izraelinspired | 0 | 462,669,281 | 50% | ||
nutbox.mine | 0 | 1,809,283,745,762 | 1.29% | ||
notkevin44x | 0 | 0 | 6.65% | ||
hopekel | 0 | 827,689,104 | 50% | ||
franmathey05 | 0 | 421,353,748 | 100% | ||
isitlove | 0 | 523,318,240 | 100% | ||
howlow | 0 | 523,149,635 | 100% | ||
iambob | 0 | 523,296,824 | 100% | ||
sodamndumb | 0 | 523,168,847 | 100% | ||
donggong | 0 | 522,993,170 | 100% | ||
jumpingdog | 0 | 523,028,965 | 100% | ||
pussyeater | 0 | 523,184,233 | 100% | ||
neverknowing | 0 | 523,148,356 | 100% | ||
zerocare | 0 | 523,263,427 | 100% | ||
cuckoldingyou | 0 | 523,239,573 | 100% | ||
rank1 | 0 | 523,614,667 | 100% | ||
voided | 0 | 523,032,226 | 100% | ||
leaking | 0 | 523,089,250 | 100% | ||
itslit | 0 | 523,009,684 | 100% | ||
jackdaripper | 0 | 523,169,125 | 100% | ||
thickwood | 0 | 523,036,799 | 100% | ||
calibrate | 0 | 523,207,422 | 100% | ||
deathsdoor | 0 | 522,938,089 | 100% | ||
theslayer | 0 | 523,819,318 | 100% | ||
spiritanimal | 0 | 520,869,501 | 100% | ||
darknesses | 0 | 520,945,317 | 100% | ||
bleeding | 0 | 520,908,704 | 100% | ||
atlarge | 0 | 520,908,776 | 100% | ||
melikey | 0 | 518,751,109 | 100% | ||
totallyrandom | 0 | 519,128,003 | 100% | ||
humanlife | 0 | 520,627,305 | 100% | ||
brutal | 0 | 527,007,176 | 100% | ||
yvettelong | 0 | 518,751,109 | 100% | ||
itsyesterday | 0 | 521,100,543 | 100% | ||
notvalid | 0 | 518,751,109 | 100% | ||
wutwut | 0 | 520,869,649 | 100% | ||
twolegit | 0 | 520,644,739 | 100% | ||
tonydee | 0 | 518,901,069 | 100% | ||
keeledraws | 0 | 0 | 6.3% | ||
satansdaddy | 0 | 520,599,571 | 100% | ||
simpsonbart | 0 | 520,936,398 | 100% | ||
lilboom | 0 | 520,674,467 | 100% | ||
floods | 0 | 522,676,945 | 100% | ||
strikers | 0 | 518,700,738 | 100% | ||
risingfever | 0 | 520,674,467 | 100% | ||
ogkwon | 0 | 518,587,311 | 100% | ||
longsword | 0 | 518,436,561 | 100% | ||
three3 | 0 | 518,550,935 | 100% | ||
javacode | 0 | 442,257,929 | 88% | ||
javascriptcode | 0 | 453,641,168 | 88% | ||
poot | 0 | 518,859,959 | 100% | ||
rubyonrails | 0 | 518,862,046 | 100% | ||
phpcode | 0 | 453,739,977 | 88% | ||
swiftcode | 0 | 445,803,522 | 88% | ||
notreal | 0 | 518,443,196 | 100% | ||
letusprey | 0 | 518,550,935 | 100% | ||
iamdeath | 0 | 518,443,196 | 100% | ||
iampain | 0 | 518,520,509 | 100% | ||
iamhunger | 0 | 518,550,935 | 100% | ||
soheavy | 0 | 518,520,555 | 100% | ||
sleeps | 0 | 518,478,085 | 100% | ||
nullll | 0 | 518,362,780 | 100% | ||
thedd | 0 | 518,368,067 | 100% | ||
dipped | 0 | 520,698,485 | 100% | ||
urgrllovesme | 0 | 518,443,523 | 100% | ||
nomorals | 0 | 520,791,306 | 100% | ||
swer | 0 | 522,961,149 | 100% | ||
motriks | 0 | 14,870,502 | 25% | ||
xwyvernx | 0 | 0 | 6.93% | ||
bogdenceo | 0 | 0 | 7% | ||
dasuni | 0 | 2,498,732,284 | 50% | ||
smove | 0 | 18,340,396,564 | 50% | ||
loveth01 | 0 | 14,764,762,749 | 50% | ||
cyka2blyat | 0 | 412,071,159 | 100% | ||
geralcv | 0 | 152,710,512 | 50% | ||
libera-tor | 0 | 9,941,936,984 | 50% | ||
news-bot | 0 | 456,065,386 | 100% | ||
pure-gameplay | 0 | 455,948,465 | 100% | ||
wisenugget | 0 | 115,441,227 | 100% | ||
jaydih.union | 0 | 861,927,609,920 | 24% | ||
silverybeauty | 0 | 701,982,004 | 100% | ||
cutielife | 0 | 701,114,506 | 100% | ||
sweetdreamsxo | 0 | 701,699,055 | 100% | ||
chocoheaven | 0 | 701,684,608 | 100% | ||
nackasnelson | 0 | 0 | 100% | ||
hassan888ali | 0 | 447,414,320 | 100% | ||
xaiko | 0 | 517,295,848 | 100% | ||
waqasvacci | 0 | 494,789,604 | 100% | ||
faheem211 | 0 | 83,030,082 | 100% | ||
shelbyd | 0 | 388,776,442 | 100% | ||
rwoud | 0 | 442,277,790 | 100% |
<a href="https://coupa.ng/bHgxg2" target="_blank"><img src="https://ads-partners.coupang.com/banners/273554?subId=&traceId=V0-301-879dd1202e5c73b2-I273554&w=728&h=90" alt=""></a> <div class='shr_item' style='position:relative; min-height:158px; margin:12px 0; padding:9px 10px; border:1px solid #dbdbdb; border-radius:1px; background-color:#fff;'><div class='item_dtl' style='position:relative; height:158px; padding:5px; border:1px solid #f0f1f4;'><span class='thmb' style='float:left; overflow:hidden; width:156px; height:156px; margin-right:9px; border:1px solid #e7e7e7;'><a href='https://qoo.tn/AoaPVR/Q163214049'><img src='https://steemitimages.com/240x0/https://gd.image-gmkt.com/li/061/293/1455293061.g_400-w-st_g.jpg' width='156' alt='' style='vertical-align: middle; border: 0 none;'></a></span><p class='tit' style='overflow:hidden; max-height:68px; margin-bottom:7px; line-height:17px; color:#000;'>[US$49.00](▼14%)[Nespresso]스타벅스 네스프레소 호환 캡슐 7종 / 120 캡슐 골라담기 / 20개씩 총 6종류 교차 선택 가능 / 중복 선택 가능 / 재고 확보 / 무료배송 / 개당 약 486원 최저가★</p><span class='url' style='position:absolute; left:170px; bottom:10px; display:block; font-weight:bold; color:#9197a3;'>WWW.QOO10.COM</span></div></div>
post_id | 89,942,587 |
---|---|
author | upvu |
permlink | re--3kewhx-bsc-defi-claim-20210321t125940087z |
category | hive-101145 |
json_metadata | {"tags":["hive-101145","sct-kr","sct-freeboard","s","union","mini","jjm","lgt","sct"]} |
created | 2021-03-21 12:59:42 |
last_update | 2021-03-21 12:59:42 |
depth | 1 |
children | 0 |
net_rshares | 0 |
last_payout | 2021-03-28 12:59:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 SBD |
curator_payout_value | 0.000 SBD |
pending_payout_value | 0.000 SBD |
promoted | 0.000 SBD |
body_length | 1,191 |
author_reputation | 1,778,279,410,038 |
root_title | "[암호화폐] 파이썬을 이용하여 BSC에서 DeFi 자동 Claim 후 재투자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 SBD |
percent_steem_dollars | 10,000 |
@tipu curate
post_id | 89,942,615 |
---|---|
author | twinpapa |
permlink | qqblj1 |
category | hive-101145 |
json_metadata | {"users":["tipu"],"app":"steemit\/0.2"} |
created | 2021-03-21 13:01:51 |
last_update | 2021-03-21 13:01:51 |
depth | 1 |
children | 1 |
net_rshares | 0 |
last_payout | 2021-03-28 13:01:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 SBD |
curator_payout_value | 0.000 SBD |
pending_payout_value | 0.000 SBD |
promoted | 0.000 SBD |
body_length | 12 |
author_reputation | 596,424,610,422,037 |
root_title | "[암호화폐] 파이썬을 이용하여 BSC에서 DeFi 자동 Claim 후 재투자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 SBD |
percent_steem_dollars | 10,000 |
<a href="https://tipu.online/curator?twinpapa" target="_blank">Upvoted 👌</a> (Mana: 2/3) <a href="https://steemit.com/steemit/@tipu/tipu-voting-service-quick-guide-updated-05-10-2018" target="_blank">Promote your post with @tipU :)</a>
post_id | 89,942,619 |
---|---|
author | tipu |
permlink | re-qqblj1-20210321t130204 |
category | hive-101145 |
json_metadata | {} |
created | 2021-03-21 13:02:06 |
last_update | 2021-03-21 13:02:06 |
depth | 2 |
children | 0 |
net_rshares | 0 |
last_payout | 2021-03-28 13:02:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 SBD |
curator_payout_value | 0.000 SBD |
pending_payout_value | 0.000 SBD |
promoted | 0.000 SBD |
body_length | 244 |
author_reputation | 54,116,952,654,646 |
root_title | "[암호화폐] 파이썬을 이용하여 BSC에서 DeFi 자동 Claim 후 재투자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 SBD |
percent_steem_dollars | 10,000 |
@tradingideas transfered 21 KRWP to @krwp.burn. voting percent : 61.95%, voting power : 80.04%, steem power : 1732176.16, STU KRW : 1200. @tradingideas staking status : 10500 KRWP @tradingideas limit for KRWP voting service : 31.5 KRWP (rate : 0.003) What you sent : 21 KRWP [52196163 - fba8d772a753b4612213542589e81b0bddd60e04]
post_id | 89,942,754 |
---|---|
author | sct.krwp |
permlink | re--3kewhx-bsc-defi-claim-20210321t131505921z |
category | hive-101145 |
json_metadata | {"tags":["hive-101145","sct-kr","sct-freeboard","s","union","mini","jjm","lgt","sct"]} |
created | 2021-03-21 13:15:06 |
last_update | 2021-03-21 13:15:06 |
depth | 1 |
children | 0 |
net_rshares | 0 |
last_payout | 2021-03-28 13:15:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 SBD |
curator_payout_value | 0.000 SBD |
pending_payout_value | 0.000 SBD |
promoted | 0.000 SBD |
body_length | 393 |
author_reputation | 9,872,893,322,408 |
root_title | "[암호화폐] 파이썬을 이용하여 BSC에서 DeFi 자동 Claim 후 재투자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 SBD |
percent_steem_dollars | 10,000 |
정말 훌륭하십니다.
post_id | 89,943,500 |
---|---|
author | tailcock |
permlink | qqbp89 |
category | hive-101145 |
json_metadata | {"tags":["sct"],"app":"steemcoinpan\/0.1","canonical_url":"https:\/\/www.steemcoinpan.com\/@tailcock\/qqbp89"} |
created | 2021-03-21 14:21:45 |
last_update | 2021-03-21 14:21:45 |
depth | 1 |
children | 0 |
net_rshares | 0 |
last_payout | 2021-03-28 14:21:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 SBD |
curator_payout_value | 0.000 SBD |
pending_payout_value | 0.000 SBD |
promoted | 0.000 SBD |
body_length | 10 |
author_reputation | 84,463,031,858,396 |
root_title | "[암호화폐] 파이썬을 이용하여 BSC에서 DeFi 자동 Claim 후 재투자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 SBD |
percent_steem_dollars | 10,000 |