transactions | 0. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | girlgamer |
---|
author | bkity |
---|
permlink | mountains-meadow-nature-landscape-outdoor-green |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2013d2cbc7b87c44b6deda37c0b8a9561644bae844da143482702490725bf10320338043afe36a786e6f4b21467c8ac02c41927e7a059cdf73518e8bdc55ab89f4 |
---|
|
---|
transaction_id | 38d9cafc4e182c5e2d27e87561394873baf5ab65 |
---|
block_num | 15,671,300 |
---|
transaction_num | 0 |
---|
|
---|
1. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | wilsonsak |
---|
author | arckrai |
---|
permlink | search-your-heart-and-find-true-reason |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2008d03ae39e1e37b962b8de234161f400f5d77a16bcb4a42e0242a8da21e1404b62970fda8675f5c5e9b0b3ae0e2a9ed5dbe8f6d4968e696dd366f3319c26b0a0 |
---|
|
---|
transaction_id | 95ef35288e26fc887ccb98806c86b07c96d0c8e2 |
---|
block_num | 15,671,300 |
---|
transaction_num | 1 |
---|
|
---|
2. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | vicentasuarez |
---|
author | moviemeter |
---|
permlink | re-rocioledesma-top-10-anime-you-wish-you-could-forget-20170921t211610695z |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f682e95577999905cd133d2e87760253b972c67ff9ae436aa4d4ca9f3ca6a4b8e18c39739eb5b7d3fdb65bd96c34dbfd0ad14e5144f873f28ddff04c4615ee691 |
---|
|
---|
transaction_id | 1a9ac12be37e9d9ae2e2b488082c799cbdad203d |
---|
block_num | 15,671,300 |
---|
transaction_num | 2 |
---|
|
---|
3. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"dangermouse77","following":"vortac","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f56e68709ec78b4a62ee2589cab874c38a4151bead74c16f9bfdaaf7b252525e661083c1a741c85fa6d0a902e03bcd6c045cddfc495a76cb982e03580b670d3c2 |
---|
|
---|
transaction_id | 971f4ca1f65db47efe57ae1b24420b4462820717 |
---|
block_num | 15,671,300 |
---|
transaction_num | 3 |
---|
|
---|
4. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | adsactly |
---|
parent_permlink | real-token-the-real-estate-asset-ledger |
---|
author | corganmusic |
---|
permlink | re-adsactly-real-token-the-real-estate-asset-ledger-20170921t211904442z |
---|
title | "" |
---|
body | "So, a crypto that is used to buy real estate assets, or one that is backed by real estate assets? Why is this crypto interesting? (I haven't read the white paper...) Does it also store title information? because that could eliminate an entire industry (title search)" |
---|
json_metadata | {"tags":["blog"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f5d35bb2d69076776a9db5c7b355df7fc513771f3042bcc330e7c1e6ff96491d048f6d7a4b70bd640a0133d2e7d837e4eaf7449b91c55c29a359ce56cec530885 |
---|
|
---|
transaction_id | 3fd0a6f23b20a48f851ab6b80e6b35a59e0d5915 |
---|
block_num | 15,671,300 |
---|
transaction_num | 4 |
---|
|
---|
5. | ref_block_num | 8,188 |
---|
ref_block_prefix | 3,914,443,045 |
---|
expiration | 2017-09-21 21:18:51 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | "" |
---|
parent_permlink | programming |
---|
author | mauricioeb83 |
---|
permlink | sistema-frances-de-amortizacion-para-prestamos-o-creditos-en-php |
---|
title | "Sistema Francés de amortización para préstamos o créditos en PHP" |
---|
body | "Sistema Francés de amortización para préstamos o créditos en PHP
<center></center>
<center></center>
<center></center>
<b>CÓDIGO FUENTE PHP</b>
<?PHP
$pre = $_POST['pre'];
$int = $_POST['int'];
$per = $_POST['per'];
$imt = $int / 100;
$cuo = $pre * (($imt * ((1 + $imt) ^ $per)) / (((1 + $imt) ^ $per) - 1));
$int1 = $pre * $imt;
$amo1 = $cuo - $int1;
$sal1 = $pre - $amo1;
$amt1 = $amo1;
$pre2 = $sal1;
$int2 = $pre2 * $imt;
$amo2 = $cuo - $int2;
$sal2 = $pre2 - $amo2;
$amt2 = $amo2 + $amt1;
$pre3 = $sal2;
$int3 = $pre3 * $imt;
$amo3 = $cuo - $int3;
$sal3 = $pre3 - $amo3;
$amt3 = $amo3 + $amt2;
$pre4 = $sal3;
$int4 = round($pre4 * $imt,2);
$amo4 = $cuo - $int4;
$sal4 = $pre4 - $amo4;
$amt4 = $amo4 + $amt3;
$pre5 = $sal4;
$int5 = round($pre5 * $imt,2);
$amo5 = $cuo - $int5;
$sal5 = $pre5 - $amo5;
$amt5 = $amo5 + $amt4;
$pre6 = $sal5;
$int6 = round($pre6 * $imt,2);
$amo6 = $cuo - $int6;
$sal6 = $pre6 - $amo6;
$amt6 = $amo6 + $amt5;
$pre7 = $sal6;
$int7 = round($pre7 * $imt,2);
$amo7 = $cuo - $int7;
$sal7 = $pre7 - $amo7;
$amt7 = $amo7 + $amt6;
$pre8 = $sal7;
$int8 = round($pre8 * $imt,2);
$amo8 = $cuo - $int8;
$sal8 = $pre8 - $amo8;
$amt8 = $amo8 + $amt7;
$pre9 = $sal8;
$int9 = round($pre9 * $imt,2);
$amo9 = $cuo - $int9;
$sal9 = $pre9 - $amo9;
$amt9 = $amo9 + $amt8;
$pre10 = $sal9;
$int10 = round($pre10 * $imt,2);
$amo10 = $cuo - $int10;
$sal10 = $pre10 - $amo10;
$amt10 = $amo10 + $amt9;
?>
Fuente
http://mauriciobobadilla.com/sistemas/sist-frances" |
---|
json_metadata | {"tags":["programming","spanish","technology","tutorial"],"image":["https://steemitimages.com/DQmNSJbxVNkyJ3T6KRTLdB1q1iosuE9NfpT8yXX1tY9qvja/PHP.png","https://steemitimages.com/DQmbhj8MiqkBwLXKXHsfMLdWGYUumdmxrcqAvQopLsvh5Xn/sist-frances.png","https://steemitimages.com/DQmVRvK8uXUbnaXFa9nu5naL61hBrNUbg7NL1r6o4SaCf4c/sist-frances2.png"],"links":["http://mauriciobobadilla.com/sistemas/sist-frances"],"app":"steemit/0.1","format":"markdown"} |
---|
|
---|
|
---|
1. | 0. | comment_options |
---|
1. | author | mauricioeb83 |
---|
permlink | sistema-frances-de-amortizacion-para-prestamos-o-creditos-en-php |
---|
max_accepted_payout | 1,000,000.000 HBD |
---|
percent_hbd | 0 |
---|
allow_votes | true |
---|
allow_curation_rewards | true |
---|
extensions | [] |
---|
|
---|
|
---|
2. | 0. | vote |
---|
1. | voter | mauricioeb83 |
---|
author | mauricioeb83 |
---|
permlink | sistema-frances-de-amortizacion-para-prestamos-o-creditos-en-php |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 207d4b2b4141ab073ca4ac1365c55915b9dc21d9bcddd670c19b513c5d7126e39151115c8ba5b9b8fc2f502f3dce66d01e6c62f25d68538068d4fb8a2dcd2f0c1e |
---|
|
---|
transaction_id | a0bc5dd4db1d083e19c064b592de16b0017ea86b |
---|
block_num | 15,671,300 |
---|
transaction_num | 5 |
---|
|
---|
6. | ref_block_num | 8,193 |
---|
ref_block_prefix | 77,732,849 |
---|
expiration | 2017-09-21 21:18:29 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | benjamin.still |
---|
author | creadordelfuturo |
---|
permlink | been-eaten-specially-for-steemit-the-series-polish-mushrooms-the-fourth-episode |
---|
weight | 500 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f24efd65a0949dc9b1f66b90cbc74aa3dda1a8cc64f63bcb62fb7363e4a0977160282b05b1311d5c545269b9f40690aec7be310f17a42221f2f25d271fe984874 |
---|
|
---|
transaction_id | b5ed0e29cdd112d633848db36c8eb940811d1384 |
---|
block_num | 15,671,300 |
---|
transaction_num | 6 |
---|
|
---|
7. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | floridasnail |
---|
author | isaaclab |
---|
permlink | 7hbk8e |
---|
weight | 1,500 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f56970d8aac9c19768973875c3f01beae3008bb3e8d7d4eee6142edc266d2fce43e3735cfff4bfbe10ae1c941ee0c55fa91ca1c32c87c037379e87d72137d05c0 |
---|
|
---|
transaction_id | 7966cdb0e261445ed4db184b423c7b4dbb292fab |
---|
block_num | 15,671,300 |
---|
transaction_num | 7 |
---|
|
---|
8. | ref_block_num | 8,194 |
---|
ref_block_prefix | 3,272,008,167 |
---|
expiration | 2017-09-21 21:19:02 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | "["follow", {"what": ["blog"], "follower": "cryptoriddler", "following": "mikewillhazedit"}]" |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f28028366b7e8c68f351e9ce55f5d87a956db16d8021c9ed28cc546af505c30d4619cfa2df5227d23203d11cf06675f627d390551bdb1ca3b472abb7f4285ee3b |
---|
|
---|
transaction_id | 4dc380f7f58c1590cc9d1413cc3b36004525cdac |
---|
block_num | 15,671,300 |
---|
transaction_num | 8 |
---|
|
---|
9. | ref_block_num | 8,195 |
---|
ref_block_prefix | 3,517,382,695 |
---|
expiration | 2017-09-21 21:18:18 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | resheep |
---|
author | martinio6 |
---|
permlink | rafting-adrenaline-for-everyone-2017922t01424533z |
---|
weight | 100 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1c640aa164bf0d3a5d106bcff6de09ad9144ad21013904d71e5e7ee6ef248e3e2f4f92e51e1211347b56c82124fc8bbf8e491540b62058bdcac64ec857f5c4b8e7 |
---|
|
---|
transaction_id | 4c1d4f9782cd483fa1993e71508406e756173e67 |
---|
block_num | 15,671,300 |
---|
transaction_num | 9 |
---|
|
---|
10. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | stellabelle |
---|
author | overkillcoin |
---|
permlink | art-t-shirt-design-for-misterakpan |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f1e50c9b8963c71f9e2bab66eb4b26be135735469c38ae38e925c06ba4091de1626294b2e221b2fb5ddeb9c84e554d319b7d59173a0b8ff5ef1231d8263f2899d |
---|
|
---|
transaction_id | bd7b9b6d6327945a29a7bf6068d2201aa2a01ebe |
---|
block_num | 15,671,300 |
---|
transaction_num | 10 |
---|
|
---|
11. | ref_block_num | 8,193 |
---|
ref_block_prefix | 77,732,849 |
---|
expiration | 2017-09-21 21:18:29 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | cgame |
---|
author | seablue |
---|
permlink | video-interview-dan-larimer-on-eos |
---|
weight | 1,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2000c7331baa4d444f40592d7007ef39537132277f9cee940540cfa462fd5c492c3988b0e4583d2def38e1a634b57a11802843ac0efc7833793e9b9364272442aa |
---|
|
---|
transaction_id | 5058e7f0561b58f896aab7e21f200979843e579f |
---|
block_num | 15,671,300 |
---|
transaction_num | 11 |
---|
|
---|
12. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | insatom |
---|
author | burashest |
---|
permlink | outdoor-sunlight-gorgeous-sunbeam-remote-storm |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 206fa99caebf4b305a6a124cace5e895c88fac558ae938db69d3b3890e887c2f44685296763049f12843759eb6e333632492c117aafa2bd162c5e421ba95c48209 |
---|
|
---|
transaction_id | 773f6afc734524b1c913270c125fea4dea1e6fe9 |
---|
block_num | 15,671,300 |
---|
transaction_num | 12 |
---|
|
---|
13. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"seckorama","following":"chocolate2018","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2035bd1fc09b9e3eb70c8c40791a87fd55f260f4ed758a33655f7092bff66240ac18b08189a979a30c4a8994bb60e94b1c6192f93e000680dc5283401ffaf21c96 |
---|
|
---|
transaction_id | 096b4484ffb3da415aff033b8aea4624f505b427 |
---|
block_num | 15,671,300 |
---|
transaction_num | 13 |
---|
|
---|
14. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | bloodbeardsazel |
---|
author | bkity |
---|
permlink | mountains-meadow-nature-landscape-outdoor-green |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f40425adb71140118b6f96b5bed7cb4f5b45081aa9f1083ae866780e630991d8031aaa25c29a708ced272e4bf20c073caeb591847784b545e3594809496977857 |
---|
|
---|
transaction_id | 420db3f8ad625d6895991769708297ceeb7203ca |
---|
block_num | 15,671,300 |
---|
transaction_num | 14 |
---|
|
---|
15. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"zeitgedanken","following":"antoinerichard","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f70a0b00d86716e4ad8dca7797e7ed2db153d677eade7ed87ba7e4439173ceff57744984ada47ca69da0a13aaac9f2eb7803aaf8feafc9e66c25768a235199c22 |
---|
|
---|
transaction_id | c7d22010f9db1af367ba807bbfccddd6917e0a81 |
---|
block_num | 15,671,300 |
---|
transaction_num | 15 |
---|
|
---|
16. | ref_block_num | 8,190 |
---|
ref_block_prefix | 1,707,575,075 |
---|
expiration | 2017-09-21 21:18:57 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"funaddaa","following":"revecahwang","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 201bcb663a149760de3caae937a37806dccd9f73ca43c4f8267d5672332f8970281b5a904f011806f87f44d1576e6f573d8eaeefcee19c52141db6b1a161de8a7a |
---|
|
---|
transaction_id | 32209f70d00d92d9cfa6fe5d9f6b48e4ac25020c |
---|
block_num | 15,671,300 |
---|
transaction_num | 16 |
---|
|
---|
17. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"sylviamiller","following":"steemitpolitics","what":[]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20676c31e6da2b89148e2d7a05a4f06473ddde10c6e3326152402f6e26f70f8e3479b6aced2aaa0cee7be5b64ca444129a86cb7883266b37f65e22f5df88e613b9 |
---|
|
---|
transaction_id | 1486b1cee38c055f4a66cac2bd0fc78f449f52ca |
---|
block_num | 15,671,300 |
---|
transaction_num | 17 |
---|
|
---|
18. | ref_block_num | 8,195 |
---|
ref_block_prefix | 3,517,382,695 |
---|
expiration | 2017-09-21 21:18:33 |
---|
operations | 0. | 0. | limit_order_create |
---|
1. | owner | smooth-f |
---|
orderid | 1 |
---|
amount_to_sell | 85.427 HIVE |
---|
min_to_receive | 90.554 HBD |
---|
fill_or_kill | true |
---|
expiration | 2035-10-29 06:32:22 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20212d70cea35fb016165057e299a16ce5c76e69a03793342a8fc9fffd9a82a16f74f34aba670194fe13abaf54982eb5a24c48f9211879c7bd012484133dd4fb8d |
---|
|
---|
transaction_id | e2023577dcb8fb2538d1aff0f63a199ae656d645 |
---|
block_num | 15,671,300 |
---|
transaction_num | 18 |
---|
|
---|
19. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | apocalypse612 |
---|
author | cifer44 |
---|
permlink | atheism |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f47fc573c4e6495e47b158daa5eabe6ed8e15c81c9cfb7dddbc7d6f4650f5b1b710e3a5af20ce3a3604dce8dbeb6b2bf59c0ccbfcd7f1b323a686ec62bab9d85e |
---|
|
---|
transaction_id | 1aa204a0886b81b1b2d39afcc4a1b7647d5bbde4 |
---|
block_num | 15,671,300 |
---|
transaction_num | 19 |
---|
|
---|
20. | ref_block_num | 8,194 |
---|
ref_block_prefix | 3,272,008,167 |
---|
expiration | 2017-09-21 21:18:32 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | idandy |
---|
author | ibaf04 |
---|
permlink | onephotoonechildren-ronda3-tardes-marabinas |
---|
weight | 1,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2057d52ad7153b3084fceaa771def383aaeafb05ad6b2d58c28266f1218f931e62069abfd6174a2cdc5e409c55fb2362adca68515d57565ce6a2afdb80681d0658 |
---|
|
---|
transaction_id | dce1cc7c2aaf95f37d51262920c2310b82b42c02 |
---|
block_num | 15,671,300 |
---|
transaction_num | 20 |
---|
|
---|
21. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | cryptomonitor |
---|
parent_permlink | 2vvwdl-meme-funny-repeat-repeat-repeat-ha-ha-funny-life |
---|
author | abedoonsubhani |
---|
permlink | re-cryptomonitor-2vvwdl-meme-funny-repeat-repeat-repeat-ha-ha-funny-life-20170921t211806803z |
---|
title | "" |
---|
body | "Nice article buddy.....!! upvote done, checkout my blog as well....cheers...!" |
---|
json_metadata | {"tags":["funny"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2034bedb87c79396b86e185259a005ffd1786e15500aece43a6f2cee42e5f0e8242f061f5070b0dc7e4885b0603feacf1f2ce382071a44ecde505645c2a1a2ef78 |
---|
|
---|
transaction_id | 2b50729c149a372ff5d0216983530b2fd8e28edf |
---|
block_num | 15,671,300 |
---|
transaction_num | 21 |
---|
|
---|
22. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | oneness |
---|
author | omar14x |
---|
permlink | re-oneness-2017921t231041662z |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2074f11f064570bcca1d1fd72b6c9051aee4ad103caa6ef75786046fcd34821d100f8f1f66848e1974927d827c15aed9b7215a9db24de7a159c0399239c2a5a853 |
---|
|
---|
transaction_id | 84f78c6021846896faa7214ddfd3869b018fc933 |
---|
block_num | 15,671,300 |
---|
transaction_num | 22 |
---|
|
---|
23. | ref_block_num | 8,195 |
---|
ref_block_prefix | 3,517,382,695 |
---|
expiration | 2017-09-21 21:18:18 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | upgoat |
---|
author | kayleigh-alesta |
---|
permlink | introduction-take-2 |
---|
weight | 500 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1c4c94c8ee5bd2fa75aa7122a6c1a2050a690afb2f7ef186d363b219273c16d0115a3ed53c41054e01fb648f005640bdeb942c2c461c0c3e4a3f6b1f7a94379370 |
---|
|
---|
transaction_id | ac0fade707125ff84a005ad9720eeace74f6f84a |
---|
block_num | 15,671,300 |
---|
transaction_num | 23 |
---|
|
---|
24. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"chaptan07","following":"zippykid","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f2a7de010a942a0bf3b5a08ebebb8591edb67380b5dbf8d192314eb10438af32b790b6b4c7ad4b28c4b8d1ab8b4e779d603b93a96012e49210973593770ed182e |
---|
|
---|
transaction_id | d65c10394e8be08071e0c7eb6aef788bc0cdac13 |
---|
block_num | 15,671,300 |
---|
transaction_num | 24 |
---|
|
---|
25. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | otyan |
---|
author | burashest |
---|
permlink | outdoor-sunlight-gorgeous-sunbeam-remote-storm |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2034fa903102a0977570c63fc183b770ae5be7e6d580438e3545c54f41fa82080f24b7b8fcf725ae2593f1eb0a5b59ce131bd82687a0fea8d3c26649aa4528d1fe |
---|
|
---|
transaction_id | 4e6f44d222e1af5c4dbdc15a8b1604fdac970e6b |
---|
block_num | 15,671,300 |
---|
transaction_num | 25 |
---|
|
---|
26. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | cheerup |
---|
author | cheerup |
---|
permlink | re-ria-ppy-1-20170921t211759086z |
---|
weight | 300 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f21d110ee17ca2c322ce23b6b6a97dfaecd72288a38da1227fec432d4df640c7d178cc2ffd3791ab568f7a9b68053945d71128eae7df8f7169c2ccd5b0200e6b3 |
---|
|
---|
transaction_id | 2af6c035d20f95ddf8618dd9622dc69bca3f3e91 |
---|
block_num | 15,671,300 |
---|
transaction_num | 26 |
---|
|
---|
27. | ref_block_num | 8,195 |
---|
ref_block_prefix | 3,517,382,695 |
---|
expiration | 2017-09-21 21:18:33 |
---|
operations | 0. | 0. | limit_order_cancel |
---|
1. | owner | teamsmooth-mm |
---|
orderid | 1,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f192e7b9a50a6a8b025ae3ce284a74c676fbbe3d4021370429393de821ccb939163db7d56d1e69b2d12aec91223a33dd1f126a1cc45c10a26777d09413faa7fdc |
---|
|
---|
transaction_id | 57be23e647543c8d565ddb921b48c0eb1963278c |
---|
block_num | 15,671,300 |
---|
transaction_num | 27 |
---|
|
---|
28. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"sylviamiller","following":"steemitpolonia","what":[]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20350154f138e7c293c052f58426b11015a41c5fc8df66fda73988a80b71e3cd3f59cb0c82238344b003944e2c2ffefa13f449c7e902e0ca4fd438d08ccc6d2f35 |
---|
|
---|
transaction_id | b6892452ee92097b9ae3f795a8852081d77967fa |
---|
block_num | 15,671,300 |
---|
transaction_num | 28 |
---|
|
---|
29. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | dubus |
---|
author | bkity |
---|
permlink | mountains-meadow-nature-landscape-outdoor-green |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20301ba86fe6ca29b6158ffddcfcfcefc1a767814f7a57e4d71006ea15b8ff894037947985b53b316b7e1a554425d8a006b1136732888f7a3dac6e4481534d119a |
---|
|
---|
transaction_id | 7362e0cbbaf384e3c0c0746f7e664fada2f1d7d9 |
---|
block_num | 15,671,300 |
---|
transaction_num | 29 |
---|
|
---|
30. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | hrsagar |
---|
parent_permlink | food-polao-and-chicken-fry-2017922t3721311z |
---|
author | dailypoetry |
---|
permlink | re-hrsagar-food-polao-and-chicken-fry-2017922t3721311z-20170921t211800962z |
---|
title | "" |
---|
body | "Very nice completion of post! @hrsagar Loved the pictures and description." |
---|
json_metadata | {"tags":["bn"],"users":["hrsagar"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f17bf4794b11bb2822d7b333a4e6605854e03cc2a4e0931c6327f316d4af04ed501301da6250b4f5bc4b7ee39fc1db8ac4e1aaac1d7a3a8956c19cc6d1f06c0c6 |
---|
|
---|
transaction_id | 1d6962b4dda7dc1f05e066d84b862147d7eff12a |
---|
block_num | 15,671,300 |
---|
transaction_num | 30 |
---|
|
---|
31. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["reblog",{"account":"gamer00","author":"crazy-daisy","permlink":"one-photo-every-day-my-artistic-hand-painted-stone-shoes-2-365"}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f7a7b537bba477a118a775d7e73ac983e63136557ef4fe42b6e17c1162544b68271992f6319c07551458f5bd9f7f8ff76cdd6061ca74f62967c03ebde03df0e3f |
---|
|
---|
transaction_id | 4910e947cb1b007fcc233734edae4c1c693e872e |
---|
block_num | 15,671,300 |
---|
transaction_num | 31 |
---|
|
---|
32. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"sylviamiller","following":"steemitpowerit","what":[]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f5d59906dc3210bbddfab98c31a5bebf090a0710027dd8d74e4da5767e8e611c61ad399677e10a9ff825db2b98e4ddf1b675e1981801b265ae66dec4857fca965 |
---|
|
---|
transaction_id | 0016e3372d2272461b18b04ad21c90d95b27de78 |
---|
block_num | 15,671,300 |
---|
transaction_num | 32 |
---|
|
---|
33. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | hknyasar |
---|
parent_permlink | insan-baliklama-dalmali-icine-hayatin |
---|
author | myego13 |
---|
permlink | re-hknyasar-insan-baliklama-dalmali-icine-hayatin-20170921t211839285z |
---|
title | "" |
---|
body | "son günlerde okuduğum en güzel yazı, teşekkür ederim bunun için.." |
---|
json_metadata | {"tags":["life"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2003ab8acf8d6777067c49311a08d47a712947619de42419181066ce851964867d5428da4c84366094daf19409f0a89f3f61069377f94266ff6aeef77e55fa091b |
---|
|
---|
transaction_id | 549032784e40f78623e26b9f70fdae243c0e7250 |
---|
block_num | 15,671,300 |
---|
transaction_num | 33 |
---|
|
---|
34. | ref_block_num | 8,191 |
---|
ref_block_prefix | 2,667,535,418 |
---|
expiration | 2017-09-21 21:19:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | stefanmoe |
---|
author | leroy.linientreu |
---|
permlink | re-asmr-austria-re-leroylinientreu-hoffentlich-ist-bald-montag-der-25-0-2017-20170921t155540914z |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f5362b35e339a494a609b921647c39da18d1761c838da5f8ae6f18df4273551b51abca5a86cd16576e63e95da404a3b0dd0bfa8a206b4f500bfb2e82486ff30ef |
---|
|
---|
transaction_id | 5fdccf85fc152829a09c225a5166e91784addac7 |
---|
block_num | 15,671,300 |
---|
transaction_num | 34 |
---|
|
---|
35. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | jlufer |
---|
author | glosarlo |
---|
permlink | y-para-que |
---|
weight | 3,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f79bb682d639a9a4b1a9bbf29b46d43a527db8d035c63253fc697806fb4a7e03e193c86dbd84eb1ff7f56bd874f7c9c16482236deb7ce5823c83d8b92d896c972 |
---|
|
---|
transaction_id | e697164ca58ece2a3ab5218d270e94bb3737741e |
---|
block_num | 15,671,300 |
---|
transaction_num | 35 |
---|
|
---|
36. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | bulder |
---|
author | burashest |
---|
permlink | outdoor-sunlight-gorgeous-sunbeam-remote-storm |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f0c4403255515c97529498b5cc8b2c131c3a6c8b74e454b337e91a5b34b2d4dc0405d0d730ecf53d5a45b228a11d5a010336f27ebbb46f04c7dbcc6cf56e4d06d |
---|
|
---|
transaction_id | 90076a96a05c1efaae7fc5a1751e8f10e8a3fdc4 |
---|
block_num | 15,671,300 |
---|
transaction_num | 36 |
---|
|
---|
37. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | danen |
---|
author | bkity |
---|
permlink | mountains-meadow-nature-landscape-outdoor-green |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f620a83b074dedacac8a11abba40a0c6352585d1f71a2fb53d04ded66f96f07bc04bbfcdb07df6c715f1f61d98881b19b0ab5f7a8b5ef2cdc271f3695191ee8d4 |
---|
|
---|
transaction_id | 719f3c21e03cd6048c7670aec2582773c96bbede |
---|
block_num | 15,671,300 |
---|
transaction_num | 37 |
---|
|
---|
38. | ref_block_num | 8,192 |
---|
ref_block_prefix | 2,506,704,993 |
---|
expiration | 2017-09-21 21:19:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | timangle123 |
---|
author | miprimerbitcoin |
---|
permlink | amazing-ico-food |
---|
weight | 3,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2073fe66fdb308ad37a1bb56784d3214ae38da31dfc1f69840cea8984c42ab1a5457ac27e1fed2353cef1ba90cec470e1e5a5ac05e8ae02e00d61e7fb39398e5b4 |
---|
|
---|
transaction_id | e3f8452c415cac687ea41451742dafd40ff24751 |
---|
block_num | 15,671,300 |
---|
transaction_num | 38 |
---|
|
---|
|
---|